Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
页面加载后,我正在rel=nofollow通过 jQuery 向链接添加一个属性。谷歌会看到这个属性吗?我在 Google 的官方文档中找不到任何内容。
rel=nofollow
谷歌蜘蛛确实处理 Javascript,所以通过 jQuery 添加属性应该可以工作。我建议您将rel="nofollow"逻辑放在服务器端代码中,以保证结果。
rel="nofollow"
谷歌会看到这个属性吗?
简而言之,不!该链接已被谷歌蜘蛛抓取。
rel=nofollow只有在发出请求时在服务器端设置了该属性或者您应该通过键盘将其设置为静态时,此属性才应该起作用,因为在页面加载后它并不重要。