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.
GLOSSARY
Related terms
technical
Category Page
A taxonomy index page that aggregates related products, articles, or resources under a shared classification — one of the highest-leverage SEO targets on e-commerce and content sites because they target head-term queries with the combined authority of all linked pages.
Read definition →technical
Pagination (SEO)
The division of a category, archive, or listing page\'s content across multiple numbered URLs (/page/1, /page/2) — creating duplicate content risk if canonical management is not implemented and crawl budget waste if deep page numbers are crawled without providing ranking value.
Read definition →technical
Crawl Budget
The number of pages Googlebot will crawl on a site within a given timeframe — determined by crawl rate limit and crawl demand.
Read definition →technical
Canonical Tag
A canonical tag (rel="canonical") is an HTML link element that tells search engines which URL is the authoritative version of a page when duplicate or near-duplicate content exists at multiple URLs. It consolidates ranking signals from all duplicate variants to the canonical URL.
Read definition →technical
Collection Page
The e-commerce platform term (used primarily by Shopify) for a category page that groups related products — a key SEO target for head-term and mid-tail queries, with SEO challenges around pagination, variant URLs, and thin content.
Read definition →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 →