: Make google index the actual image not the thumbnail In a website, we have a JavaScript that opens an image when people click on the thumbnail, it seems like Google only indexes the thumbnail
In a website, we have a JavaScript that opens an image when people click on the thumbnail, it seems like Google only indexes the thumbnail not the actual image with real dimensions, I was wondering if there is a way to tell Google where the actual image is and guide Google on what images to pick for images.google.com
Any thoughts on that?
More posts by @Merenda212
1 Comments
Sorted by latest first Latest Oldest Best
You can try creating an image sitemap support.google.com/webmasters/bin/answer.py?hl=en&answer=178636
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:image="http://www.google.com/schemas/sitemap-image/1.1">
<url>
<loc>http://example.com/sample.html</loc>
<image:image>
<image:loc>http://example.com/image.jpg</image:loc>
</image:image>
<image:image>
<image:loc>http://example.com/photo.jpg</image:loc>
</image:image>
</url>
</urlset>
Terms of Use Create Support ticket Your support tickets Stock Market News! © vmapp.org2024 All Rights reserved.