如何防止Google提供网站的缓存版本?


19

据我了解,如果添加标题,我可以告诉Google从其存档中删除页面:

<meta name="ROBOTS" contents="NOARCHIVE" />

但这是否还会从搜索结果中删除该页面?我只希望删除“缓存”链接。

Answers:


16

不,它不会将您的网站从列表中删除,只会从存档中删除。因此,您的NOARCHIVE想法是正确的。您可以在Google自己的博客上了解有关Google如何处理所有这些问题的更多信息:http : //googleblog.blogspot.com/2007/02/robots-exclusion-protocol.html


1
这是nofollow,nocache,nosnippet用法的绝妙组合。因此,我可以将google指定<META NAME="GOOGLEBOT" CONTENT="NOARCHIVE">为,而不是使用ROBOTS。谢谢!
artlung 2010年
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.