19
Jul
09

Sitemap index file must be UTF-8 encoded.

A single Sitemap file cannot list more than 50,000 URLs and must be no larger than 10MB (10,485,760 bytes) when uncompressed.

If you want to include more URLs or If you do provide multiple Sitemaps use a “Sitemap index” file ( as http://www.yourdomain.com/sitemap_index.xml). A Sitemap index file can list up to 50,000 Sitemaps.

Do not include session IDs in URLs.

Do not include direct image URLs in Sitemaps

The XML format of a Sitemap index file is very similar to the XML format of a Sitemap file. The Sitemap index file must:

<sitemapindex> – the parent tag surrounds the file.
<sitemap> – the parent tag for each Sitemap listed in the file (a child of <sitemapindex>)
<loc> – the location of the sitemap (a child of <sitemap>)
<lastmod> – the last modified date of the sitemap (optional)

The Sample XML Sitemap Index

<?xml version="1.0" encoding="UTF-8"?>
   <sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
   <sitemap>
      <loc>http://www.example.com/sitemap1.xml.gz</loc>
      <lastmod>2004-10-01T18:23:17+00:00</lastmod>
   </sitemap>
   <sitemap>
      <loc>http://www.example.com/sitemap2.xml.gz</loc>
      <lastmod>2005-01-01</lastmod>
   </sitemap>
   </sitemapindex>
  • del.icio.us
  • Digg
  • Facebook
  • LinkedIn
  • Google Bookmarks
  • Twitter
  • MySpace
  • Mixx
  • Reddit
  • DZone
  • Sphinn
  • StumbleUpon
  • Blogplay
  • Diigo
  • Live
  • MSN Reporter
  • Technorati
  • NewsVine
  • Yahoo! Bookmarks
  • Netvibes
  • Design Float
  • Add to favorites
  • email
  • Yahoo! Buzz
  • Gwar
  • FriendFeed
  • Tumblr
  • Print
  • PDF
  • RSS
This entry was posted in SEO and tagged , . Bookmark the permalink.

One Response to Sitemap guidelines

  1. Pingback: Creating and Submitting a sitemap (or site map) of your site. | tutorboy.com/articles

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>