Forum Moderators: not2easy
Tried an image search on several search engines, but if the person renamed the image or even if they didn't, it won't always turn up. For example Google usually indexes image names by the text surrounding them.
I once saw a command you could type into a browser that would show you all sites linking to yours.
Any suggestions? Are there any free files that filter log files and search for certain words?
Has anyone used the robots.txt file to stop search engines from using your images in an image search?
[webmasterworld.com...]
[webmasterworld.com...]
[webmasterworld.com...]
[webmasterworld.com...]
[webmasterworld.com...]
Find who links to you:
link:www.my-site.tld
Do it in several search engines for a complete list. Syntax may vary.
Stop search engines indexing your images: update your robots.txt
User-agent: Googlebot-Image
Disallow: /
stops Googlebot
If all your images are in a small set of folders that don't contain stuff you do want indexed:
User-agent: *
Disallow: /images/
Disallow: /other-images/
etc