Diffion.com

Google: Single sitemap for multiple content type

             ('DiggThis)      SocialTwist Tell-a-Friend     

Google has always been changing structure of site maps for better accessibility for crawlers since 2005 when it was first launched. Previously you had to create specialized sitemaps for different content type.

Now Google has changed its sitemap structure for multiple content type (images, video etc). Now you need to create a single site map which will cater for different content like video sitemap. images, mobile URLs, geo information or code. The structure for single sitemap is also similar to the standard sitemap, with an extra node referencing different content types. Google webmaster will depict the same change in the dashboard.

 

<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns="http://www.sitemaps.org/schemas/sitemap-image/1.1" xmlns="http://www.sitemaps.org/schemas/sitemap-video/1.1">
<url> 
    <loc>http://www.example.com/foo.html</loc>
            <image:image>
               <image:loc>http://example.com/image.jpg</image:loc>
           </image:image>
           <video:video>
               <video:content_loc>http://www.example.com/videoABC.flv</video:content_loc>
               <video:title>Grilling tofu for summer</video:title> 
           </video>
</url>
</urlset>

VN:F [1.9.3_1094]
Rating: +2 (from 2 votes)

Related posts:

  1. Creating a Video Sitemap
  2. Video Specific Tag Definition
  3. Google opens wave to everyone
  4. Google’s Ideological Summary

1 Response to “Google: Single sitemap for multiple content type”


  • No matter what type of business you have, whether it be a brick and mortar …. Your site map, if you choose to feature one, should also be placed in the

Comments are currently closed.
blog comments powered by Disqus