The first phase happens before code ships. Decisions made here cascade through your entire multilingual strategy, so rushing this phase creates technical debt that's expensive to fix later.
URL Structure Decision (Task 1 – 3):
- Decide between subdirectories (/en/, /fr/, /de/), subdomains (en.example.com, fr.example.com), or ccTLDs (example.com, example.fr, example.de). Each has different hreflang and crawl budget implications.
- Document your choice and share it with engineering. Changing URL structure after launch breaks links and ranking signals.
- If using subdomains or ccTLDs, ensure Google Search Console recognizes each property separately.
Hreflang Architecture Planning (Task 4 – 6):
- Map which locales link to which pages. A single hreflang declaration must include all language variants of that page.
- Create a hreflang audit template: page URL → primary locale → alternate locales → hreflang targets. Use this as your checklist during development.
- Identify the default fallback locale (often 'x-default') for users in non-targeted regions.
Locale and Keyword Research (Task 7 – 9):
- Research search volume, competition, and user intent for primary keywords in each target locale. Don't assume English search intent translates.
- Identify locale-specific terminology differences (e.g., 'accountant' vs. 'chartered accountant' in different English-speaking markets).
- Document keyword targets per-locale before the translation phase begins.