Answer the question
In order to leave comments, you need to log in
How is a multilingual site indexed by robots?
Hello, I asked myself:
there is a multilingual site that determines the visitor's preferred language and gives the visitor info. in his language. The language is determined from the client's browser settings.
But if a search robot (Yandex, Google) has entered, how do they indicate their preferred language?
If the robot specifically determines the language when indexing (for example, Russian), then how will it index the content of pages in another language (in English)?
Answer the question
In order to leave comments, you need to log in
No, in fact you should have pages with different URLs for each language, for example:
site.ru/ru/path/to/file
site.ru/uk/path/to/file
site.ru/en/path/to/file
<link rel="canonical" href="https://site.ru/ru/path/to/file"/>
<link rel="canonical" href="https://site.ru/uk/path/to/file"/>
<link rel="canonical" href="https://site.ru/en/path/to/file"/>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question