What does Google say about SEO? /
Quick SEO Quiz

Test your SEO knowledge in 3 questions

Less than 30 seconds. Find out how much you really know about Google search.

🕒 ~30s 🎯 3 questions 📚 SEO Google

Official statement

If a page contains multiple contradictory breadcrumb schemas, Google may ignore them all and try to determine the structure itself, particularly from the URL. You must have only one set of breadcrumb structured data per page, even if multiple breadcrumb trails are displayed visually.
🎥 Source video

Extracted from a Google Search Central video

💬 EN 📅 22/03/2022 ✂ 15 statements
Watch on YouTube →
Other statements from this video 14
  1. Google choisit-il vraiment les titres de page indépendamment de la requête de l'utilisateur ?
  2. Changer un nom de ville suffit-il à créer des doorway pages condamnables par Google ?
  3. Faut-il vraiment centraliser son contenu compétitif plutôt que le dupliquer ?
  4. Découvert mais non indexé : Google n'a-t-il vraiment jamais crawlé ces pages ?
  5. Pourquoi Google refuse-t-il d'indexer un site techniquement parfait ?
  6. Faut-il vraiment faire confiance aux recommandations de vos outils SEO ?
  7. Faut-il encore corriger les redirections cassées longtemps après une migration ?
  8. Passer d'un ccTLD à un gTLD suffit-il pour conquérir de nouveaux marchés internationaux ?
  9. Sous-domaine ou sous-répertoire : Google a-t-il vraiment une préférence ?
  10. Pourquoi les clics par page et par requête diffèrent-ils dans Search Console ?
  11. Les erreurs de données structurées bloquent-elles vraiment l'indexation de vos pages ?
  12. Le maillage interne révèle-t-il vraiment l'importance de vos pages à Google ?
  13. L'attribut target des liens a-t-il un impact sur le référencement Google ?
  14. Pourquoi vos images CSS background-image sont-elles invisibles pour Google Images ?
📅
Official statement from (4 years ago)
TL;DR

Google ignores all breadcrumb schemas if multiple contradictory versions coexist on the same page. The solution: a single set of breadcrumb structured data per page, even if multiple breadcrumb trails are displayed visually. In case of conflict, Google reconstructs the structure from the URL.

What you need to understand

Why does Google ignore breadcrumbs that are technically valid?

The search engine prioritizes consistency over quantity. When multiple breadcrumb schemas coexist with different structures, Google has no way to determine which one reflects the true hierarchy of your site.

Rather than risk displaying an incorrect path in the SERPs, it neutralizes all markup and falls back on secondary signals like URL architecture. This is a safeguard against spam and careless implementations.

What does "contradictory" concretely mean?

Two breadcrumbs are contradictory if they present different paths to reach the same page. For example: Home > Clothing > Pants versus Home > Men > Pants.

Even if both are technically valid from a business perspective, Google cannot guess which is the canonical reference. Mueller's statement targets these ambiguous situations.

What signals does Google use as a replacement?

Primarily the URL structure. If your URL follows a clear pattern (/men/clothing/pants/), Google reconstructs a breadcrumb trail consistent with that hierarchy.

Internal linking and link anchors also contribute. But these are weaker signals than clean structured data — hence the importance of fixing the problem at the source.

  • A single breadcrumb schema per page, even if multiple visual paths exist
  • Google prioritizes consistent structured data, otherwise falls back on the URL
  • Contradictory breadcrumbs are ignored without exception
  • URL structure becomes the reference signal when markup fails

SEO Expert opinion

Is this rule consistent with what we observe in the field?

Completely. For years, audits have shown that sites with multiple breadcrumb schemas rarely see their breadcrumb trails displayed correctly in SERPs.

What's new is the official clarification. Before, many developers assumed Google would choose "the best" breadcrumb — in reality, it ignores them all. This statement ends the speculation.

What nuances should be noted?

Mueller specifically talks about contradictory breadcrumbs, not multiple consistent ones. If you implement the same path multiple times (technical duplicate), it's not optimal but doesn't necessarily trigger the blocking.

The real problem occurs when two diverging paths coexist. In this case — and this is where it gets tricky — the fix isn't in the code: it's making a strategic choice at the organizational level about which hierarchy truly represents your site's architecture.

What if your business requires multiple legitimate classifications?

Typical in e-commerce: a product belongs to multiple categories (men/pants AND clothing/pants). Visually, you can display both paths for UX.

But for markup, choose only one — ideally the one reflecting your canonical URL. The others remain visible in plain HTML, without structured data. Google will understand the context through internal linking.

Warning: If your CMS automatically generates multiple breadcrumb schemas, verify that the logic doesn't create conflicts. Some WordPress or Shopify modules do this by default without validation.

Practical impact and recommendations

How to identify if your site is affected?

Use Search Console and Google's Rich Results Testing Tool. Look for "Breadcrumb" warnings on your strategic pages.

Inspect the source code: search for "@type": "BreadcrumbList". If you find multiple ones with different structures, the problem is confirmed. Compare the paths — if they diverge, Google ignores them.

What should you do concretely to fix it?

Identify which primary hierarchy you want to push in the SERPs. The one that reflects your target SEO architecture, aligned with your canonical URLs.

Remove all other breadcrumb schemas from the code. If multiple breadcrumb trails remain necessary for UX, keep them in plain HTML without JSON-LD markup.

  • Audit all pages with multiple breadcrumb schemas in the code
  • Define the canonical hierarchy to push for each page template
  • Remove secondary breadcrumb schemas from JSON-LD
  • Validate with Google's Rich Results Testing Tool
  • Monitor SERPs to verify rich breadcrumb display
  • Document the logic to prevent regressions during CMS updates
One breadcrumb schema per page, aligned with the canonical URL and primary SEO hierarchy. Other paths remain visible in plain HTML for users, without structured data. This technical discipline ensures Google displays the correct breadcrumb trail in SERPs — and prevents the complete dismissal of your markup efforts. If your architecture is complex (marketplace, multi-categorization, multilingual sites with cross-cutting structures), these decisions require specialized expertise. A specialized SEO agency can help you define the optimal hierarchy and automate the generation logic without creating conflicts.

❓ Frequently Asked Questions

Peut-on afficher plusieurs fils d'Ariane visuels sans markup schema ?
Oui, totalement. Affichez autant de chemins que nécessaire pour l'UX en HTML pur. Seul le fil d'Ariane principal doit avoir le markup BreadcrumbList.
Google choisit-il automatiquement le « meilleur » breadcrumb s'il y en a plusieurs ?
Non. Si plusieurs schémas contradictoires existent, Google les ignore tous et reconstruit un fil d'Ariane à partir de l'URL et du maillage interne.
Faut-il aligner le breadcrumb schema avec l'URL ou la navigation principale ?
Idéalement avec l'URL canonique. C'est le signal le plus fort pour Google. Si votre navigation principale diverge de l'architecture d'URL, c'est un problème plus profond à résoudre.
Que se passe-t-il si deux breadcrumbs identiques sont présents en doublon ?
Moins critique qu'une contradiction, mais inutile et source de confusion technique. Nettoyez pour avoir un seul markup propre.
Les breadcrumbs schema influencent-ils le classement ou seulement l'affichage ?
Principalement l'affichage dans les SERP (rich snippets). Indirectement, un fil d'Ariane clair améliore le CTR et renforce la compréhension de l'architecture par Google.
🏷 Related Topics
Domain Age & History Structured Data AI & SEO Images & Videos Domain Name Pagination & Structure

🎥 From the same video 14

Other SEO insights extracted from this same Google Search Central video · published on 22/03/2022

🎥 Watch the full video on YouTube →

Related statements

💬 Comments (0)

Be the first to comment.

2000 characters remaining
🔔

Get real-time analysis of the latest Google SEO declarations

Be the first to know every time a new official Google statement drops — with full expert analysis.

No spam. Unsubscribe in one click.