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

Using hreflang for pages in different languages does not change rankings, but it allows Google to show the most appropriate version of the page according to the user's language and region.
45:35
🎥 Source video

Extracted from a Google Search Central video

⏱ 57:57 💬 EN 📅 08/03/2016 ✂ 16 statements
Watch on YouTube (45:35) →
Other statements from this video 15
  1. 1:34 Combien de notifications DMCA faut-il pour pénaliser le classement d'un site ?
  2. 2:09 Le placement des liens de navigation interne dans le template affecte-t-il vraiment le SEO ?
  3. 3:46 Les balises hreflang mal utilisées peuvent-elles déclencher un filtre de contenu dupliqué ?
  4. 5:05 Google classe-t-il réellement les sections d'un site de manière indépendante ?
  5. 5:50 Un CDN peut-il vraiment nuire au ciblage géographique de votre site ?
  6. 6:39 Améliorer vos fiches produits booste-t-il vos pages catégories ?
  7. 7:18 Le contenu caché nuit-il vraiment au référencement de vos pages ?
  8. 13:05 L'attribut title sur les liens a-t-il réellement un impact SEO ?
  9. 16:22 Les données structurées suffisent-elles vraiment à décrocher des rich snippets ?
  10. 20:32 Pourquoi vos données de trafic disparaissent-elles après une migration HTTPS ?
  11. 25:04 Combien de temps faut-il vraiment attendre après un crawl pour voir ses changements indexés ?
  12. 32:13 Le code HTTP 410 retire-t-il vraiment plus vite une page de l'index que le 404 ?
  13. 38:56 Faut-il vraiment bloquer les paramètres d'URL dans le robots.txt pour améliorer l'indexation ?
  14. 43:58 Les tests A/B utilisateurs nouveaux vs récurrents risquent-ils une pénalité pour cloaking ?
  15. 50:54 Les sites piratés peuvent-ils vraiment impacter votre visibilité dans les résultats de recherche ?
📅
Official statement from (10 years ago)
TL;DR

Google states that hreflang does not directly affect page rankings. Its role is limited to guiding users to the appropriate language version based on their location and language. In practical terms, a perfect hreflang implementation will not improve your rankings, but it will prevent your English content from appearing in front of a French-speaking audience.

What you need to understand

Is hreflang a ranking signal or just a targeting signal?

John Mueller's statement is clear: hreflang does not change page rankings. Contrary to popular belief, it is not a positioning factor. Its sole function is to allow Google to select the correct language or regional version of a page when displaying search results.

Let's take a concrete example. You have an e-commerce store with three versions: example.com/fr/, example.com/en/, example.com/de/. Without hreflang, Google might show the English version to a French user if it seems more relevant or better optimized. With hreflang correctly implemented, Google understands that these pages are variants and will display the French version to French-speaking users, the English version to English-speaking ones, etc.

Why does Google maintain this stance on hreflang?

The logic is quite simple: hreflang addresses a user experience issue, not content quality. Google calculates ranking based on hundreds of signals (backlinks, semantic relevance, authority, Core Web Vitals, etc.). Hreflang comes into play after this calculation, at the moment of selecting which variant to display.

This means that a poorly optimized page will not gain positions simply because it has correct hreflang. Conversely, an excellently optimized page without hreflang risks losing qualified traffic if Google shows the wrong language version to users. The issue is not ranking but traffic distribution.

What indirect impact can hreflang have on SEO?

Although hreflang is not a direct ranking factor, its absence or poor implementation can create cascading effects that indirectly affect your performance. A user landing on a page in the wrong language will have a high bounce rate, low session time, and is unlikely to convert.

These negative behavioral signals can eventually influence Google's perception of your page quality. Moreover, without hreflang, you risk cannibalizing your language versions: Google might index multiple versions for the same query, diluting your visibility. This is particularly true for identical or very similar translated content.

  • Hreflang does not boost rankings, but it avoids incorrect traffic distribution to the wrong language variants
  • Its role is limited to displaying the correct version based on user language and region
  • The absence of hreflang can create negative indirect effects: high bounce rate, cannibalization, loss of qualified traffic
  • A correct implementation requires bidirectional consistency among all page variants
  • Hreflang works best when combined with other localization signals (ccTLD domains, local servers, Search Console by country)

SEO Expert opinion

Does this statement align with real-world observations?

Yes, and it is confirmed by years of testing. Adding hreflang to a site never leads to measurable ranking gains in the SERPs for a given language. What we do see, however, is a better organic CTR when users see the right language version and a reduction in bounce rate.

However, there is a nuance rarely mentioned by Google: in some competitive multilingual markets (Switzerland, Belgium, Canada), a correct hreflang implementation can become an indirect competitive advantage. Why? Because your competitors who do not implement hreflang are losing qualified traffic to poorly targeted versions, which mechanically improves your organic market share.

What misinterpretations should be avoided?

The first mistake is believing that hreflang can compensate for weak or duplicated content. If your translations are of poor quality, automatic, or if you serve almost identical content across multiple URLs with only different hreflang, Google might choose to index only one version. Hreflang does not protect against duplicate content penalties.

