ferry
(ferry)
February 4, 2017, 3:20pm
#1
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: https://support.google.com/webmasters/answer/189077?hl=en
Hope this is helpful
system
(system)
closed
April 6, 2017, 4:08pm
#3
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.