Javascript & SEO

后端 未结 10 2107
野的像风
野的像风 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 06:03

    JavaScript generated content is not indexed by search engines. See this question for more info.

    0 讨论(0)
  • 2020-12-18 06:05

    I would run it through Google's Webmaster tools site, which has a function to view your page as Googlebot. You may be able to determine it's visibility through there.

    https://www.google.com/webmasters/tools/home?hl=en

    0 讨论(0)
  • 2020-12-18 06:14

    It doesn't. As far as I know, Google does not yet support JavaScript (or, in fact, any form of dynamic content).

    0 讨论(0)
  • 2020-12-18 06:17

    If you're considering developing a full-blown AJAX website, Google says there's a way of making AJAX applications crawlable.

    Short answer: there's an agreement between crawler and server on URIs.

    0 讨论(0)
提交回复
热议问题