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 hreflang tag to indicate a neutral homepage redirecting users to specific pages according to their countries. This informs Google that the page is central and not meant to serve a user from a specific country.
6:25
🎥 Source video

Extracted from a Google Search Central video

⏱ 1h04 💬 EN 📅 13/12/2016 ✂ 11 statements
Watch on YouTube (6:25) →
Other statements from this video 10
  1. 12:54 L'AMP peut-il vraiment remplacer votre site mobile ?
  2. 15:29 Pourquoi Google ne peut-il pas garantir un délai d'indexation de vos pages ?
  3. 30:39 Les balises H1, H2, H3 influencent-elles vraiment le classement Google ?
  4. 39:12 Faut-il vraiment bourrer vos articles de blog d'images pour ranker ?
  5. 60:55 L'index mobile-first de Google impacte-t-il vraiment le classement desktop ?
  6. 71:00 L'indexation mobile-first est-elle vraiment transparente pour les sites responsive ?
  7. 95:23 La vitesse de chargement influence-t-elle vraiment le classement Google ?
  8. 96:37 L'AMP est-il vraiment un facteur de classement pour votre référencement naturel ?
  9. 102:13 Les balises alt influencent-elles vraiment le classement en recherche organique ?
  10. 103:09 Google utilise-t-il vraiment les données de Chrome pour classer vos pages ?
📅
Official statement from (9 years ago)
TL;DR

Google confirms that the hreflang tag helps indicate a central homepage that redirects to geolocated versions. This neutral page does not target any specific country and serves solely as an entry point. In practice, this prevents Google from viewing this page as competing with your localized versions and helps structure your international architecture properly without SEO cannibalization.

What you need to understand

What is a neutral redirect page and why is Google discussing it?

A neutral homepage is a unique entry point that detects the user's geolocation and automatically redirects them to the appropriate version of the site. For example, example.com redirects to example.fr for France, example.de for Germany, and so on.

The problem: without clear indication, Google may index this neutral page and have it compete with your localized versions in the SERPs. The result: dilution of geographic relevance signals and confusion in rankings.

How does the hreflang tag address this specific case?

The hreflang tag with the value x-default tells Google that this page is a generic entry point, not a ranking target. It explicitly points to all available geolocated versions.

In practice, on your neutral page, you declare: hreflang="x-default" for itself, followed by all language and geographic variants. Google then understands that this URL should not be prioritized for a user from a specific country.

Does this recommendation apply to all multilingual sites?

No. If your site uses subdomains or distinct domains by country without a central neutral page, you do not need x-default. This value is only relevant when you have a unique entry point that orchestrates redirection.

Sites that directly serve the correct version based on IP without going through an intermediary page can stick with traditional hreflang tags between localized versions. Google's declaration targets a specific architectural use case, not a universal rule.

  • x-default denotes the neutral page that does not target any specific country
  • This page must reference all geolocated versions via hreflang
  • Without x-default, Google may index and rank the neutral page, creating internal competition
  • This practice avoids dilution of the geographic signal in the SERPs
  • Applies only if your architecture effectively uses a central redirect page

SEO Expert opinion

Is this statement consistent with real-world observations?

Yes, and it's actually one of the few cases where Google is perfectly clear about the expected usage. Tests show that without x-default, a neutral page can indeed appear in the SERPs of different countries, creating cannibalization with local versions.

However, Google does not specify how it handles cases where the neutral page implements a 302 or 307 redirect. If the redirect is instantaneous server-side, the neutral page is never really crawled. The question remains: is x-default still necessary in this scenario? [To be verified]

What nuances should be added to this recommendation?

First point: x-default does not replace the bilateral hreflang declarations between local versions. Each geolocated version must point to all the others, including x-default. It's a complete mesh, not a star with x-default at the center only.

Second nuance: Google says nothing about crawl performance. A neutral page that consistently redirects may generate unnecessary back-and-forth for Googlebot. If your crawl budget is tight, an architecture without a neutral page (distinct domains by country) remains more efficient.

In what cases does this rule not apply?

If your site uses a manual language selector without automatic redirection, x-default remains relevant to designate this choice page. But if you have no central page at all — each country has its own domain and the user arrives directly there — x-default makes no sense.

