Forum Moderators: Robert Charlton & goodroi
User-agent: Googlebot-Image
Disallow: /*.gif$
Disallow: /*.jpg$
Disallow: /*.png$
Disallow: /*.svg$ [edited by: Robert_Charlton at 8:43 pm (utc) on Jun 11, 2015]
[edit reason] fixed date, per poster correction [/edit]
A page with unique image should in theory stand a better chance of being quality (Panda). The timing could just be co-incidence. The site in question is a panda effected site.
User-agent: Googlebot-Image
Disallow: /*.gif$
Disallow: /*.jpg$
Disallow: /*.png$
Disallow: /*.svg$
Note also that globbing and regular expression are not supported in either the User-agent or Disallow lines. The '*' in the User-agent field is a special value meaning "any robot". Specifically, you cannot have lines like "User-agent: *bot*", "Disallow: /tmp/*" or "Disallow: *.gif".
What you want to exclude depends on your server. Everything not explicitly disallowed is considered fair game to retrieve. Here follow some examples:
$ designates the end of the URL
* designates 0 or more instances of any valid character.
User-agent: Googlebot
Disallow: /*.xls$ User-agent: *
Allow: /*?$
Disallow: /*? some website build in 1995 and update in 2007
Since most of my images come from press associations I am legally obliged to use the images provided.
About the subject, images can indeed cause Panda issues, I know of a site experiencing this specific issue. The reason is because the images being displayed are all copies from the internet and the exif data was stuffed by an image sharing site to be copyright, property of, created by, authored by etc that social sharing site. In other words this website is showing images protected by copyright that strictly say they are not free to share.
Uhm, that "some website" is THE definitive reference for robots.txt matters until someone says otherwise.We can all safely say otherwise since no major engine is using the outdated rules.
Also I can't believe if you intentionally prevent Google to crawl an image it would intention crawl it so to intentionally devalue you because you took steps to avoid this.
tangor, you can block googlebot-image and still get images ranked. If you upload an image to your server and paste it's url onto a page without rendering the image googlebot finds it and ranks it just fine even if you have googlebot-image blocked.
I think we can all agree that it is highly unlikely that IMAGES are part of the Panda process.