最新消息:Welcome to the puzzle paradise for programmers! Here, a well-designed puzzle awaits you. From code logic puzzles to algorithmic challenges, each level is closely centered on the programmer's expertise and skills. Whether you're a novice programmer or an experienced tech guru, you'll find your own challenges on this site. In the process of solving puzzles, you can not only exercise your thinking skills, but also deepen your understanding and application of programming knowledge. Come to start this puzzle journey full of wisdom and challenges, with many programmers to compete with each other and show your programming wisdom! Translated with DeepL.com (free version)

google search - How to block access to Crawlers to any Image on a Private page

matteradmin7PV0评论

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.

Post a comment

comment list (0)

  1. No comments so far