sitemapindex.xml
----------------
<?xml version="1.0" encoding="utf-8"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <sitemap>
    <loc>http://www.example.com/artykuly.xml</loc>
    <lastmod>2007-10-20</lastmod>
  </sitemap>
  <sitemap>
    <loc>http://www.example.com/przyklady.xml</loc>
    <lastmod>2007-11-01</lastmod>
  </sitemap>
</sitemapindex>


artykuly.xml
------------
<?xml version="1.0" encoding="utf-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>http://www.gajdaw.pl/art1.html</loc>
    <lastmod>2007-11-02</lastmod>    
    <changefreq>daily</changefreq>
    <priority>0.7</priority>
  </url>
  ...
</urlset>


przyklady.xml
------------
<?xml version="1.0" encoding="utf-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>http://www.gajdaw.pl/p1.html</loc>
    <lastmod>2007-10-25</lastmod>    
    <changefreq>daily</changefreq>
    <priority>0.7</priority>
  </url>
  ...
</urlset>