Webnauts, what are you saying exactly in terms of validating ? Are you talking about the current protocol standard set in the <urlset> tag ?
Sitemaps.org shows it as follow :
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
while xml-sitemaps.com shows it as :
<urlset xmlns="http://www.google.com/schemas/sitemap/0.84"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.google.com/schemas/sitemap/0.84
http://www.google.com/schemas/sitemap/0.84/sitemap.xsd">
can we use either or do we switch to the first as shown by sitemaps.org ?
|