为什么谷歌图像搜索仍然显示我的图像?

时间:2020-06-23 作者:danschdev

我有一些图像文件的问题,我想阻止谷歌图像搜索。我正在使用Yoast SEO插件,它允许我直接编辑机器人。txt文件。

一些在网站上有肖像图像的人要求不要出现在图像搜索中,因此我们添加了如下条目:

User-Agent: Googlebot-Image
Disallow: /wp-content/uploads/2019/03/domain.eu-adam.png
Disallow: /wp-content/uploads/2020/02/domain.eu-team-eve.jpg
一段时间后,我们注意到这不再起作用,因为图像开始在图像结果中重新出现。这可能部分是由于使用不同文件名的新照片造成的,但即使在再次更新文件、删除旧图像文件并给Google Indexer一些时间后,Google仍会显示图像。(最新的robots.txt更新于5月份)

正在打开域。欧盟/机器人。txt显示最新版本。有没有什么我错过的谷歌或WordPress魔术?

1 个回复
最合适的回答,由SO网友:danschdev 整理而成

这花费了索引更多的时间,但大约六周后,被阻止的图像不再显示为搜索结果。

我不确定这是否有助于将来上传具有不同文件名的同一个人的照片,但我添加了如下占位符字符串:

User-Agent: Googlebot-Image
Disallow: /wp-content/uploads/*adam*smith*.jpg
Disallow: /wp-content/uploads/*adam*smith*.png
Disallow: /wp-content/uploads/*eve*miller*.jpg
Disallow: /wp-content/uploads/*eve*miller*.png
Disallow: /wp-content/uploads/2019/03/domain.eu-adam-smith.png
Disallow: /wp-content/uploads/2020/02/domain.eu-team-eve-miller.jpg

相关推荐

Yoast SEO过滤器钩子wpseo_sitemap_urlimages何时启动?

我正在尝试将一个简单的函数附加到Yoast SEO过滤器挂钩wpseo_sitemap_urlimages 并让函数运行,但我不能这样做。我的代码是:function tp_filter_wpseo_sitemap_urlimages($images, $post_id) { error_log(\"test message\"); return $images; } add_filter(\'wpseo_sitemap_urlimages\', \'tp_