Shopify automatically creates collection pages based on product tags. While convenient for internal organization, these tagged collection pages are an SEO nightmare. They create massive duplicate content issues, waste your crawl budget, and dilute the authority of your main collection pages.
This guide shows you how to set tagged collections to noindex and protect your store's SEO.
Why Tagged Collections Hurt Your SEO
Every time you tag a product in Shopify, the system generates a new URL: /collections/main-collection/tag-name. These pages display subsets of products from your main collection, creating thin, duplicate content that confuses search engines.
| Issue | SEO Impact | Example |
|---|---|---|
| Duplicate content | Authority dilution | Same products on 5+ different URLs |
| Wasted crawl budget | Important pages missed | Google crawls tags instead of products |
| Thin content | Lower rankings | Pages with 2-3 products competing with full collections |
| Internal competition | Keyword cannibalization | Multiple pages targeting same terms |
When Google crawls your store and finds 20 different collection URLs showing nearly identical products, it doesn't know which page deserves to rank. Your main collection loses authority, and all the tagged variations compete against each other. Nobody wins—especially not your rankings.
Critical Problem: Tagged collections also create problems similar to noindex collection filters and noindex pagination. Combined, these issues can waste 50-70% of your crawl budget on low-value pages.
How to Identify Tagged Collection Pages
Before you can fix the problem, you need to know how many tagged collections exist on your store.
Using Screaming Frog SEO Spider
- Download and install Screaming Frog SEO Spider
- Launch the tool and enter your store's URL
- Click Start to begin crawling
- Wait for the crawl to complete (this can take 10-30 minutes)
- Go to Bulk Export > Export All Pages
- Save the spreadsheet
Open the exported file and look in the URL column for patterns like:
/collections/shoes/blue/collections/dresses/summer/collections/electronics/sale
Any collection URL with a second path segment after the collection name is a tagged collection page. Count them—you might be shocked.
Manual Check Method
Navigate to any main collection on your store, then add /tag-name to the URL. If the page loads showing filtered products, that's a tagged collection that's likely being indexed.
Pro Tip: Also audit your noindex tagged blog pages using the same method. Blog tag archives create similar duplicate content problems.
How to Set Tagged Collections to Noindex
Shopify doesn't provide native controls for noindexing tagged collections. You'll need a third-party app or custom code to implement this properly.
Method 1: Using Sitemap Noindex Pro App
This is the easiest method for non-technical users:
- Go to the Shopify App Store
- Search for "Sitemap Noindex Pro" or similar SEO apps
- Install the app to your store
- Navigate to Apps > Sitemap Noindex Pro in your Shopify Admin
- Look for Collection Settings or Noindex Rules
- Enable the option for Noindex Tagged Collections
- Save your changes
The app automatically adds <meta name="robots" content="noindex, follow"> tags to all tagged collection pages. This tells search engines not to index these pages while still allowing them to follow links to products.
Method 2: Custom Theme Code
For stores with custom themes or developer access:
- Go to Online Store > Themes > Actions > Edit Code
- Open
theme.liquidin the Layout folder - Find the
<head>section - Add this Liquid code before the closing
</head>tag:
{% if collection.handle and collection.current_tags.size > 0 %}
<meta name="robots" content="noindex, follow">
{% endif %}
This code checks if the current page is a tagged collection and adds the noindex directive accordingly.
Coordinate with Other Noindex Settings
Tagged collections are just one piece of your noindex strategy. You should also handle:
Product Variants: Set noindex product variants to prevent color/size variations from creating duplicate content.
Collection Filters: Use noindex collection filters for faceted navigation URLs that add query parameters.
Pagination Pages: Implement noindex pagination for page 2, 3, 4+ of your collections.
Work with Canonical Tags
Your Shopify canonical tags should point from tagged collections back to the main collection URL. This reinforces which page deserves ranking authority even if noindex isn't working perfectly.
Consider AI Crawler Access
Modern Shopify AI bots may also crawl and index tagged collections. Verify your noindex implementation works for both traditional search engines and AI crawlers by checking your robots meta tags on live pages.
Verify Your Implementation
After setting tagged collections to noindex:
- Visit a tagged collection URL on your live store
- Right-click and select View Page Source
- Search for "robots" in the HTML
- Confirm you see:
<meta name="robots" content="noindex, follow">
Also check Google Search Console:
- Go to Coverage report
- Look for Excluded pages
- Verify tagged collections appear as "Excluded by 'noindex' tag"
It takes 2-4 weeks for Google to fully process the noindex directives and remove these pages from search results. Monitor your Search Console coverage report to track progress.
Long-Term Maintenance
Tagged collections can reappear if:
- You install apps that override noindex settings
- Theme updates remove your custom code
- You switch to a new theme without migrating settings
Set a quarterly reminder to audit your noindex implementation. Run Screaming Frog, check a sample of tagged collection pages, and verify the noindex tags remain in place.
Cleaning up tagged collection indexing is one of the highest-ROI SEO fixes you can make. Most stores see crawl budget improvements within weeks and ranking improvements within 60-90 days as Google redistributes authority to your main collections.
Related Guides
Noindex Tagged Blog Pages
Prevent blog tag archives from creating duplicate content issues.
Read Guide →Noindex Collection Filters
Stop faceted navigation URLs from wasting your crawl budget.
Read Guide →Noindex Product Variants
Prevent product color and size variations from competing in search.
Read Guide →Noindex Pagination Pages
Handle multi-page collections without duplicate content penalties.
Read Guide →Shopify Canonical Tags Guide
Use canonical tags to reinforce your preferred URLs for ranking.
Read Guide →Shopify AI Bots Access
Control how AI crawlers access and index your store's content.
Read Guide →Shopify store traffic stuck? You're not alone.
We help Shopify stores rank higher in Google, attract quality traffic, and turn visitors into customers.
🚀 Trusted by 500+ Shopify merchants