Answer the question
In order to leave comments, you need to log in
How to fix duplicate pages on a multilingual site?
The site is in two languages, there is a section in which articles are written. When writing an article, a language is selected (for example, Russian) and the following address is obtained for the published article: site.com/ru/novaya_statya
If I change "ru" to "en" in this address ( site.com/en/novaya_statya), then a Russian-language article will open those. double from the point of view of search engines.
Please tell me what could be the problem and how to fix it?
Answer the question
In order to leave comments, you need to log in
At the beginning of the file:
<html xml:lang="ru"
lang="ru"
dir="ltr">
<meta http-equiv="Content-Language" content="ru" />
<link rel="alternate" href="http://site.com/" hreflang="x-default" />
<link rel="alternate" href="http://site.com/en/" hreflang="en" />
<link rel="alternate" href="http://site.com/ru/" hreflang="ru" />
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question