What Faceted Navigation Is
Faceted navigation is the filter system that narrows a listing by several properties at once: brand, size, colour, price, availability. Each property is a facet, and the visitor may combine them freely until only what they want is left.
For whoever is buying it is one of the best things a shop can have. Finding black leather ankle boots in size 42 under a hundred euros without filters means going through whole pages; with filters it takes three clicks.
The problem lies not in the function but in what it leaves behind. If every combination produces an address of its own, the number of URLs grows multiplicatively — and that is where the road to index bloat starts.
It deserves separating from ordinary navigation, because they look alike on screen and have nothing in common underneath. The category menu describes a hierarchy somebody decided: footwear contains ankle boots, ankle boots contain leather ankle boots. Facets describe no hierarchy at all, only properties that can be switched on and off in any order.
That difference explains why one can be walked in full and the other cannot. The menu has a number of routes you can count on your fingers; the set of filters has so many that no crawler will exhaust them. Treating the two alike is the origin of nearly every problem that follows.
