: How to get google and bing to index original image, not thumbnail? I've read this post Make google index the actual image not the thumbnail but my case is a little different. I have over
I've read this post Make google index the actual image not the thumbnail but my case is a little different.
I have over a thousand images, in many different directories, with many different names, and in most cases the ones with full resolution are the ones indexed by google (bing is even better), but in some cases the thumbnails are the ones indexed, unfortunately.
I need to have 2 separate images because we add a watermark to all our full-sized images since in the past i caught competitors stealing and using our images of our custom products, therefore, scaling down an image with a watermark would not look good.
The images, when clicked on, lead to a page that displays the full image, with product description and not only the image itself.
90% of these pages are indexed by google and bing, and about 60% of the images (but still going up every day).
Thumbnails are named asd-asd-asd_small.jpg (example) while full resolution pictures are named asd-asd-asd.jpg.
I use A1 Sitemap Generator for all my sitemaps, including images, but since i'm talking about over a thousand images, is there a practical way, easy to implement that would give priority to the full size images on indexing?
More posts by @Vandalay111
1 Comments
Sorted by latest first Latest Oldest Best
You seem to already be doing a lot of things right, in that most of your full resolution images are correctly indexed, and this is increasing as Google is indexing your pages.
I'm assuming that you don't want your thumbnails indexed and so you do not include these in your images sitemap.
To exclude the thumbnails entirely from being indexed, you could either:
Store your thumbnails in a separate directory and exclude this directory in your robots.txt file. However, this might require a restructuring of your project.
Or,
Send an X-Robots-Tag: noindex HTTP response header (See: Google Reference) with your thumbnails to exclude them from being indexed. Using .htaccess, something like:
<Files "*_small.jpg">
Header set X-Robots-Tag "noindex"
</Files>
Terms of Use Create Support ticket Your support tickets Stock Market News! © vmapp.org2024 All Rights reserved.