Is there any way to disallow slider images on google search results ? I heard that making robots.txt will fix this problem.
User-agent: Googlebot-Image
Disallow: /images/abc.jpg
: this is for a perticular image. and I want to disallow a whole image directory
User-agent: Googlebot-Image
Disallow: /images/
: is it possible to make something like this ? will it affect the existing search result ?