you want search engines spiders to crawl your site content, but you don't want your images being crawled. if all images are under a certain directory, the simplest way is to update robots.txt file with:User-Agent: *Disallow: /images/ to preve… more »