Home / Multilingual URL strategy

Multilingual URL strategy

A multilingual site must decide whether to romanize slugs or keep them per-language.

Romanized vs local

Romanized slugs are easy to manage and share, while local-language (Unicode) slugs feel more familiar and can help search for that language's users. Choose based on your audience.

Per-language paths

Language codes usually go at the front of the path — /en/…, /ko/… — with hreflang linking them together. This site uses the same approach.