I'm creating a site map to index into google's search engine and I've created the map, I will be adding more links later. But when I submit it to google I get this error " Line Status Details
2 Incorrect namespace
Your Sitemap or Sitemap index file doesn't properly declare the namespace. Help Tag:
Found: urlset
Aug 3, 2008"
I'm not sure what I need to do to fix it, any help would be awesome.
Thanks,
Kevin
Site-Map
CODE
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.nascentdescent.com/sitemap.txt">
<url>
<loc>http://www.nascentdescent.com/</loc>
<changefreq>monthly</changefreq>
</url>
<url>
<loc>http://www.nascentdescent.com/phpBB-3.0.2/phpBB3/</loc>
<changefreq>monthly</changefreq>
</url>
</urlset>
<urlset xmlns="http://www.nascentdescent.com/sitemap.txt">
<url>
<loc>http://www.nascentdescent.com/</loc>
<changefreq>monthly</changefreq>
</url>
<url>
<loc>http://www.nascentdescent.com/phpBB-3.0.2/phpBB3/</loc>
<changefreq>monthly</changefreq>
</url>
</urlset>
edit: i noticed an error above, it should be http://www.nascentdescent.com/sitemap.xml I just resumbitted the file we'll see if it goes through.