: How can I edit an image so it doesn't come up on google images search I am building an online game that works with images. The user has to guess who's in the altered image that the website
I am building an online game that works with images. The user has to guess who's in the altered image that the website displays. So far so good just that if the user does a google search for the image he can find the answer within seconds.
How should I alter the image in order to get it off the google images search?
EDIT: The images I use are already available on google. eg: Barrack Obama. We use images of well known people in our game. That's why I wanted to edit them and avoid the google search
More posts by @Miguel516
3 Comments
Sorted by latest first Latest Oldest Best
I assume you mean people are right-clicking the image and doing a reverse google image search. An easy (read, hack) way of getting past this is putting a transparent layer on top of the image so people can't right-click on the image directly. If people really want to cheat, you can't stop them and they will succeed. Performing image tweaks is probably a lot more effort than it is worth.
If you need to use images that are well known (or at least are searchable online) you can mess up the way Google recognize the images by doing small changes to the images. You need to destroy the patterns that make the image easy to associate.
For example, with face recognition or pictures that are already online:
You can change the background color and use a color that will
"merge" the image of the subject with it
AND then you also do a flip horizontal and add an angle to the image.
Original
This is an example of an original, Google recognize it instantly:
This is the result on Google image search of the original image:
Modified
This is a modified version:
This is the result on Google image search of the modified image:
You have no choice in doing something like this since your issue is not the indexing; your issue is probably that other sites have the image indexed and people can save your image and do a reverse search of it (If I understood the question well.)
Make some tests, flip the image, rotate a bit, add a pattern to the background, etc. You'll find a formula that works for you. My example is a crude one!
Barack Obama example
Original:
Search result:
Modified:
Search result of modified:
You don't have to edit your image to prevent it from "GoogleBot"! You can use URL Remover Link link to specify search Engine not to track or crawl the links!
There is also a automatic way to tell GoogleBot not to track specific
images or the folders!
For example, if you want Google to exclude the dogs.jpg image that appears on your site at yoursite.com/images/dogs.jpg, add the following to your robots.txt file:
User-agent: Googlebot-Image
Disallow: /images/dogs.jpg
The next time Google crawls your site, we'll see this directive and drop your image from our search results.
To remove all the images on your site from our index, place the following robots.txt file in your server root:
User-agent: Googlebot-Image
Disallow: /
You can find more details here
Hope this answers your question.
-Pratik Shah
Terms of Use Create Support ticket Your support tickets Stock Market News! © vmapp.org2024 All Rights reserved.