Hi! I need to remove my blog images from Google search engine. And i need to prevent image indexing. So i need to know can i do it using robots.txt by adding this type of code? User-agent: Mediapartners-Google Disallow: User-agent: Googlebot-Image Disallow: / User-agent: * Disallow: /search Allow: / Sitemap: (my sitemap in here) Thanks!
Yo TSG try this: User-agent: Googlebot Disallow: /*.gif$" Disallow: /*.jpg$" Disallow: /*.png$" If your some strange reason you have other image type just disallow that filetype as well