Another case: sites that use dynamic JavaScript content to display the correct language without changing the URL. Here, hreflang becomes very complex and x-default does nothing to resolve it. Google then recommends an architecture with distinct URLs, but technical reality sometimes imposes different choices.

Note: A common mistake is declaring x-default on multiple pages. There should only be one x-default per cluster of language variations. Otherwise, Google simply ignores all hreflang tags in the group.

Practical impact and recommendations

How to correctly implement x-default on a neutral page?

First step: identify if you really need x-default. Ask yourself: is there a unique URL that does not target any specific country? If so, this is your candidate for x-default.

Next, on this page, add in the <head> or via HTTP headers all hreflang declarations: one for x-default pointing to itself, then one for each geolocated version. All local versions must also reference x-default in their own hreflang tags.

What mistakes to avoid during implementation?

Classic mistake: declaring x-default but not referencing it from local versions. The hreflang mesh must be bidirectional. If your FR page declares x-default but x-default does not declare FR, Google considers the implementation as incomplete and may ignore it.

Another trap: using x-default on a page already targeting a country through geolocation in Search Console or ccTLD. If example.fr is declared as targeting France, declaring it also as x-default creates confusion. x-default must remain geographically neutral, thus hosted on a .com or a generic domain.

How to check if the implementation is working correctly?

Use Search Console to detect hreflang errors: sections "Coverage" and "International Enhancements". Google reports pages with poorly implemented hreflang, missing references, or multiple x-default values.

Test also with a VPN or a foreign User-Agent: check that Google serves the appropriate local version in the SERPs of each country, and that the x-default page does not appear in competition. If it does appear, it means the implementation is not being recognized correctly.

  • Ensure x-default points to a truly neutral page (no declared geographical targeting)
  • Make sure all local versions reference x-default in their hreflang tags
  • Confirm that x-default references all available geolocated versions
  • Check for the absence of hreflang errors in Search Console
  • Validate that the x-default page does not compete with local versions in targeted SERPs
  • Document the architecture to facilitate maintenance when adding new languages
Implementing hreflang with x-default requires absolute technical rigor: a single oversight in the bidirectional mesh can invalidate the entire setup. For sites with multiple linguistic and geographic versions, this complexity increases exponentially. If your international architecture presents atypical cases or if you notice inconsistencies in Google's behavior despite an apparently correct implementation, engaging a specialized SEO agency in geotargeting can save you months of suboptimal positioning and misdirected traffic.

❓ Frequently Asked Questions

Peut-on utiliser x-default sur un domaine national comme .fr ?
Techniquement oui, mais c'est déconseillé. Un ccTLD envoie déjà un signal géographique fort à Google, ce qui contredit l'idée d'une page neutre. Privilégiez un .com ou un domaine générique pour x-default.
Que se passe-t-il si on ne déclare pas x-default sur une page neutre ?
Google peut indexer cette page et la servir dans les SERP de différents pays, créant une concurrence avec vos versions localisées. Cela dilue votre pertinence géographique et peut fragmenter votre trafic.
x-default remplace-t-il les autres balises hreflang entre versions locales ?
Non, absolument pas. x-default est un complément. Chaque version locale doit toujours pointer vers toutes les autres versions, y compris x-default. Le maillage reste complet et bidirectionnel.
Faut-il utiliser x-default si on fait de la redirection 301 automatique par IP ?
Si la redirection 301 est côté serveur et immédiate, Googlebot ne voit jamais la page neutre. Dans ce cas, x-default n'est probablement pas nécessaire, mais Google ne s'est jamais prononcé clairement sur ce scénario spécifique.
Peut-on avoir plusieurs x-default pour différents clusters linguistiques ?
Oui, si vous avez des groupes de langues totalement distincts sans lien entre eux. Par exemple, un site B2C et un site B2B avec leurs propres versions localisées peuvent chacun avoir leur x-default, mais jamais au sein du même cluster.
🏷 Related Topics
Domain Age & History International SEO

🎥 From the same video 10

Other SEO insights extracted from this same Google Search Central video · duration 1h04 · published on 13/12/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.