Back to glossary

Term

International SEO / hreflang Strategies

International SEO controls which language and country version of a site ranks in which market. hreflang is the central signal — bidirectional, with an x-default fallback and consistent canonicals per locale.

International SEO / hreflang Strategies — explained in more detail

International SEO covers URL structure (ccTLD, subdomain, subdirectory), hosting choices, and — most importantly — correct hreflang annotations. Subdirectories (/de/, /en/) on a single domain are usually the pragmatic choice today: one shared authority pool, simpler hreflang maintenance, and clean per-locale canonical logic.

hreflang tags must be bidirectional: if /de/product points to /en/product, then /en/product must point back to /de/product. Missing the return reference makes Google ignore the annotation. x-default marks the fallback for unmatched languages — important for global sites with a language picker page.

Example / In practice

A SaaS with DE/EN/FR ships a dedicated URL for each locale and all three hreflang tags per page (de, en, fr) plus x-default pointing to the EN version. Canonical points to the same locale’s URL, never cross-locale — otherwise Google aggregates the versions and ranks the wrong language.

Distinction from similar terms

Geo-targeting in Search Console is an additional country signal for generic domains (.com). IP-based language detection with client-side redirects is risky for crawlers — better: a language banner without redirect.

Entdecke mehr