Forum Moderators: Robert Charlton & goodroi
Rendering pages with Fetch as Google
In order to render the page, Googlebot will try to find all the external files involved, and fetch them as well. Those files frequently include images, CSS and JavaScript files, as well as other files that might be indirectly embedded through the CSS or JavaScript. These are then used to render a preview image that shows Googlebot's view of the page.
You can allow Google a fetch of images yet still keep it out of the index. Allow it in robots.txt, then send this header with the image:
Header set X-Robots-Tag "noindex"