Erik@amplifystudios.com
-
12/1/2010 12:10:09 PM
RE:Google Sitemap - Errors
Resurrecting this... I just submitted a SiteMap generated by the Kentico GoogleSiteMap.aspx page to Bing Webmaster Tools, and it complained with this error:
HTTP code: 200 Severity: Error Line: 2 Position: 63 Message: The attribute 'http://www.w3.org/2001/XMLSchema-instance:schemalocation' does not match one of the four allowed attributes in the 'xsi' namespace.
I see this same error when I load the XML file in Visual Studio. It's complaining about the "xmlset" declaration:
<urlset 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" xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
I know this markup is fine, since the SiteMaps specification mentions it specifically here:
http://sitemaps.org/protocol.php#xmlTagDefinitions
If both Bing and Google (and Visual Studio) are complaining, there must be something wrong. Just not sure what yet. Ideas?
Erik
|