Glossary

Plain-English SEO definitions, sourced from Google's documentation.

Faceted Navigation

Website filters that let visitors narrow a list of items by attributes such as size, colour or price, often generating many URL combinations.

Definition

Faceted navigation is a common website feature that lets visitors change how a list of items is filtered or sorted — by attributes like size, colour, brand or price — usually by adding parameters to the URL.

Because each combination of filters can produce a distinct URL, faceted navigation can create a very large or effectively infinite set of URLs for crawlers to discover. Google's guidance is that this can lead to over-crawling and slower discovery of the pages a site actually wants indexed, and it suggests controlling crawler access to filter URLs — for example with robots.txt — unless a particular filtered view needs to be indexed. When faceted URLs are crawlable, Google recommends standard parameter separators and returning proper status codes for empty results.

Examples

  • E-commerce filters

    A clothing store lets shoppers filter by size and colour. Selecting 'medium' and 'blue' produces /shirts?size=medium&colour=blue — one of thousands of filter combinations a crawler could reach.

  • Controlling crawl

    To stop Googlebot crawling every filter combination, a store disallows its filter parameters in robots.txt and keeps its clean category pages crawlable.

Sources

Related terms

Where QueryCatch uses this

Last updated: 06/07/2026