What does Google say about SEO? /
Quick SEO Quiz

Test your SEO knowledge in 5 questions

Less than a minute. Find out how much you really know about Google search.

🕒 ~1 min 🎯 5 questions

Official statement

For multilingual and multi-regional sites, Google recommends using hreflang to determine the target language or region. It also emphasizes the importance of using specific URLs for each region/language.
65:00
🎥 Source video

Extracted from a Google Search Central video

⏱ 1h19 💬 EN 📅 03/04/2018 ✂ 20 statements
Watch on YouTube (65:00) →
Other statements from this video 19
  1. 0:21 Les PWA boostent-elles vraiment votre classement Google ?
  2. 0:23 HTTPS est-il vraiment un facteur de classement ou juste un prérequis technique ?
  3. 3:10 Le Mobile-First Index est-il vraiment irréversible et pourquoi Google l'impose en permanence ?
  4. 7:49 L'indexation mobile-first de Google : qu'est-ce qui change vraiment pour votre stratégie SEO ?
  5. 8:59 L'AMP améliore-t-il vraiment votre classement dans Google ?
  6. 9:45 AMP pour l'e-commerce : faut-il encore investir dans cette technologie ?
  7. 10:19 AMP est-il toujours pertinent pour booster la vitesse de vos pages ?
  8. 12:59 Faut-il vraiment utiliser AMP pour les pages desktop ?
  9. 14:04 La vitesse de chargement influence-t-elle vraiment le classement Google ?
  10. 15:53 Les PWA peuvent-elles nuire au référencement naturel de votre site ?
  11. 18:40 Faut-il vraiment éviter l'AMP sur desktop pour votre SEO ?
  12. 23:39 HTTPS : un facteur de classement Google surestimé par les SEO ?
  13. 35:59 Les backlinks sont-ils toujours un critère de ranking majeur ou Google bluffe-t-il ?
  14. 41:30 Le Mobile-First Index nécessite-t-il vraiment une refonte de votre stratégie SEO ?
  15. 42:55 Les technologies SEO complexes améliorent-elles vraiment le classement Google ?
  16. 52:25 Pourquoi votre site reste invisible dans Google malgré vos efforts SEO ?
  17. 60:05 Pourquoi Google insiste-t-il autant sur la compatibilité mobile ?
  18. 61:00 L'indexation mobile-first impose-t-elle vraiment la parité stricte entre mobile et desktop ?
  19. 67:26 Un ccTLD pénalise-t-il vraiment votre visibilité internationale ?
📅
Official statement from (8 years ago)
TL;DR

Google states that hreflang remains the central tool for managing multilingual and multi-regional sites, paired with distinct URLs for each language or region. This confirms that alternative approaches (language subdomains, URL parameters) do not receive the same algorithmic support. For an SEO managing international content, this implies a thorough technical audit: hreflang must be bidirectional, free of syntax errors, and each language version must have its own canonical URL.

What you need to understand

Why does Google enforce distinct URLs instead of automatic detection?

Google's position is clear: there is no 100% reliable automatic language detection. An algorithm can make mistakes with mixed content, VPNs, or conflicting browser preferences. By enforcing specific URLs for each language or region, Google shifts the editorial responsibility to the webmaster.

This architecture has an advantage: it ensures that each language version can be crawled, indexed, and ranked independently. A German-speaking user searching for "Krankenversicherung" will find /de/krankenversicherung, not /insurance through a risky JS switch. Control is total, ambiguity is minimal.

Is hreflang really essential or just recommended?

Google uses the term "recommends", but practical experience shows that without hreflang, multilingual sites suffer from version cannibalization. The .com/en/ version may rank on google.fr instead of .com/fr/, diluting local relevance.

Hreflang acts as a preference signal: it tells Google "if the user is French-speaking, serve this URL, not the other one". It is not an absolute directive—Google can ignore hreflang if other signals (IP geolocation, incoming links, user behavior) contradict it—but its absence creates a void that the algorithm fills with approximations.

What is the difference between language targeting and regional targeting?

Many confuse language and region. Hreflang accommodates both: hreflang="fr" targets all French speakers, whereas hreflang="fr-CA" specifically targets Quebec. Google handles these two levels differently.

An e-commerce site can have /fr/ (France), /fr-be/ (French-speaking Belgium), /fr-ch/ (Romandy Switzerland). Each URL carries specific prices, legal mentions, and general terms. Without precise hreflang, a Belgian may land on the French version with French VAT and unsuitable shipping costs. Regional targeting refines commercial relevance beyond just language.

  • Distinct URLs are mandatory: no dynamic content served on a single URL based on Accept-Language
  • Bidirectional hreflang: each version must point to all others, including itself
  • Consistency with Search Console: geographic targeting in GSC must align with declared hreflang
  • Prioritize accuracy: better to have 3 well-implemented versions than 15 approximate ones
  • Technical validation is essential: syntax errors, loops, invalid language codes break the whole system

SEO Expert opinion

Is this statement consistent with field observations?

Yes, but with a major nuance: hreflang works better on Google than on other engines. Bing and Yandex have their own language targeting logic, sometimes incompatible. A site optimizing solely for hreflang might perform poorly on those platforms.

