Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Manchester DM - How eCommerce Faceted Navigatio...

Manchester DM - How eCommerce Faceted Navigation can either Supercharge or Sabotage SEO

Faceted navigation is one of the biggest technical SEO headaches in eCommerce. Handled well, it can unlock serious growth.

Watch the replay run on YouTube: https://www.youtube.com/watch?v=DwXT7ZOhQCE

Handled badly, it’ll quietly waste crawl budget, dilute signals and bury your most valuable pages. This talk cuts through the noise. I walk through real-world strategies, platform limitations, server log analysis, and how to take control without relying on perfect CMS setups.

This isn’t theory. It’s practical guidance for SEOs dealing with hundreds of filter combinations, index bloat and legacy crawl issues.

Indexable Facets – Opening up faceted URLs to indexing can drive serious search growth, but it needs control. This deck breaks down the when, why and how of making facet URLs indexable without causing crawl chaos.

I cover key signals to look for, how to choose the right facets, and smart ways to deploy content without a full CMS rebuild. Think search volume, conversion potential, knowing your site inside out, and making Googlebot work for you, not against you.

Avatar for Chris Lever

Chris Lever

April 30, 2025
Tweet

More Decks by Chris Lever

Other Decks in Marketing & SEO

Transcript

  1. “Faceted navigation, when done well, can help customers find what

    they are looking for quicker and in a more satisfying way. This is good for business and for the bottom line. After all, customers can’t buy what they can’t find.” Jim Kalbach
  2. “Faceted navigation, such as filtering by color or price range,

    can be helpful for your visitors, but it's often not search-friendly since it creates many combinations of URLs with duplicative content.” Google
  3. Robots.txt is not a shield Blocking in robots.txt stops crawl,

    but not indexing. This is called Index Bloat
  4. Popular Methods 1, Robots.txt Disallow 2, Nofollow 3, Noindex 4,

    Noindex, Nofollow 5, Canonical Tags 6, Blend of above
  5. Temporary drop Disallow rule, add noindex, nofollow to the page.

    Pattern-based blocking in robots.txt after the first query parameter. Index Bloat Crawl Bloat
  6. Googlebot doesn’t browse like a user - it hits a

    URL, stores the links, and crawls them randomly. Look for early clusters in your logs to trace where the mess began. Use GSC to determine the date.
  7. What works when all else has failed? Sh*t Happens -

    Stay Calm Find the offending entry points via the the server access logs and serve a 410 “Gone” response code to Googlebot (only). I only suggest it as a controlled, last-resort tactic.
  8. Total (indexable) facet clicks for 2024 = 41,470 Conversion rate

    = 3% AOV = £62 41,470 × 3% = 1,244 orders (rounded) 1,244 orders × £62 = £77,128 THE ABOVE IS AN EXAMPLE
  9. Less work for the client Merchandising is already done No

    need to tag up and categorise all the SKUs
  10. Controlled Environment Open up the indexable facets (only) Keep everything

    else controlled and unindexable. /paint/?colour=red
  11. Controlled Environment Beyond the indexable facets Noindex, nofollow Or Pattern-match

    robots.txt disallow directive /paint/?colour=red&finish=gloss&sort=z-a
  12. Controlled Environment Every facet is Nofollow Use internal linking and

    standalone XML Sitemaps for signposting and passing pagerank.
  13. Include a 100-150 word description Give your indexable facet pages

    a reason to exist. A short block of content helps differentiate the page, reinforces relevance, and supports ranking. It gives Google context without disrupting UX.
  14. Proving the concept works If you can’t add it in

    the CMS, inject it using GTM or a Cloudflare Worker. Quick, easy, effective.