Forum Moderators: Robert Charlton & goodroi

Message Too Old, No Replies

Google Sitemap header parse problem

Getting a parse error from google sitemaps

         

BobSco

3:36 pm on Aug 5, 2005 (gmt 0)

10+ Year Member



Hi All
I'm fairly new to all this and jsutt about getting up to speed.
I just put G sitemaps on two of my sites. They are ASP sites, and I used one of the ASP generation tools suggested by G I've changed the headers to Gs suggestions. but I'm getting a parse error for line 4 , which is in the header:

1.<?xml version='1.0' encoding='UTF-8'?>
2.<urlset xmlns="http://www.google.com/schemas/sitemap/0.84"
2.xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3.xsi:schemaLocation="http://www.google.com/schemas/sitemap/0.84
4.http://www.google.com/schemas/sitemap/0.84/sitemap.xsd">

can anybody help me out here. I've changed and re-submitted numerous times, but the only thing that happens is the line number changes but remains in the header!

HELP!

Bob

rbacal

3:57 pm on Aug 6, 2005 (gmt 0)



3.xsi:schemaLocation="http://www.google.com/schemas/sitemap/0.84

Uh...is it my eyes, or is there a missing ending quotation mark?

taps

6:24 pm on Aug 6, 2005 (gmt 0)

10+ Year Member



just a shot in the dark:
instead of "xsi:schemaLocation"
try "xsi:schema Location" with a space between schema and Location