In practice, it is also observed that Google tolerates approximate implementations on large sites (Amazon, Booking) while severely penalizing errors on medium sites. The domain weight seems to partially compensate for hreflang shortcomings. This double standard is never officially documented, but audits regularly confirm it.

What errors does Google never mention publicly?

Google remains silent on several critical points. What happens when hreflang contradicts IP geolocation? Will a .fr hosted in the USA with hreflang="fr-FR" be served worse than a .fr hosted in Paris? Public data is lacking. [To be verified]

Another gray area: the impact of duplicated content across language versions. Google claims that hreflang resolves this issue, but the reality is more complex. Sites with 80% identical content between /en/ and /en-gb/ see both versions indexed but with unexplained ranking fluctuations. Perhaps hreflang mitigates duplication without completely nullifying it.

In what cases does this rule not fully apply?

For ultra-local sites (a Parisian bakery), hreflang is unnecessary. Geographic targeting via Search Console is sufficient. Adding hreflang without alternative versions creates technical noise without gain.

Another limitation: sites with dynamically generated content based on user behavior (SaaS, personalized platforms). If each user sees unique content, hreflang loses its meaning. Google cannot serve a specific URL if the content changes based on the user logging in. In these cases, a stable URL architecture with targeting via rel="canonical" and server geolocation is preferable.

Practical impact and recommendations

How can I verify that my hreflang implementation is correct?

First step: crawl all URLs with Screaming Frog or Oncrawl while activating hreflang extraction. Check that each URL points to all its alternatives, including itself. A /fr/ URL must have self-referencing hreflang="fr", followed by hreflang="en", "de", etc.

Second check: validate ISO 639-1 language codes. "hreflang=fr-fr" (lowercase) is accepted, but "hreflang=français" or "hreflang=FR" alone without a region can create ambiguities. Google Search Console reports serious errors, but not all inconsistencies.

What errors truly block international ranking?

Hreflang only in JavaScript: Google crawls and executes JS, but the delay can create a mismatch. If Googlebot first sees the page without hreflang, it might index the wrong version before fixing. Prefer a static HTML implementation or via HTTP headers.

Another fatal error: hreflang pointing to 404 or redirected URLs. If /de/ points to /de-at/ which redirects 301 to /at/, Google will abandon the chain. Hreflang URLs must be final, accessible, and indexable. No noindex, no canonical to another language.

What should be done concretely today?

If your site covers multiple countries or languages, first audit the URL structure. Subdirectories (/fr/, /de/) or subdomains (fr.example.com, de.example.com)? Both work, but subdirectories centralize domain authority. ccTLDs (.fr, .de) send a strong geographic signal but fragment PageRank.

Next, implement hreflang primarily on strategic pages: homepage, categories, key products. No need for hreflang on terms and conditions if they are not translated. Focus efforts where ranking impact is measurable.

  • Crawl all URLs and extract hreflang tags to detect errors and loops
  • Validate bidirectionality: each version must point to all others
  • Check that ISO language/region codes are compliant (fr-FR, en-US, de-CH, etc.)
  • Ensure that all hreflang URLs return 200, no redirects or 404
  • Test displaying in different local SERPs (google.fr, google.de) to confirm proper targeting
  • Compare hreflang implementation with declared geographic targeting in Search Console
Setting up a multilingual or multi-regional architecture that complies with Google's requirements demands sharp technical expertise and a deep understanding of hreflang nuances. Implementation errors can dilute your international visibility for months. If your team lacks resources or experience in this type of project, consulting a specialized SEO agency can speed up compliance and avoid costly traffic losses.

❓ Frequently Asked Questions

Peut-on utiliser hreflang uniquement dans le sitemap XML sans les balises HTML ?
Oui, Google accepte hreflang dans les sitemaps XML, mais l'implémentation HTML est plus fiable. Les sitemaps volumineux peuvent être incomplets au crawl, alors que les balises HTML sont toujours présentes à chaque visite de Googlebot.
Faut-il un hreflang x-default même si on a déjà une version en-US ?
Le x-default sert de fallback pour les utilisateurs dont la langue/région ne correspond à aucune version spécifique. Sans lui, Google choisit arbitrairement, ce qui peut nuire à l'expérience utilisateur dans des zones non couvertes.
Hreflang fonctionne-t-il si les contenus entre versions sont très similaires mais pas identiques ?
Oui, hreflang tolère des variations de contenu. L'important est que chaque URL serve une audience linguistique ou régionale distincte. Google n'exige pas une traduction mot à mot, il cherche à matcher l'intent utilisateur avec la version la plus pertinente.
Les HTTP headers hreflang sont-ils plus performants que les balises HTML ?
Les HTTP headers sont utiles pour les fichiers non-HTML (PDFs, images). Pour les pages web classiques, les balises HTML restent le standard le plus simple à maintenir et déboguer. Les deux méthodes ont la même efficacité si correctement implémentées.
Que se passe-t-il si deux versions hreflang ciblent la même langue mais des régions différentes ?
Google choisit la version la plus pertinente selon la géolocalisation de l'utilisateur et d'autres signaux (IP, historique de recherche). Si un Belge cherche depuis Bruxelles, Google favorisera fr-BE sur fr-FR, à condition que hreflang soit bien configuré.
🏷 Related Topics
Domain Name International SEO

🎥 From the same video 19

Other SEO insights extracted from this same Google Search Central video · duration 1h19 · published on 03/04/2018

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