How to Create a Hidden Collection in Shopify
This guide shows you exactly how to create a hidden collection that Shopify merchants use to manage exclusive sales, B2B catalogs, and product launches without cluttering the storefront
Updated October 7, 2025

Managing your Shopify store's collections can sometimes feel like organizing a messy closet; you want some things front and center while keeping others tucked away for the right moment. Hidden collections in Shopify are your secret weapon for controlling exactly what customers see and when they see it. Whether you're preparing for a flash sale, testing new products, or organizing wholesale-only items, hidden collections give you the flexibility to manage your inventory without cluttering your storefront.
In this blog, we'll walk you through creating hidden collections, explore when to use them, and share some clever ways to leverage them for better store management.
» Highlight your top products automatically with Bestsellers reSort while keeping other collections hidden
What Is a Hidden Collection in Shopify?
A hidden collection in Shopify is exactly what it sounds like: a collection that exists in your store but isn't visible to customers browsing your main navigation or collection pages. Think of it as a backstage area where you can organize products, prepare launches, or create exclusive shopping experiences.
These collections still have their own URLs that work perfectly when shared directly. You can send the link to specific customers, include it in email campaigns, or use it for special promotions. The products inside remain searchable (unless you hide them too), but the collection itself won't appear in your store's navigation menu or collection list.
» Discover how to add products to Shopify collections
Who Is It Best For?
Hidden collections work particularly well for specific types of businesses and industries that need flexible inventory management:
- Fashion and apparel: Fashion retailers use hidden collections to stage upcoming seasons while clearing out previous inventory through private sales.
- Electronics and tech: Ideal for beta testing programs, pre-order campaigns, and managing B2B versus B2C pricing.
- Beauty and cosmetics: Beauty brands leverage hidden collections to create personalized shopping experiences for different customer segments.
- Food and beverage: Food merchants use hidden collections to separate bulk ordering from regular retail operations.
- Home and furniture: Furniture stores create hidden collections for designer discounts and floor model sales.
- Jewelry and accessories: Ideal for custom orders, trunk shows, and managing high-value items. Jewelers create hidden collections for appointment-only viewing or special event sales.
This feature is particularly useful for merchants who want more control over their product visibility. You might use hidden collections for VIP customer sections, wholesale catalogs, or upcoming product launches that aren't quite ready for prime time.
» Read more: How to show all variants on a collection page in Shopify
Why Use Hidden Collections?
Hidden collections solve several common challenges Shopify merchants face when managing their stores. Here are the main scenarios where they really shine:
- Testing and staging new products: Before launching a new product line, you can organize everything in a hidden collection. This lets you perfect product descriptions, images, and pricing without accidentally showing incomplete work to customers. Once everything looks great, you simply unhide the collection or share the direct link.
- Creating exclusive shopping experiences: Want to offer special products just for your email subscribers or loyalty program members? Hidden collections let you create these exclusive areas that only people with the link can access. It's like having a VIP room in your digital store.
- Managing seasonal inventory: Instead of constantly adding and removing seasonal items from your main collections, keep them organized in hidden collections year-round. When the season arrives, you can quickly make them visible or promote them through targeted campaigns.
- Organizing wholesale or B2B products: If you sell both retail and wholesale, hidden collections help you separate these catalogs. Your wholesale buyers get their own private shopping area with bulk pricing, while retail customers see only what's meant for them.
- Simplifying complex catalogs: For stores with thousands of products, hidden collections work as organizational tools behind the scenes. You can create collections for internal purposes like "products needing new photos" or "items to discontinue" without confusing your customers.
» Learn how to forecast sales for a new product on Shopify
How to Create a Hidden Collection
There are two ways to create hidden collections in Shopify. Option A is the simplest no-code method, while Option B offers more control through meta fields and theme customization.
Option A: No Code Required
Step 1: Navigate to your collections
In your Shopify admin, go to Products → Collections. This will display all your existing collections in one dashboard.
Step 2: Open the collection you want to hide
Find and click on the collection you want to hide from your storefront. This opens the collection editor where you can modify all its settings.
Step 3: Uncheck online store availability
In the Sales channels area, click Manage and uncheck Online Store, then click Done.
Your collection is now hidden from navigation and collection pages but can still be accessed by anyone with the direct link. To find the URL, simply click "View" in your admin after saving, and copy the link from your browser's address bar.
» Learn more: How to add Shopify collections within collections
Option B: Metafield + Theme + SEO Guard
Step 1: Add a “hide from storefront” collection metafield
Admin → Settings → Custom data → Collections → Add definition
Flip this metafield on (true) for any collection you want hidden. The metafield itself is just data, it won’t hide anything until the theme uses it (next step).
Step 2: Update your theme to skip hidden collections everywhere
- Open the code editor: Online Store → Themes → … → Edit code. Shopify Help Center
- Locate the “All collections” page: The collections index lives at /collections and uses the list-collections template.
- In the section that renders collection tiles, wrap each collection card/link with this guard:
This iterates the store’s collections and suppresses any where your boolean metafield is true. (Edit any other sections/snippets that list collections the same way.){% for collection in collections %}
{% unless collection.metafields.custom.hide_from_storefront.value %}
{%- render 'card-collection', card_collection: collection -%}
{% endunless %}
{% endfor %}
Step 3: Add no index to hidden collection pages (SEO)
Tell crawlers not to index a hidden collection:
In layout/theme.liquid, inside <head>…</head>, add:
Shopify clarifies: using a meta noindex hides the page from search engines, but it’s still visible to storefront search, which is why the theme guard above is required.{% if [template.name](<http://template.name/>) == 'collection'
and collection
and collection.metafields.custom.hide_from_storefront.value %}
<meta name="robots" content="noindex, nofollow">
{% endif %}
» Here's everything you need to know about Shopify SEO
Managing Visibility and Access
Once you've created hidden collections, managing them effectively becomes important for your store's organization. Here's how to handle visibility and access like a pro:
- Finding your hidden collection URL: After saving your hidden collection, click "View" in the admin to see the live page. Copy this URL from your browser's address bar, this is the link you'll share with specific customers or use in marketing campaigns. Keep these URLs organized in a spreadsheet for easy reference.
- Controlling product visibility: Remember that hiding a collection doesn't automatically hide the products inside it. If you want products to be completely invisible except through the hidden collection, you'll need to hide individual products too. Do this by editing each product and unchecking "Online Store" in the product availability settings.
- Using password protection: For extra security, combine hidden collections with Shopify's password protection feature. This creates a double layer of privacy. Customers need both the direct link and the password to access your exclusive products. Perfect for wholesale sections or pre-launch previews.
- Switching between hidden and visible: You can change a collection's visibility anytime by editing it and checking or unchecking the "Online Store" availability. This flexibility lets you prepare collections in advance and reveal them at the perfect moment.
» Learn how to add Shopify collections within collections
Best Practices for Creating Hidden Collections in Shopify
Making the most of hidden collections requires some strategic thinking. Here are proven approaches that successful Shopify merchants use:
- Organize with clear naming conventions: Since hidden collections don't appear in your public store, use descriptive internal names. Include dates for seasonal collections ("Summer 2025 - Hidden") or purposes ("Wholesale Only - Hidden"). This prevents confusion when you're managing dozens of collections.
- Leverage automated rules: Set up smart conditions for your hidden collections to automatically include products based on tags, inventory levels, or prices. For example, create a hidden "Low Stock" collection that automatically adds products when inventory drops below 10 units, helping you manage reorders efficiently.
- Create landing pages for campaigns: Hidden collections work well with email marketing and social media campaigns. Create a dedicated hidden collection for each campaign, then share the direct link with your audience. This keeps your main store clean while giving campaign traffic a focused shopping experience.
- Test before launching: Use hidden collections as staging areas for new product lines or store changes. You can preview how products look together, test different descriptions, and ensure pricing is correct before making anything public. Share the hidden link with team members or trusted customers for feedback.
- Monitor performance: Even though collections are hidden, you can still track their performance in Shopify Analytics. Watch metrics like conversion rates and average order values for your hidden collections to understand what resonates with different customer segments.
- Keep it simple: While hidden collections offer lots of possibilities, don't overcomplicate your store structure. Too many hidden collections can become hard to manage. Focus on use cases that genuinely improve your operations or customer experience.
» Check out our guide on creating smart collections in Shopify to improve product organization
Take Control of Your Store's Visibility
Hidden collections give you powerful control over your Shopify store's product visibility and customer experience. By following these steps and best practices, you can create targeted shopping experiences, test new products safely, and keep your store organized behind the scenes.
Once you've mastered hidden collections, consider automating your collection management even further. Egnition's Bestsellers reSort app automatically organizes your visible collections based on sales performance, ensuring your best products always appear first. While you manage special collections behind the scenes, Bestsellers reSort keeps your public collections optimized for conversions 24/7.
FAQs
Can customers still search for products inside a hidden collection Shopify stores create?
Yes, products within a hidden collection Shopify stores create remain searchable through your store's search bar unless you specifically hide the individual products. The collection itself won't show up in navigation or collection pages, but if a customer searches for a product name or description that matches items in your hidden collection, those products will appear in search results.
Will Google index my hidden collections?
Hidden collections can still be indexed if Google finds the URL through external links. To prevent this, add a "noindex" meta tag or use password protection for complete privacy.
How many hidden collections can I create?
There's no specific limit on hidden collections. Most Shopify plans allow unlimited collections, so create as many as you need. Just keep them organized to avoid management headaches.
Do hidden collections slow down my store?
No, hidden collections don't affect store speed since they don't load in your main navigation. They only use resources when accessed directly via URL, so they won't impact regular customer browsing.








