LocaleRouter Belgique / België
How the Worker resolved this page
- Host "be.colder.cc" maps to site "be", market "be".
- Site "be" is bilingual, so the first path segment sets the language, and "/nl" here sets nl-BE. A bare "/" redirects to "/fr/".
- Slug "" (the home page) in nl-BE belongs to the page id "home", and each locale has its own slug for that id.
- This page lists the hreflang codes en, x-default, fr-FR, fr, fr-BE, nl-BE, and every version lists the same set.
- hostname
- be.colder.cc
- resolved from
- path
- site
- be
- market
- be
- path prefix
- /nl
- locale
- nl-BE
- slug
- (home)
- page id
- home
Eén build voor meerdere landen
De Nederlandstalige Belgische versie draait op dezelfde Worker en gebruikt dezelfde inhoud, onder de prefix /nl.
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
Open each URL. The expected response is beside it.
- https://com.colder.cc/about 200, en, page id "about"
- https://fr.colder.cc/a-propos 200, fr-FR, page id "about" under its 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 200, nl-BE, page id "about" under its Dutch slug
- https://be.colder.cc/nl/tarifs 404, page id "pricing" has no Dutch translation
- https://be.colder.cc/de/ 404, /de is not a language on the Belgian site