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

Google recommends using the rel="alternate" hreflang attribute to inform search engines like Google about the multilingual setup of your site. This allows for specifying the different language or regional versions of your pages to enhance user experience and geographic targeting.
5:18
🎥 Source video

Extracted from a Google Search Central video

⏱ 16:58 💬 EN 📅 01/10/2013 ✂ 5 statements
Watch on YouTube (5:18) →
Other statements from this video 4
  1. 5:51 Le hreflang peut-il être ignoré par Google ?
  2. 8:25 Comment utiliser l'attribut x-default pour éviter les erreurs sur un site multilingue ?
  3. 13:19 Pourquoi Google exige-t-il des URLs partageables qui servent toujours le même contenu ?
  4. 17:32 Structure d'URL pour le multilinguisme : comment éviter les pièges d'indexation selon Google ?
📅
Official statement from (12 years ago)
TL;DR

Google explicitly recommends using rel="alternate" hreflang to signal the language and regional versions of a site. This tag ensures that the correct version of the page is displayed according to the user's language and location. In practical terms, a misconfigured hreflang can fragment your international organic traffic and degrade user experience by displaying the wrong language.

What you need to understand

What real solutions does hreflang provide for search engines?

The hreflang attribute tells Google which version of a page to serve based on the user's language and region. Without this signal, the engine applies its own heuristics: user IP, browser language settings, site ccTLD. These clues are not always sufficient.

For instance, consider a case where you have example.com/fr/ for France and example.com/fr-ca/ for French-speaking Canada. Without hreflang, Google might display the French version to a Quebec user, even though the content, prices, and cultural references differ. The hreflang tag removes this ambiguity by explicitly declaring the relationships between variants.

What configurations does Google support?

Google recognizes three implementation methods: HTML tags in the head, HTTP headers for non-HTML files (PDFs, etc.), and XML sitemaps. Each method has its technical constraints.

HTML tags are suitable for medium-sized websites. HTTP headers are useful for multilingual resources like PDFs. The sitemap centralizes management but can become cumbersome on sites with tens of thousands of URLs. Google prioritizes consistency: if a page A declares a relationship to B, B must confirm that relationship in return.

What's the ISO syntax: why these specific codes?

Hreflang uses the ISO 639-1 standard for language (two letters: en, fr, de) and optionally ISO 3166-1 Alpha 2 for region (two letters: US, CA, CH). This combination allows for precise targeting: en-US, en-GB, fr-FR, fr-CA.

The value x-default acts as a fallback: if no variant matches the user, Google displays this default version. Many sites forget x-default, creating display inconsistencies for users outside of targeted areas.

  • Hreflang does not translate anything: it signals alternative URLs, that's it. Translation and localization remain your responsibility.
  • Reciprocity is mandatory: if page A points to B with hreflang, B must point back to A. Otherwise, Google ignores the relationship.
  • Self-reference is necessary: each page must declare a hreflang pointing to itself.
  • No automatic canonicalization: hreflang and canonical are distinct. A page can be canonical while having hreflang variants.
  • Google guarantees nothing: hreflang is a signal, not an absolute directive. The engine may choose to display another version if its algorithms deem it relevant.

SEO Expert opinion

Does this recommendation align with real-world observations?

Yes, but with important nuances. On well-configured international sites, hreflang significantly improves traffic distribution among language variants. I have observed reductions of 30 to 50% in sessions served in the wrong language after fixing broken hreflang.

However, Google remains vague about the exact weighting of this signal. The phrase "helps improve user experience" masks a reality: hreflang is not always respected. In highly competitive queries, Google sometimes favors the best-ranked page, even if its language does not match the user profile. [To be verified]: no official data quantifies Google's adherence to hreflang.

What common mistakes does Google not mention here?

The statement remains generic and overlooks classic pitfalls. The first issue: reciprocity errors. On sites with over 10,000 pages, maintaining bidirectional consistency becomes an operational nightmare. An orphan page or a typo in a language code, and the entire chain breaks.

The second risk: mixing hreflang and canonical in contradictory ways. I have seen sites point a hreflang to URL A while canonicalizing A to B. Google then ignores hreflang. The third issue: using hreflang on identical, untranslated content. If your /en/ and /fr/ display the same English text, you fragment your ranking signals without benefiting the user.

When does hreflang become unnecessary or counterproductive?

If you use distinct ccTLDs (example.fr, example.de, example.co.uk) with clearly differentiated content, Google often detects the geographical target without hreflang. Adding it is recommended to eliminate any ambiguity, but the urgency is less than with subdirectories on a global .com.

Hreflang becomes counterproductive when it masks structural problems. I have audited sites using hreflang to "save" duplicated content between languages. The result: dilution of ranking, internal cannibalization, and a Search Console filled with alerts. Before deploying hreflang, ensure that each variant provides genuine localized value.

Caution: improperly implemented hreflang generates massive errors in Search Console ("No return tag", "Incorrect values"). While these errors do not directly penalize ranking, they signal that your configuration is malfunctioning. Addressing these alerts should be an absolute priority.

Practical impact and recommendations

How can I check if my hreflang is working correctly?

First reflex: Search Console, International Targeting section. Google lists the detected errors there: invalid language codes, missing reciprocity, orphan pages. Correct these errors as a priority before any other multilingual optimization.

Next, use tools like Screaming Frog or OnCrawl to extract all your hreflang and check bidirectionality. A cross-reference table quickly reveals inconsistencies. Test manually as well: use a VPN to simulate different locations and verify that Google displays the correct variant in SERPs.

What technical mistakes should absolutely be avoided?

Never mix the three implementation methods on the same URL. If you declare hreflang in HTML and in the sitemap, conflicting signals disrupt Google. Choose one method and stick to it.

Avoid redirect chains in your hreflang URLs. If a tag points to a URL that redirects via 301 to another, Google loses track. Hreflang must point to the final canonical URL, never to an intermediate redirect. Finally, don't forget x-default: without a fallback, users outside the targeted areas can end up anywhere.

What deployment strategy to adopt on a large site?

On a site with several thousand multilingual pages, deploying hreflang all at once is risky. Start with a pilot on your strategic sections: homepage, main categories, top landing pages. Validate the configuration, monitor Search Console, measure the impact on traffic distribution.

Once the pilot is stabilized, scale up through the XML sitemap or an automatic server-side generation system. Automating reciprocity drastically reduces the risk of human error. Document your generation rules and version your configuration: a quick rollback can save your international traffic in case of a bug.

  • Audit existing hreflang in Search Console and correct all reported errors
  • Check bidirectional reciprocity on a representative sample of URLs
  • Systematically add x-default to manage users outside targeted areas
  • Avoid mixing hreflang HTML, HTTP headers, and sitemap on the same pages
  • Test with different locations (VPN, Google Search Console URL Inspection) before mass deployment
  • Monitor traffic by language/region post-deployment to detect any anomalies
Hreflang remains a demanding technical signal: strict reciprocity, rigorous ISO syntax, consistency between canonical and variants. Errors have real consequences in traffic fragmentation and poor user experience. Complexity grows exponentially with the number of languages and pages. For large-scale multilingual deployments, hiring a specialized SEO agency can save months of debugging and ensure a solid setup from launch.

❓ Frequently Asked Questions

Hreflang est-il obligatoire pour un site multilingue ?
Non, mais fortement recommandé. Sans hreflang, Google devine la langue cible via IP, ccTLD et contenu, ce qui génère souvent des erreurs d'affichage. Hreflang lève cette ambiguïté.
Peut-on utiliser hreflang sur un site monolingue avec plusieurs zones géographiques ?
Oui. Hreflang accepte des codes région seuls (hreflang="en-US" vs "en-GB") pour cibler des variantes géographiques d'une même langue, utile pour adapter prix, devises ou contenus locaux.
Que se passe-t-il si j'oublie la réciprocité entre deux pages ?
Google ignore la relation hreflang entre ces pages. Search Console signale une erreur "Pas de balise de retour". La page orpheline ne bénéficie pas du ciblage linguistique.
Dois-je ajouter hreflang sur toutes mes pages ou seulement sur les principales ?
Idéalement sur toutes les pages ayant des équivalents multilingues. En pratique, priorisez les pages stratégiques (homepage, catégories, top contenus) puis industrialisez si les ressources le permettent.
Hreflang influence-t-il directement le ranking ou seulement l'affichage ?
Officiellement, hreflang affecte l'affichage de la bonne variante, pas le ranking. En pratique, servir la bonne langue améliore engagement et CTR, ce qui peut indirectement booster le positionnement.
🏷 Related Topics
Domain Age & History Images & Videos International SEO

🎥 From the same video 4

Other SEO insights extracted from this same Google Search Central video · duration 16 min · published on 01/10/2013

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