Ok il sito ufficiale dà

codice:
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
   <url>
      <loc>http://www.example.com/</loc>
      <lastmod>2005-01-01</lastmod>
      <changefreq>monthly</changefreq>
      <priority>0.8</priority>
   </url>
</urlset>
Quello che volevo sapere è...
1) le righe aggiuntive xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd" a cosa servono?
2) priority, lastmod e changefreq sono necessari tutti e tre? Dei tre ne esiste uno più importante?

Naturalmente non cerco risposte nel sito uffiiciale ma da voi in base alla vostra esperienza!