Can search engines index JavaScript generated web pages?

前端 未结 8 2188
小鲜肉
小鲜肉 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 14:58

    A good rule of thumb: If you can see it in Lynx, it can indexed by Google.

    Lynx is an excellent test because it also gives you an idea of how screen readers for the blind will see your page as well.

提交回复
热议问题