I keep getting the following errors on some of my sitemaps: Invalid XML attribute Incorrect namespace The errors reference line 2, these are the first two lines: <urlset xsi:schemaLocation="http://sitemaps.org/schemas/sitemap/0.9 http://sitemaps.org/schemas/sitemap/0.9/sitemap.xsd"> <url> Where's the problem?
It seems that Google is just working with v0.84: http://www.google.com/schemas/sitemap/0.84/sitemap.xsd
Just put "www" eg. <urlset xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://sitemaps.org/schemas/sitemap/0.9/sitemap.xsd"> <url> hope this helps