Answer the question
In order to leave comments, you need to log in
Is what is printed via js indexed?
For all my sites, I wrote a js code - document.write(''), inside which is my personal social block with links to my other resources. As I create new sites, I can only edit one file, which is very convenient. But the question is: in Yandex webmaster there is such a thing as "external links to the site." Will the search engine add tags printed on my pages via JS to the list of these external links?
Answer the question
In order to leave comments, you need to log in
Neither Google nor Yandex can index pages that are shown by javascript, at least not automatically.
But both Google and Yandex can be taught this .
In order for search engines to be able to index ajax pages, you need to prepare the site in a special way.
For example, you have a website www.example.com. And you make several pages loaded via ajax, for example, you have the following pages:
www.example.com/#!first
www.example.com/#!second
www.example.com/#!third
www.example.com/?_escaped_fragment_=first
www.example.com/?_escaped_fragment_=second
www.example.com/?_escaped_fragment_=third
As I said earlier, there is only a social block, so much fuss is not for me, and it’s pointless to be honest ... It’s easier to add and update this code on all these sites separately
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question