How to prevent filter tags from appearing in Google search results dawn theme

Topic summary

Problem: Google is indexing Shopify filter/tag URLs instead of primary collection pages, causing tag-based results to appear in search.

Likely cause: Shopify creates filter/tag parameter URLs that are being crawled and indexed.

Proposed fixes:

  • Block indexing of tag URLs via robots.txt (e.g., Disallow: /collections/*?*tag=).
  • Ensure canonical tags point to the main collection URL ().
  • Update Google Search Console (submit sitemap, request recrawl) and use the Removals tool for already indexed tag URLs.
  • Review internal links (menus, breadcrumbs) to avoid linking to filtered/tagged URLs.
  • Add a noindex meta tag when filters/tags are active ({% if current_tags %}{% endif %}).

Current status and questions:

  • The robots.txt directive has been added by the site owner.
  • Clarifications requested on where to place canonical and noindex code in the Dawn theme (they have collection.json, not collection.liquid).
  • They can’t find breadcrumbs and ask where to locate the “filter tag” pages; they believe the issue stems from the collection page.

Outcome: Guidance provided; implementation is partial. Discussion remains open with unresolved theme-file placement and page-location questions.

Summarized with AI on December 12. AI used: gpt-5.

Hi @Margaret_616 Thanks for your reply.

where do I find the filter tag pages?

this is happening from my collection page as far as I can see

1 Like