<b>What x-default actually targets — and the geolocation myth around it</b>
A persistent belief is that <code>x-default</code> is a 'rest of world' fallback that catches unmatched countries. That framing is incomplete and leads to bad architecture.
Methodology note: we reviewed Google's own documentation language alongside observed behavior on 18 estates running an explicit <code>x-default</code> page distinct from any language page.
What we found:
— <code>x-default</code> is the page shown when no other listed language/region matches the user's signals. It is a matching-of-last-resort, not a geographic bucket.
— The most effective <code>x-default</code> targets were language-selector or auto-detecting landing pages — not the English homepage. Estates that pointed <code>x-default</code> at /en/ saw English served to users whose Accept-Language clearly indicated otherwise.
— Omitting <code>x-default</code> entirely is valid. It is not a required tag. We found no ranking penalty for its absence when the language set was comprehensive.
Caveat: where the language set was incomplete (say, only French and German on a site with global traffic), the missing <code>x-default</code> meant Google guessed, usually defaulting to the highest-authority alternate.
Limitation: 'signals' here is a black box — browser language, query language, and inferred location all feed in, and we can't weight them precisely.
Conclusion: use <code>x-default</code> deliberately, point it at a neutral or detecting page, and stop treating it as a catch-all for countries you forgot.
Hreflang Lab
@HreflangLab
<b>What x-default actually targets — and the geolocation myth around it</b>
Этот пост опубликован в Telegram-канале Hreflang Lab. Подписаться можно по ссылке: @HreflangLab.