DEV Community

Alexander Todosuik
Alexander Todosuik

Posted on

Multi-Regional Website Structure: The Mistakes That Actually Tank Rankings

Expanding one site into multiple languages/markets fails in a small number of predictable
ways. Checklist form, because it's faster to audit against than prose.

URL structure — pick one, do not mix

  • Subdirectory: example.com/en-us/
  • Subdomain: us.example.com
  • ccTLD: example.de (strongest local signal, highest cost/maintenance)

Mixing patterns across different sections of the same site is the single most common
structural mistake found in multi-regional audits.

hreflang, done correctly

  • Every variant must reference itself AND every sibling variant — self-referencing is required, not optional
  • Include an x-default for the fallback/international version
  • Use exact ISO codes (en-us, not en_US or en-US-x)

What actually breaks rankings

  1. Machine-translating without local market adaptation (currency, examples, local regulations) — Google and users both notice
  2. Internal links defaulting back to the English version instead of the current language/region
  3. Duplicate hreflang errors — Search Console's International Targeting report surfaces most of these directly
  4. Treating "same language, different country" as identical — UK English and US English have different commercial intent and different competitors

Full guide on planning multi-regional structure from scratch:
Multi-regional website expansion guide

Top comments (0)