如何防止 Google 为 swfobject 的 div 占位符建立索引?
我正在使用 swfobject,在替换 div 中我有一条消息给那些没有 Flash 或 JS 支持的人。
替换 div 包含一条消息,例如“您没有 Flash 播放器,请在此处下载” - 我在这里担心的是,Google 会看到并索引此消息,该消息与页面内容无关,并且它将影响搜索排名。
有什么方法可以标记一段内容让Google忽略吗?我的猜测是否定的。
但是,如何在不建立索引的情况下放置这样的消息呢?
我唯一的想法是使用带有 nofollow 的 iframe。但谷歌将惩罚任何使用框架的网站,所以这也不是一个好的选择。
有什么想法吗?
I'm using swfobject, and in the replacement div I have a message for those who don't have Flash or JS support.
The replacement div contains a message like "You don't have Flash player, please download here" - my concern here, is that Google will see and index this message, which is not relevant to the content of the page, and it's going to affect the search ranking.
Is there some way to mark a piece of content to be ignored by Google? My guess is no.
But then how do you go about placing a message like this without having it indexed?
My only idea is to use an iframe with nofollow. But then Google will penalize any site that uses frames, so that's not a good option either.
Any ideas?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
以前从未尝试过此操作,但您可以尝试使用 googleon/googleoff
查看链接以获取更多信息。
http://www.geekzilla.co.uk/ViewC8614968- 56ED-4729-9C12-F01677DAC412.htm
编辑:
它仅适用于 Google 企业搜索。对不起
never tried this before but you could try and use googleon/googleoff
see link for more info.
http://www.geekzilla.co.uk/ViewC8614968-56ED-4729-9C12-F01677DAC412.htm
EDIT:
Its only works for Google enterprise search. Sorry
如前所述,此时最好的选择似乎是使用 JavaScript 插入消息 - 我的结论是您无法绕过 JS 依赖项。
其他帖子表明,谷歌非常擅长识别此类消息并忽略它 - 所以这毕竟可能不是什么大问题。
As mentioned, the best option at this time seems to be to insert the message using JavaScript - I conclude that you can't get around the JS dependency.
Other posts suggest that Google is pretty good at identifying this type of message and ignoring it - so it may not be a big deal after all.