The second error: thinking that hreflang works as a strict directive. Google clearly states that it is a signal, not an instruction. It may choose to ignore your hreflang if it believes another version is more relevant for the user. This often happens when geolocation signals (IP, browser language) contradict your annotations.

In what cases does hreflang resolve nothing?

Hreflang is unnecessary if you have a monolingual site, even if it targets multiple countries. For instance, an English site intended for the USA, UK, and Australia does not need hreflang between these versions if the content is identical and only geolocation changes. In this case, use geographical targeting in Search Console instead.

Another scenario: sites that do not have truly equivalent content across languages. If your French version has 10 pages and your English version has 50 pages, hreflang will only function for the 10 common pages. [To be verified] Google has never clarified how it handles asymmetrical site structures with partial hreflang, but observations suggest it simply ignores orphan annotations.

Warning: an incorrect hreflang implementation (loops, missing references, invalid language codes) can be worse than a complete absence of hreflang. Google may then ignore all your annotations and revert to its own judgement, creating unpredictability in displaying versions.

Practical impact and recommendations

How to correctly implement hreflang on a multilingual site?

The most reliable method remains implementing in the HTML tags of the <head> of each page. Each URL should reference all its language variants, including itself. For example, the French page must point to the English, German, Spanish versions AND to itself with hreflang="fr".

Alternatives (XML sitemap, HTTP headers) work but are harder to maintain. The sitemap is handy for large sites, but any URL change requires a manual update of the XML file. HTTP headers are reserved for non-HTML files (PDFs, images) where you cannot inject tags.

What technical errors should absolutely be avoided?

The most common mistake: forgetting self-referencing. Each page must have a hreflang pointing to itself. Without this, Google may ignore all annotations for that page. The second pitfall: using incorrect language codes. It’s "en-GB" not "en-UK", "zh-Hans" for simplified Chinese, not just "zh".

The third critical error: non-bidirectional references. If the French page points to the English page with hreflang="en", the English page must also point back to the French page with hreflang="fr". A unilateral reference is ignored. Google needs this consistency to validate annotations.

How to check if my implementation works?

First, use Google Search Console, under the "International targeting" section. Google lists all detected hreflang errors there: orphan pages, missing references, invalid codes. Correct these errors as a priority because they often invalidate your entire annotations.

Next, manually test using VPNs or by altering browser language settings. Search for your main keywords from different locations and check that Google displays the appropriate version. Note: results may take weeks to stabilize after a hreflang deployment, as Google must recrawl all affected pages.

  • Implement hreflang in the <head> HTML of each page with all language variants
  • Systematically include a self-referencing (the page points to itself)
  • Check bidirectionality: if A points to B, B must point to A
  • Use ISO 639-1 codes for languages and ISO 3166-1 Alpha 2 for countries (en-GB, fr-CA, es-MX)
  • Monitor Google Search Console for implementation errors
  • Test the display of variants from different geographical locations
Hreflang will never improve your rankings, but it ensures that your SEO efforts by language reach the right audience. The technical implementation is tricky, and common errors occur. If your multilingual site generates significant revenue, working with a specialized SEO agency can prevent months of poorly distributed traffic and lost conversions. A professional hreflang audit quickly identifies inconsistencies that automatic tools miss.

❓ Frequently Asked Questions

Hreflang peut-il pénaliser mon site s'il est mal implémenté ?
Non, une implémentation incorrecte n'entraîne pas de pénalité. Google ignore simplement les annotations invalides et se fie à ses propres signaux pour déterminer quelle version afficher. Vous perdez juste le bénéfice du ciblage linguistique.
Dois-je utiliser hreflang si mon contenu est identique dans plusieurs pays mais dans la même langue ?
Non, utilisez plutôt le ciblage géographique dans Google Search Console. Hreflang est conçu pour les variations linguistiques, pas pour la géolocalisation seule avec contenu identique.
Faut-il inclure toutes les variantes linguistiques même si certaines pages n'existent que dans une langue ?
Non, n'implémentez hreflang que pour les pages qui ont réellement des équivalents dans d'autres langues. Une page sans équivalent n'a pas besoin d'annotation hreflang.
Le hreflang fonctionne-t-il pour Bing et les autres moteurs de recherche ?
Bing ne supporte pas hreflang mais utilise un système similaire appelé "language meta tag". Yandex supporte hreflang. Les autres moteurs l'ignorent généralement.
Combien de temps faut-il pour que Google prenne en compte les changements hreflang ?
Google doit recrawler toutes les pages concernées pour valider les annotations bidirectionnelles. Comptez entre 2 et 6 semaines selon la fréquence de crawl de votre site. Les sites à forte autorité voient les changements plus rapidement.
🏷 Related Topics
Domain Age & History Content AI & SEO International SEO

🎥 From the same video 15

Other SEO insights extracted from this same Google Search Central video · duration 57 min · published on 08/03/2016

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