Search code examples
htmlwordpressseomultilingual

Meta descriptions for multilingual site


I run a multilingual website on Wordpress. If the user's browser runs in Spanish, the Spanish site loads. If the browser has a different language, the English site loads.

I want to improve the site's meta description so that both languages are included, but I'm not sure about the best way to do it for SEO.

At first I considered doing it this way, although loading both descriptions together doesn't sound like something Google would like:

<meta name="description" content="Spanish version | English version"> 

I also considered this possibility, but read that it's outdated:

<meta name="description" lang="es" content="Spanish version"> 
<meta name="description" lang="en" content="English version"> 

Maybe it's best to just write a single meta description and let Google translate it on its own?

How would you include both meta descriptions in this case?

Thanks a lot for your time!


Solution

  • I have been working with Seo Since 2018. The approach you are trying, it's not a good way to deal with it. As you want to rank both language versions. The only thing you can do is, create separate pages for each language version. In that case, your English page will have an English meta description and the Spanish one will have a Spanish meta description.