16 Apr 2010

Google Supports Images in Sitemap

Industry News, SEO 1 Comment

Google is now supporting the addition of Images into website sitemaps, this can be particularly useful for all kinds of sites for example our sister site at http://eshophosting.co.uk gets over 10,000 impressions a month just from the search term “PayPal Logo“  from the Google Webmaster Blog:

Sitemaps are an invaluable resource for search engines. They can highlight the important content on a site and allow crawlers to quickly discover it. Images are an important element of many sites and search engines could equally benefit from knowing which images you consider important. This is particularly true for images that are only accessible via JavaScript forms, or for pages that contain many images but only some of which are integral to the page content.

Now you can use a Sitemaps extension to provide Google with exactly this information. For each URL you list in your Sitemap, you can add additional information about important images that exist on that page. You don’t need to create a new Sitemap, you can just add information on images to the Sitemap you already use.

Adding images to your Sitemaps is easy. Simply follow the instructions in the Webmaster Tools Help Center or refer to the example below:

<?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>
</url>
</urlset>

You can read original the original post here http://googlewebmastercentral.blogspot.com/

One Response to “Google Supports Images in Sitemap”

  1. Tweets that mention Google now Supports Images in Sitemap -- Topsy.com says:

    [...] This post was mentioned on Twitter by SEO Gear. SEO Gear said: From SEOGear News: Google Supports Images in Sitemap http://www.seogear.co.uk/2010/04/16/google-supports-images-in-sitemap/ [...]

Leave a Reply

You must be logged in to post a comment.