What does Google say about SEO? /

Official statement

For localized content, you need to set up hreflang to indicate the available versions in different languages, so that Google can understand and group them as a single piece of content with linguistic variations.
3:40
🎥 Source video

Extracted from a Google Search Central video

⏱ 30:57 💬 EN 📅 11/11/2020 ✂ 26 statements
Watch on YouTube (3:40) →
Other statements from this video 25
  1. 1:36 How can you effectively test JavaScript rendering before taking your site live?
  2. 1:36 Why has testing JavaScript rendering before launch become essential for Google indexing?
  3. 1:38 Why does a website redesign cause rank drops even without content changes?
  4. 1:38 Does migrating to JavaScript really affect SEO rankings?
  5. 3:40 Hreflang: Why does Google still stress this tag for multilingual content?
  6. 3:40 Does Googlebot really see every localized version of your pages?
  7. 4:11 How can you make your hyper-local content URLs discoverable without sacrificing traffic?
  8. 4:11 How can you structure your URLs to enhance the discoverability of hyper-local content?
  9. 5:14 Can user personalization trigger a penalty for cloaking?
  10. 5:14 Could personalizing content for your users lead to a cloaking penalty?
  11. 6:15 Are Core Web Vitals really measured on users or bots?
  12. 6:15 Are Core Web Vitals really measured from Google bots or from your actual users?
  13. 7:18 Why isn’t schema markup enough to ensure rich snippets appear?
  14. 7:18 Why don't rich snippets show up even with valid Schema.org markup?
  15. 9:14 Is dynamic rendering really dead for SEO?
  16. 9:29 Should we ditch dynamic rendering for SSR with hydration?
  17. 11:40 How does the JavaScript main thread block interactivity on your pages according to Google?
  18. 11:40 How does the JavaScript main thread affect the indexing of your pages?
  19. 12:33 Can Google really overlook your critical tags in the battle between initial and rendered HTML?
  20. 13:12 What happens when your initial HTML differs from the HTML rendered by JavaScript?
  21. 15:50 Is it true that Googlebot doesn't click on buttons on your site?
  22. 15:50 Should you really be concerned if Googlebot doesn't click on your buttons?
  23. 26:58 Should you prioritize JavaScript performance for your real users over optimization for Googlebot?
  24. 28:20 Are web workers truly compatible with Google's JavaScript rendering?
  25. 28:20 Should you really be wary of Web Workers for SEO?
📅
Official statement from (5 years ago)
TL;DR

Google claims that hreflang is used to group linguistic variations of the same content. In practice, this allows the search engine to understand that a FR page and its EN version are linked, and to serve the appropriate version based on the user's language/geolocation. However, this statement remains vague on one point: does this grouping actually influence ranking, or does it only serve to display in the SERPs?

What you need to understand

What does "grouping as a single piece of content" really mean?

Martin Splitt talks about grouping, not merging. Google does not merge your multilingual pages into a single entity in its index — each URL remains distinct, crawlable, and indexable. Hreflang indicates a semantic relationship between these URLs: they cover the same topic, in different languages.

What happens behind the scenes: Google uses these signals to select which version to display in the results based on browser language, IP geolocation, or user preferences. Without hreflang, Google may index all your versions, but it risks serving the wrong one — or worse, considering some as duplicate content.

Why does Google emphasize this setup?

Because hreflang solves a recurring problem: how to distinguish a legitimate translation from an opportunistic copy? Without a clear signal, the algorithm may hesitate, dilute the ranking signal across multiple URLs, or completely ignore some versions.

Google needs structural clarity. Hreflang prevents it from having to guess — and when Google guesses, it often gets it wrong. It’s also a way to channel link equity: if a backlink points to your ES version, Google knows it should value the entire cluster, not just that isolated page.

Is hreflang a ranking factor?

Google has never explicitly confirmed that hreflang improves ranking. What Splitt says here is that hreflang helps with understanding and display. But in practice, SEOs find that misconfiguring hreflang can fragment the authority of an international site.

In practice, if your multilingual pages cannibalize each other or if Google serves the wrong version, your CTR collapses — and a poor CTR impacts ranking. So indirectly, yes, hreflang does affect your positions. But it’s not a direct boost, rather a correction for interferences.

  • Hreflang does not merge pages — each URL remains independent in the index
  • It serves to indicate a semantic relationship between language variants
  • Google uses these signals to select the version to display according to language/localization
  • Without hreflang, risks of duplicate content or wrong version being served
  • Indirect impact on ranking through CTR and authority consolidation

SEO Expert opinion

Is this statement consistent with real-world observations?

Yes and no. The principle of grouping is observable: when hreflang is properly configured, Google displays the right version in the right countries. However, the idea of “a single piece of content with variations” remains conceptual — in reality, each URL has its own crawl budget, its own PageRank, its own indexing.

What’s missing in this statement: Google says nothing about how it handles signal conflicts. For example, if your hreflang FR points to /fr/ but your XML sitemap indicates /en/ as canonical for this URL, what happens? [To be verified] — Which signal does Google prioritize? The official documentation remains vague.

What nuances should be made to this assertion?

Splitt speaks of "localized content," but hreflang also covers regional variants (en-US vs en-GB, fr-FR vs fr-CA). The term "languages" is restrictive — hreflang works on language-region pairs, and some subtleties (dialects, currencies, units) are not automatically detected by Google.

Another point: hreflang solves nothing if the content is genuinely identical across versions. Google wants to see real translations or adaptations, not just changing the URL while keeping the EN text everywhere. If your /fr/ is Lorem Ipsum or an unrefined machine translation, hreflang won't prevent Google from penalizing.

When is hreflang not enough?

Hreflang does not replace a solid site architecture. If you have distinct domains (.fr, .de, .es), subdomains (fr.site.com), or subdirectories (/fr/, /de/), hreflang must be consistent with this structure — but it does not correct it if it’s shaky.

A common problematic case: sites with mixed content (products in EN, blog in FR). Google might ignore hreflang if the on-page signals (lang tag, internal anchors, content language) contradict the annotations. Result: you think hreflang is working, but Google still serves the wrong version.

Warning: Improperly configured hreflang (loops, orphan URLs, invalid language codes) can be worse than having no hreflang at all — Google may de-index certain versions or treat them as spam.

Practical impact and recommendations

What should you do to configure hreflang concretely?

Three implementation methods: HTML tags in the , HTTP headers (for PDFs, non-HTML files), or via XML sitemap. Each method has its advantages — HTML is simple for small sites, XML sitemap scales better for thousands of pages, HTTP for non-web content.

Golden rule: every page must point to all its variants and to itself. If /fr/ points to /en/ and /de/, but /en/ does not point back to /fr/, Google ignores the signal. It’s a two-way confirmation system — if one page of the cluster is inconsistent, the whole group can be invalidated.

What mistakes should absolutely be avoided?

First mistake: using fanciful language codes. ISO 639-1 for the language (fr, en, de) and ISO 3166-1 Alpha 2 for the region (FR, US, GB). A hreflang="francais" or hreflang="en-UK" (UK instead of GB) will be ignored — Google is strict about these standards.

Second mistake: forgetting the x-default tag. It serves as a fallback for users whose language/region does not match any variant. Without x-default, Google chooses randomly — often the US version, which frustrates European visitors. Another pitfall: duplicating hreflang between HTML and sitemap — this creates conflicts, and Google no longer knows which signal to listen to.

How can I check that my implementation works?

Three tools: Google Search Console (International Targeting report, hreflang tab), Screaming Frog (crawl + hreflang validation), and online validators like hreflang.ninja. Search Console reports errors (orphan URLs, invalid codes, redirect chains), but with a 2-3 week latency.

Manual test: search for a page by changing browser language settings or using a VPN. If Google consistently serves the wrong version despite an active hreflang for several weeks, it indicates that a stronger on-page signal (canonical, HTML language, IP redirections) contradicts your annotations. In this case, diagnosing the hierarchy of signals becomes complex — this is where assistance from an SEO agency specialized in international SEO can make a difference to avoid months of trial and error.

  • Implement hreflang via HTML, HTTP, or XML sitemap according to site size
  • Ensure every page points to all its variants AND to itself
  • Use ISO 639-1 codes (language) and ISO 3166-1 Alpha 2 codes (region) — never use fanciful codes
  • Consistently add an x-default tag for fallback
  • Avoid duplicates between HTML and sitemap, choose a single method
  • Regularly audit via Search Console, Screaming Frog, and manual multilingual tests
Hreflang is a powerful yet fragile signal: a syntax error, a missing link, or a conflict with canonical can negate the entire arrangement. Implementation requires rigor and consistency — every URL in the cluster must follow the same rules; otherwise, Google ignores everything.

❓ Frequently Asked Questions

Hreflang est-il obligatoire pour un site multilingue ?
Non, pas obligatoire — mais fortement recommandé si vous avez plusieurs versions linguistiques ou régionales d'une même page. Sans hreflang, Google peut servir la mauvaise version ou traiter vos variantes comme du duplicate content.
Peut-on utiliser hreflang uniquement pour certaines pages du site ?
Oui, hreflang fonctionne page par page. Vous pouvez l'appliquer seulement aux URLs avec des variantes multilingues — pas besoin de l'ajouter partout si certaines sections n'existent que dans une langue.
Que se passe-t-il si deux pages ont des annotations hreflang contradictoires ?
Google détecte l'incohérence et ignore tout ou partie du cluster. Search Console signale l'erreur dans le rapport Ciblage international. C'est pourquoi chaque page doit renvoyer exactement les mêmes relations — confirmation bidirectionnelle stricte.
La balise x-default doit-elle pointer vers quelle version ?
Vers une page de sélection de langue/région (splash page), ou vers votre version "par défaut" la plus générique (souvent EN ou la langue principale de votre audience). C'est le fallback pour les utilisateurs hors ciblage géographique.
Hreflang fonctionne-t-il entre domaines différents (.fr, .de, .com) ?
Oui, hreflang fonctionne entre ccTLDs, sous-domaines ou sous-répertoires. La méthode reste la même — chaque URL doit pointer vers ses variantes sur tous les domaines, avec confirmation bidirectionnelle.
🏷 Related Topics
Content AI & SEO Local Search International SEO

🎥 From the same video 25

Other SEO insights extracted from this same Google Search Central video · duration 30 min · published on 11/11/2020

🎥 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.