Will content loaded by AJAX affect SEO/Search Engines?

后端 未结 7 1718
遥遥无期
遥遥无期 2020-12-16 15:53

i wonder if content loaded dynamically by AJAX affect SEO/ability for search engines to index the page?

i am thinking of doing a constantly loading page, something l

7条回答
  •  醉梦人生
    2020-12-16 16:34

    If you have some content loaded by an Ajax request, then, it is only loaded by user-agents that run Javascript code.

    Search-engine robots generally don't support Javascript (or not well at all).

    So chances are that your content that's loaded by an Ajax request will not be seen by search engines crawlers -- which means it will not be indexed ; which is not quite good for your website.

提交回复
热议问题