Faceted Navigation
A filter system on a website that lets users narrow down products by attributes. Creates many URLs and requires careful SEO management.
Faceted navigation is an e‑commerce UI element (filters by brand, price, size, colour, etc.) that combinatorially generates thousands of URLs. Without proper configuration, such pages create duplicates and waste crawl budget.
What is faceted navigation
Faceted navigation — filters by product attributes. Creates thousands of URLs, an SEO problem. Faceted Navigation is a filter system that lets users refine product selection by characteristics.
Filter examples
- Brand — Nike, Adidas, Puma
- Price — up to $50, $50–100
- Size — 40, 41, 42, 43
- Colour — red, blue, black
- Material — leather, textile, synthetic
Combinatorial explosion
5 brands × 4 price ranges × 10 sizes × 8 colours = 1 600 URLs. Actually used: 50–100. The other 1 500 are duplicates with no traffic.
Management strategies
- Index — high demand (canonical to itself)
- Noindex — low demand (meta robots noindex)
- Canonical — duplicates (canonical to category)
- JavaScript — no demand (filters without URL)
Determining popularity
"Nike sneakers" — 10,000 searches → index
"red Nike sneakers" — 500 searches → index
"red Nike sneakers size 42" — 10 searches → noindexIndexing rule
Index a combination if: there is search demand (>50 searches/month), high conversion rate, or unique content for that combination.
Common questions
Discuss your project?
Share your goals and website context — I will suggest a practical next step.