Do search engines process Javascript?

后端 未结 6 873
时光说笑
时光说笑 2020-12-20 14:53

According to this page it would seem like they don\'t, in the sense that they don\'t actually run it, but that page is 2 years old (judging from the copyright info).

6条回答
  •  一整个雨季
    2020-12-20 15:33

    Search engines don't process JavaScript as such.

    There is some evidence that Google may have started processing inline script content in some cases, in order to catch content that is entered into the page parse queue using document.write. However certainly DOM methods such as you might use for font-replacement are not affected and no onload code is invoked.

提交回复
热议问题