TECHNICAL · SEO GLOSSARY

Layered Navigation

The filtering UI on e-commerce category pages that allows users to narrow products by multiple attributes simultaneously (brand, size, colour, price range) — generating large numbers of faceted URL variants that must be carefully managed to prevent duplicate content and crawl budget waste.

Definition

Layered navigation (also called faceted navigation or faceted search) is the multi-attribute filtering interface on e-commerce category pages where users can select multiple filter values simultaneously to narrow a product set. Example: filtering "Men\'s Running Shoes" by brand (Nike), size (10), surface (road), and price ($100–$150) generates a URL like /category/mens-running-shoes?brand=nike&size=10&surface=road&price=100-150. The SEO challenge: with 10 filter attributes each having 5 values, there are potentially 5^10 = ~10 million URL combinations from a single category. Even a modest catalogue generates thousands of crawlable faceted URLs. Crawling this URL space wastes enormous crawl budget on low-value near-duplicate pages. Layered navigation management strategies: (1) **Robots.txt disallow**: block the faceted URL patterns in robots.txt so Googlebot doesn\'t crawl them at all. Users navigate facets via JavaScript without the server generating separately accessible URLs. (2) **Noindex on crawled facets**: allow crawling but add `<meta name="robots" content="noindex, follow">` to all faceted pages. Google discovers product URLs linked from faceted pages (useful!) but doesn\'t index the faceted pages themselves. (3) **Canonical to base category**: add `rel="canonical"` on all faceted URLs pointing to the base category. Google consolidates signals to the base category. (4) **Selective indexing of valuable facets**: identify facet combinations with genuine search demand (e.g., "Nike running shoes" as a query), create dedicated optimised pages for them, and noindex or canonicalise the remaining faceted combinations. The fourth approach captures long-tail faceted traffic with properly optimised pages.

Why it matters for SEO

Unmanaged layered navigation is the most common cause of crawl budget exhaustion and index bloat on large e-commerce sites. A 10,000-product site with moderate faceting can generate millions of crawlable URLs that consume Googlebot\'s entire crawl budget, leaving important product pages crawled infrequently. Addressing layered navigation is often the single highest-impact technical SEO fix on mid-size to large e-commerce sites.

How DeepSEOAnalysis checks this

DeepSEOAnalysis audits individual faceted URL pages: checking for canonical configuration (pointing to the base category or a dedicated faceted page), noindex meta tags, and robots.txt access status. For site-wide faceted URL enumeration, a full crawl with Screaming Frog or Sitebulb is needed to identify the full scope of faceted URL variants.

See how your site scores on Layered Navigation.

The free DeepSEOAnalysis audit checks layered navigation and 100+ other signals. Full report, no signup.

Run a free audit →