Javascript & SEO

后端 未结 10 2112
野的像风
野的像风 2020-12-18 05:23

How can I tell if a google bot is reading my javascript generated content?

I have an AJAX script that generates some text dynamically on a page... this content does

10条回答
  •  温柔的废话
    2020-12-18 05:57

    Perform a fetch and render within Google's Webmaster tools. Google will tell you in there. Alternatively, use their page speed test tool. Again, it will tell you if your JS is accessible or not.

    The easiest way to know, is to simply copy a chunk of text output within the JS within the browser and perform a search in Google.

提交回复
热议问题