admin管理员组

文章数量:1434942

We found out that a reverse image search on google images was able to link to a set of images that are on Private Pages.

Is there a plugin that can fully protect these images? if not what coding technique can achieve this wizardry?

We found out that a reverse image search on google images was able to link to a set of images that are on Private Pages.

Is there a plugin that can fully protect these images? if not what coding technique can achieve this wizardry?

Share Improve this question asked Apr 3, 2019 at 18:28 ArturinoArturino 1196 bronze badges 2
  • You can try to use robots.txt methods to block crawlers on indexing certain folders or images. varvy/robottxt.html – middlelady Commented Apr 3, 2019 at 19:16
  • i think this will do the trick! wordpress/plugins/private-uploads – Arturino Commented Apr 4, 2019 at 21:21
Add a comment  | 

1 Answer 1

Reset to default 0

I don't know about a plugin, but if you could just add the img URLs to your Disallows in robots.txt.

Also, Google is probably getting the image URL from the image sitemap.

本文标签: google searchHow to block access to Crawlers to any Image on a Private page