Official statement
Other statements from this video 15 ▾
- 2:38 AMP est-il encore utile en dehors du news carousel ?
- 8:07 Hreflang regroupe-t-il vraiment vos TLDs en une seule entité ?
- 8:59 Faut-il vraiment baliser le logo en H1 pour le SEO ?
- 10:10 Les balises hreflang influencent-elles vraiment le positionnement de vos pages internationales ?
- 14:03 Les fichiers PDF volumineux peuvent-ils saboter votre crawl budget ?
- 16:46 Google peut-il ignorer vos balises canonical sur les navigations à facettes ?
- 27:17 Comment le contenu unique peut-il vraiment différencier un site e-commerce dans les SERP ?
- 30:48 Est-ce qu'une redirection transfère aussi les pénalités de liens vers le nouveau domaine ?
- 30:59 Googlebot rend-il vraiment le JavaScript aussi bien qu'annoncé ?
- 31:46 Comment gérer l'indexation après un piratage : faut-il vraiment supprimer toutes les pages hackées ?
- 33:10 Comment les extraits optimisés sont-ils vraiment sélectionnés par l'algorithme de Google ?
- 39:31 Faut-il encore investir dans AMP pour votre stratégie mobile ?
- 39:46 Google crawle-t-il vraiment moins les pages en noindex ?
- 40:46 Un serveur rapide suffit-il vraiment à augmenter le crawl de Google ?
- 44:05 RankBrain enterre-t-il vraiment l'optimisation par mots-clés ?
Google recommends using the noindex, nofollow directive on facet navigation URLs to prevent the engine from getting bogged down in thousands of URL combinations. This approach cuts off crawling and indexing upfront, but it poses a major issue: it also blocks PageRank transmission. In practical terms, if your facets generate organic traffic or if you target specific long tails, this strategy can significantly cost you in visibility.
What you need to understand
What is facet navigation and why is it an issue?
Facet navigation allows users to filter results based on multiple criteria: color, size, price, brand, etc. Each combination of filters generates a unique URL. On an average e-commerce site, this can create tens of thousands of distinct URLs, sometimes millions.
The problem for Google? Its crawl budget is limited. If Googlebot spends its time exploring URL variations that don't provide distinct value, it misses the truly important pages. This is what John Mueller refers to as getting "bogged down" in facets.
What does the noindex, nofollow directive actually mean?
The noindex, nofollow combination sends two simultaneous commands to the engine. Noindex says: "Do not index this page in your search results." Nofollow adds: "Do not follow the links present on this page."
The result: Googlebot will not explore the links contained in these facet pages. It stops dead. For a site with thousands of facets, this drastically reduces the number of URLs that Google has to process.
Does this recommendation apply to all types of sites?
Google is talking about an "effective approach," not a universal rule. This nuance is essential. The noindex, nofollow strategy works well when your facets are purely technical and generate no organic traffic of their own.
But if you've worked on your long tail facet combinations — like "women's blue running shoes size 39" — and they're ranking, blocking their indexing means sabotaging your visibility. Mueller's recommendation targets cases where facets proliferate uncontrollably, not structured content strategies.
- Crawl budget: limited resource Google allocates to each site to explore its pages
- Facet navigation: system of multiple filters generating unique URLs for each combination
- Noindex, nofollow: double directive that blocks indexing AND following of internal links
- Warning: this strategy also cuts off PageRank flow to related product or category pages
- Primarily applicable to facets without their own SEO value generating an unmanageable URL volume
SEO Expert opinion
Is this directive consistent with practices observed in the field?
Yes and no. In practice, applying noindex, nofollow to all facets is a radical solution that is rarely seen among top-performing e-commerce sites. Amazon, Zalando, and others do not systematically block their facets. They use more nuanced strategies: canonical on certain combinations, selective indexing of high-potential facets, URL parameters managed in Search Console.
Mueller's advice is mainly directed at sites that have let their architecture slide. If you find yourself with 200,000 indexed URLs, of which 180,000 are redundant facets, then yes, noindex + nofollow will save you. But it's a firefighting mode, not a sustainable SEO architecture.
What are the hidden risks of this approach?
The big trap: nofollow blocks PageRank transmission. If your facet pages contain links to products or subcategories, those links no longer pass anything along. You break the internal linking structure. In practical terms, this can weaken the ranking of product pages that relied on these internal links to position themselves.
[To verify]: Google never explicitly states whether this PageRank blockage severely impacts sites that apply this directive widely. Our observations indicate that yes, it can weigh down sites where facets represent a significant share of the internal linking. However, Google remains vague about quantifying this impact.
In what cases does this rule not apply?
You should never apply noindex, nofollow to facets that are already ranking and generating traffic. Check in Search Console which facet URLs receive clicks. If "women's red sneakers size 38" brings you 50 visits/month, you have no reason to block it.
Another case: editorial facets. If you create unique content for certain combinations (specific descriptions, buying guides), those pages have their own value. Treating them as technical URLs would be a mistake. Mueller's recommendation targets automatic and redundant facets, not manually enriched pages.
Practical impact and recommendations
How can you identify which facets to block and which to preserve?
Start with an audit of indexed URLs. Export all your facet pages from Search Console (Performance tab, filter on facet URL patterns). Look at which ones generate clicks and impressions. URLs with 0 clicks in 12 months and 0 impressions are clear candidates for noindex.
Next, check for content duplication. If "red sneakers size 38" displays exactly the same products as "size 38 red sneakers," one of the two needs to go. Use a crawler (Screaming Frog, OnCrawl) to detect duplicated or nearly duplicated content between facets.
What is the best technical way to implement noindex, nofollow?
The cleanest method: add the meta robots tag in the
of each relevant facet page. Syntax:<meta name="robots" content="noindex, nofollow">. You can also use HTTP headers (X-Robots-Tag: noindex, nofollow) if you manage it at the server level.Avoid blocking these URLs in robots.txt. If you block them in robots.txt, Googlebot will never be able to crawl the page to read the noindex directive. The result: the URLs remain indexed with the mention "URL blocked by robots.txt." This is counterproductive. The robots.txt should never be used for managing indexing, only crawling.
What mistakes should you absolutely avoid in facet management?
The first mistake: applying noindex, nofollow to all facets without prior analysis. You risk de-indexing pages that rank. The second mistake: mixing strategies without consistency. If you put canonical tags on some facets and noindex on others without a clear logic, Google will struggle to understand your architecture.
The third mistake: forgetting to monitor the effects. After applying noindex, nofollow, watch the number of indexed pages in Search Console. Check that your organic traffic doesn't drop drastically. If you notice a decrease, it could be that you blocked strategic pages. In that case, revert quickly.
- Export all indexed facet URLs from Search Console and analyze their performance
- Identify URLs with 0 traffic and 0 impressions over 12 months as candidates for noindex
- Implement the directive via the meta robots tag in the , never via robots.txt
- Preserve facets that generate qualified traffic or have unique editorial content
- Test on a small sample before rolling out massively
- Monitor the evolution of the number of indexed pages and organic traffic for 4-6 weeks post-deployment
❓ Frequently Asked Questions
Quelle est la différence entre noindex seul et noindex, nofollow combinés ?
Puis-je utiliser robots.txt pour bloquer mes facettes au lieu de noindex ?
Comment savoir si mes facettes consomment trop de crawl budget ?
Que se passe-t-il si je désindexe une facette qui ranquait déjà ?
Canonical ou noindex : quelle directive choisir pour mes facettes ?
🎥 From the same video 15
Other SEO insights extracted from this same Google Search Central video · duration 56 min · published on 05/04/2016
🎥 Watch the full video on YouTube →
💬 Comments (0)
Be the first to comment.