 Nicolas V.
Supporter
Languages:
English (English )
French (Français )
Timezone:
America/Lima (GMT-05:00)
|
Hi John,
Language code and hreflang are two different things.
Language code is used in the database and in URLs for people using repertories - for example /en or /it - but it's not your case here.
Hreflang is the important one which helps Google to understand the different languages for the same piece of content.
<link rel="alternate" hreflang="en-gb" href="<em><u>hidden link</u></em>" />
<link rel="alternate" hreflang="ga" href="<em><u>hidden link</u></em>" />
<link rel="alternate" hreflang="it" href="<em><u>hidden link</u></em>" />
<link rel="alternate" hreflang="ar" href="<em><u>hidden link</u></em>" />
<link rel="alternate" hreflang="en" href="<em><u>hidden link</u></em>" />
<link rel="alternate" hreflang="x-default" href="<em><u>hidden link</u></em>" />
You can see that "en" is used for your .us domain.
You can learn more here: https://wpml.org/documentation/getting-started-guide/language-setup/editing-wpmls-languages-table/#language-configuration-fields-defined
|
 shulaR
|
Hi Nicolas,
Thank you for clarifying and all your help with this. Greatly appreciated.
Cheers
John
|