Answer the question
In order to leave comments, you need to log in
How do search engine bots handle the AJAX functionality of pages?
There are tables on the page, the headings of which, at the moment of clicking on them, reveal the contents of the tables. This functionality is implemented through toggle / slideToggle. Initially, the contents of these blocks are hidden, i.e. display:none (however, this only happens when the page is fully loaded, through document.ready and passing through all the blocks that need to be closed). Do search engine bots "click" on elements that have a click event and index the content that is shown as a result of these clicks?
And if not, then maybe someone implemented something similar in some other way? Disabled this functionality for robots, for example, filtering them in some way, using anything other than those functions that are mentioned above, not hiding the content by display: none, but somehow collapsing the blocks?
Answer the question
In order to leave comments, you need to log in
Robots don't read styles. There is a tag containing text - index. No text - not indexed. And in what state the tag is not important to them.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question