Answer the question
In order to leave comments, you need to log in
Cyrillic is translated into Unicode. Will there be any SEO issues?
I work with ASP.NET Core. There, by default, the HTML engine considers all non-Latin characters (for example, Cyrillic) potentially dangerous, so when rendering the final html page, such characters are translated into unicode.
For example: a paragraph tag with the Russian text "Hello everyone", in the html code of the page it will look like this:
<p>Всем привет</p>
Answer the question
In order to leave comments, you need to log in
Yes, it will be bad, the number of code characters will increase greatly, this will obviously not be positive. And of course, search engines will most likely not understand the text, but here I can’t give an exact answer, and now I’m not in the mood to google.
Aspe definitely has support for utf8 and nothing should be converted like that
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question