Mobile app version of vmapp.org
Login or Join
Berumen354

: How to tell google that 2 different domains are for the same website I have a website which is in Arabic language, I want to make an English version of my website, but here is the problem:

@Berumen354

Posted in: #Google #Language #Seo

I have a website which is in Arabic language, I want to make an English version of my website, but here is the problem:

The English version of the website has a TOTALLY different domain than the Arabic one.

Is there a way to tell that to google ? I am afraid if I didn't tell google, they may think that the contents of the English version are duplicated, and reduce my rank.

Thanks

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Berumen354

1 Comments

Sorted by latest first Latest Oldest Best

 

@Welton855

You can do this using the hreflag meta tag, see support.google.com/webmasters/answer/189077
Important to note that "each language page must identify all language versions, including itself."

So yours should look something like;

<link rel="alternate" hreflang="en" href="http://www.englishsite.com/somepage/" />
<link rel="alternate" hreflang="ar" href="http://www.arabicsite.com/somepage/" />


"You can specify multi-language URLs in the same domain as a given URL, or use URLs from a different domain."

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme