While the manual action targets those who are displaying different images on the site to users when compared to the images shown in Google Image Search, it is also targeting images who use hotlink protection methods as well, as those will often substitute a different image when the script or program believes the image is being hotlinked, or not serve the image at all.
An increase in images being removed from Google Search results was noticed, but the actual reason for the decline wasn’t a bug on Google’s end, but was actually due to manual action spam penalties being issued for images being served to Google being different from the ones users are served.
The manual action is called “Image Mismatch”. From Google’s Search Console:
Image Mismatch
If you see this message on the Manual Actions page, it means that some of your site’s images may be displaying differently on Google’s search results pages than they are when viewed on your site.
The penalty itself will show under manual actions in Google Search Console, with “Image Mismatch: Images from this site are displayed differently on Google search results pages than they are when displayed on this site.”
In the thread on Google’s help forums, he uses an .htaccess code to prevent hotlinking, but one that has been in place for years. So Google is definitely now considering this kind of tactic as problematic.
If you have this error, you can also confirm the image mismatch error by doing a “Fetch as Google” for a website page that contains the problematic images (do not use it to fetch the image URL) and see what it returns. The webmaster macas on the Google Help Forums shared this screenshot showing that when he did Fetch as Google, that the images return errors.
For those curious, here was the hotlinking code in .htaccess the webmaster was using:
#Preventing hot linking of images and other file types
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?website.com [NC]
RewriteRule \.(jpg|jpeg|png|gif|jpe|swf)$ http://website.com [NC,R,L]# Garbage generated by such a scraper glitch
RewriteRule ^(.)width=(.)$ http://website.com [R=301,nc,L]
The image mismatch penalty has been around for a couple of years, but it seems that now it is going after those images that are being served to users differently than the ones served to Google.
If you are using any kind of hotlink protection for your images on any of your websites, you will want to check your sites and see if they were affected by the image mismatch manual action that are going out, or you might want to be proactive and remove the protection before you receive the manual action.
Jennifer Slegg
Latest posts by Jennifer Slegg (see all)
- 2022 Update for Google Quality Rater Guidelines – Big YMYL Updates - August 1, 2022
- Google Quality Rater Guidelines: The Low Quality 2021 Update - October 19, 2021
- Rethinking Affiliate Sites With Google’s Product Review Update - April 23, 2021
- New Google Quality Rater Guidelines, Update Adds Emphasis on Needs Met - October 16, 2020
- Google Updates Experiment Statistics for Quality Raters - October 6, 2020