Per fare leggere tutte le sitemaps a google devi crearne un'altra ancora di indice come in questo esempio:
<?xml version="1.0" encoding="UTF-8"?>
<sitemapindex xmlns="http://www.google.com/schemas/sitemap/0.84">
<sitemap>
<loc>http://www.example.com/sitemap1.xml</loc>
<lastmod>2006-01-01</lastmod>
</sitemap>
<sitemap>
<loc>http://www.example.com/sitemap2.xml</loc>
<lastmod>2006-01-01</lastmod>
</sitemap>
</sitemapindex>