Multilanguage site, google indexes the wrong languages

ExobiT

Regular Member
Joined
Apr 21, 2008
Messages
382
Reaction score
243
Hi

I have a multi lingual website. Our primary language is Danish. But google dont really care about that, it chooses to index the english pages instead.

What can we do about that, so it indexes primarily the danish pages, but ofc also the other languages ?
 
Hi,
you are using:
HTML:
<link rel="alternate" href="your primary link language" hreflang="x-default" />
?
 
Hi

I have a multi lingual website. Our primary language is Danish. But google dont really care about that, it chooses to index the english pages instead.

What can we do about that, so it indexes primarily the danish pages, but ofc also the other languages ?
Edit your home page and add hreflang tag to "da-dan" (check danish language shortcode if that is correct)
 
Edit your home page and add hreflang tag to "da-dan" (check danish language shortcode if that is correct)
if his index is on Danish language he needs to use on it x-default and for other languages link of the language and the short code of the country.
 
I think hreflang and x-default is setup correctly
 

Attachments

  • Screenshot 2023-09-15 at 15.49.41.png
    Screenshot 2023-09-15 at 15.49.41.png
    45.8 KB · Views: 67
Back
Top