Setting different language code for pages (in sub directory)

Hi all,

I’m currently working on a multilingual site (Dutch + English).

English is the default language and all pages are directly in the main directory:

Dutch pages are located in a sub directory called ‘nl’:

In my Site settings → Advanced settings the language code is set to ‘en’.

Is there a way I can set the language code for the Dutch pages to ‘nl’ so browsers and search engines will identify the correct language?

Thanks in advance!

1 Like

Hey @ferry
I’m not sure how we can override the Webflow default in here. I hope someone from the community can enlighten us. However, in the multilingual website i made, I used hreflangs like this:

<link rel="alternate" hreflang="en" href="http://www.domain.com/en/page/">
<link rel="alternate" hreflang="fr" href="http://www.domain.com/fr/page/">

You can learn more here: Localized Versions of your Pages | Google Search Central  |  Documentation  |  Google Developers

Hope this is helpful

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.