1.8 URL structure & internationalisationMediumInferred
hreflang missing x-default
x-default tells Google which version to show users whose language or region does not match any specific version. Without it, unmatched users may get a poorly-suited page.
What it is
No fallback for unmatched locales.
Why it matters
Users outside listed locales get no defined default.
How to fix it
Add an x-default annotation.
How to find it on your site
- Check whether the hreflang set includes an x-default entry.
- Decide which version is the best fallback, often a language selector or the primary market.
- Add the x-default annotation pointing at it.
- Re-validate.
Cross-reference to ranking and citation factors
x-default improves the experience for unmatched locales rather than ranking directly. It is a completeness check on the hreflang set.
Impact
Low-medium. Inferred.
Evidence
Provide x-default for unmatched users. Google Search Central, Tell Google about localized versions (hreflang)
Sources