LocaleRouter Belgique / België
How this page was resolved
- Host "be.colder.cc" maps to site "be", market "be".
- Site "be" is bilingual, so the first path segment picks the language. "/fr" selects fr-BE. A bare "/" redirects to "/fr/".
- Slug "" (the home page) in fr-BE is the page id "home". Each locale has its own slug, and the page id joins them.
- hreflang: en, x-default, fr-FR, fr, fr-BE, nl-BE. The same set is on every version.
Un seul build, plusieurs pays
Version belge francophone. Même Worker, même contenu, préfixe /fr dans l'URL.
Other versions
- International (en) https://com.colder.cc/
- France (fr-FR) https://fr.colder.cc/
- Belgique (fr-BE) https://be.colder.cc/fr/
- België (nl-BE) https://be.colder.cc/nl/
Try these
Each URL and the response it should return.
- https://com.colder.cc/about en, page id about
- https://fr.colder.cc/a-propos fr-FR, same page id, French slug
- https://fr.colder.cc/about 404, English slug on the French site
- https://be.colder.cc/ 302 to /fr/, the Belgian default language
- https://be.colder.cc/nl/over-ons nl-BE, same page id, Dutch slug
- https://be.colder.cc/nl/tarifs 404, pricing has no Dutch translation
- https://be.colder.cc/de/ 404, /de is not a language on the Belgian site