Noscript Tag, JavaScript Disabled Warning and Google Penalty

前端 未结 6 1175

I have been using a noscript tag to show a warning when users have JavaScript disabled or are using script blocking plugins like Noscript. The website will not function prop

6条回答
  •  被撕碎了的回忆
    2020-12-02 11:19

    If you choose a solution based on replacing the div content (if js is enabled, then the div content gets updated) rather than using a noscript tag, be careful about how google views this practice:

    http://support.google.com/webmasters/bin/answer.py?hl=en&answer=66353

    I'm not sure google will consider it deceptive, but it's something to consider and research further. Here's another stackoverflow post about this: noscript google snapshot, the safe way

提交回复
热议问题