| Title |
Sitemap Problem |
| Description |
Incorrect Namespace Error from Google |
| Message Text |
This is the output that I am getting when I run the site map generator.
<?xml version="1.0" encoding="UTF-8" ?>
- <urlset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemaps/0.9 http://www.sitemaps.org/schemas/sitemaps/sitemap.xsd" xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
Google suggests that it should start like this:
A Sitemap file should begin as follows:
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
or
A Sitemap index file should begin as follows:
<?xml version="1.0 " encoding="UTF-8"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
Thanks - Cory |
| Rating |
0/5 based on 0 votes.
|
| Ownership |
sportrow |
| Views |
589 views. Averaging 0 views per day. |
| Similar Topics |
|
| Submission Date |
Dec 19, 2006 - 9:20 PM |