Can search engines index JavaScript generated web pages?

前端 未结 8 2180
小鲜肉
小鲜肉 2020-12-01 14:30

Can search engines such as Google index JavaScript generated web pages? When you right click and select view source in a page that is generated by JavaScript (e.g using GWT)

8条回答
  •  攒了一身酷
    2020-12-01 15:05

    Even if they execute the basic JavaScript MOSTLY WEBSITES USES LIBRARIES AND FRAMEWORKS , I doesn't think so that a bot like google bot or any other spider will also load Js files linked with webpage and without loading them the JS code will produce errors.

    /*Correct Me If I am wrong*/
    

提交回复
热议问题