Can search engine spiders see content I add using jQuery?

后端 未结 5 1762
深忆病人
深忆病人 2020-12-09 16:40

I currently have something like this

5条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-09 17:13

    Search Engine Spiders are basic browsers, which have functionality just to parse your html content. So basically if you add links or content using JavaScript than SES wont be able to get it.

    It's known that JavaScript is unfriendly to SES.

    There are SES which use JavaScript parser and they are able to execute just simple javascript.

    SES - Search Engine Spider.

提交回复
热议问题