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 "/fr" here sets fr-BE. A bare "/" redirects to "/fr/".
- Slug "tarifs" in fr-BE belongs to the page id "pricing", and each locale has its own slug for that id.
- This page lists the hreflang codes en, x-default, fr-FR, fr, fr-BE, and every version lists the same set.
- nl-BE has no translation of "pricing", so the Worker does not serve it there and no version lists hreflang="nl-BE".
- hostname
- be.colder.cc
- resolved from
- path
- site
- be
- market
- be
- path prefix
- /fr
- locale
- fr-BE
- slug
- tarifs
- page id
- pricing
Tarifs
La version belge francophone des tarifs est servie sous /fr/tarifs.
Other versions
- International (en) https://com.colder.cc/pricing
- France (fr-FR) https://fr.colder.cc/tarifs
- Belgique (fr-BE) https://be.colder.cc/fr/tarifs
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