Can any one tell me that. How to restrict particular Images in a site.I mean If I don't want that google crawl these images what I have to do. I have an Idea of Robots.txt file.
Yes the Robots file would do the job nicely, first put all your images inside a folder and then add this to your Robots.txt file: User-agent: * Disallow: /images/
Can you just tell me . If my 2 or 3 images are present in root(not in folder).What I need to do for this. Is there any other way of restricting this.
you do it same way, just specify the files. User-agent: * Disallow: /images/Myimage1.gif Disallow: /images/Myimage2.gif Disallow: /images/Myimage3.gif
Here are the quality sources for further references. How can I prevent people from "stealing" the images from my web site? How Do I Stop People From Downloading My Graphics? Stop people from copying pictures and photographs