Mobile app version of vmapp.org
Login or Join
Merenda212

: 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

@Merenda212

Posted in: #GoogleImageSearch #Images #ImageSearch #Seo

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?

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Merenda212

1 Comments

Sorted by latest first Latest Oldest Best

 

@LarsenBagley505

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>

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme