Google Groups Home
Help | Sign in
Discussions > Sitemap Protocol > Very simple sitemap - keep getting 'unsupported' error from Google? Cristina help!
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  19 messages - Collapse all
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
67stang  
View profile
 More options May 7, 1:22 pm
From: 67stang
Date: Wed, 7 May 2008 10:22:09 -0700 (PDT)
Local: Wed, May 7 2008 1:22 pm
Subject: Very simple sitemap - keep getting 'unsupported' error from Google? Cristina help!
http://www.fordmuscle.com/sitemap_test3.xml

I'm at my wits end. Google has recently been rejecting our sitemap due
to "unsupported file format." Usually our sitemap is server generated
and in gz format since it is about 12MB in size.

However, to troubleshoot I have created a very basic 1 URL sitemap
using the header that Google recommends in their sitemap faq. This is
also being rejected. Would someone mind looking at this and telling me
what may be wrong:

http://www.fordmuscle.com/sitemap_test3.xml

Thank you


    Reply    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
cristina  
View profile
 More options May 7, 1:46 pm
From: cristina
Date: Wed, 7 May 2008 10:46:53 -0700 (PDT)
Local: Wed, May 7 2008 1:46 pm
Subject: Re: Very simple sitemap - keep getting 'unsupported' error from Google? Cristina help!
I get only an error message, not a sitemap, for
http://www.fordmuscle.com/sitemap_test3.xml

Did you look at the sitemap URL from a browser?

You can see the error message in a browser, or if
you select the GET option for your sitemap URL in
my simple HTTP response viewer
http://www.asymptoticdesign.com/aux/header_etal.cgi

Cristina.

On May 7, 6:22 pm, 67stang wrote:


    Reply    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
67stang  
View profile
 More options May 7, 4:03 pm
From: 67stang
Date: Wed, 7 May 2008 13:03:19 -0700 (PDT)
Local: Wed, May 7 2008 4:03 pm
Subject: Re: Very simple sitemap - keep getting 'unsupported' error from Google? Cristina help!
Cristina
Thanks for the reply. I am able to see the sitemap in IE but not in
Firefox - that is where I get the "unexpected T_STRING" error as
reported by your HTTP response script.

What is that error, how can I remove it? I just assumed it was some
error due to Firefox's inability to open xml pages?
thanks

On May 7, 10:46 am, cristina wrote:


    Reply    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
cristina  
View profile
(1 user)  More options May 7, 8:39 pm
From: cristina
Date: Wed, 7 May 2008 17:39:03 -0700 (PDT)
Local: Wed, May 7 2008 8:39 pm
Subject: Re: Very simple sitemap - keep getting 'unsupported' error from Google? Cristina help!
Hi,
You need the XML declaration
<?xml version="1.0" encoding="UTF-8"?>
to be at start of file.

The error that I am getting now with
http://www.fordmuscle.com/sitemap_test3.xml
is that the XML declaration
is not at the start of the first line,
there is a BOM (byte-order mark)
and an empty character before it,
you need the XML declaration to be at start of file.

Cristina.

On May 7, 9:03 pm, 67stang wrote:


    Reply    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
webado  
View profile
(1 user)  More options May 7, 8:58 pm
From: webado
Date: Wed, 7 May 2008 17:58:30 -0700 (PDT)
Local: Wed, May 7 2008 8:58 pm
Subject: Re: Very simple sitemap - keep getting 'unsupported' error from Google? Cristina help!
No matter what browser you use it's the same error. It has nothing to
do with the browser. Your php script has syntax errrors, the server
reports that.

On May 7, 4:03 pm, 67stang wrote:


    Reply    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
webado  
View profile
(1 user)  More options May 7, 9:03 pm
From: webado
Date: Wed, 7 May 2008 18:03:11 -0700 (PDT)
Local: Wed, May 7 2008 9:03 pm
Subject: Re: Very simple sitemap - keep getting 'unsupported' error from Google? Cristina help!
No you dont' have a hpp error.
But you have a blank at the start of the file before the <?xml part.

Your sitemap only contains one url and even that's not right.

You have http://www.fordmuscle.com/index.php but you should use
http://www.fordmuscle.com/ instead.  I know this is just a test, but
remember this.

Your homepage is at the root. The index.php is a duplicate, and you
shuodl nto use it in navigation. You should in fact 301 redirect it
back to the root.

On May 7, 8:58 pm, webado wrote:


    Reply    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
juan.manuel  
View profile
 More options May 8, 10:22 am
From: juan.manuel
Date: Thu, 8 May 2008 07:22:52 -0700 (PDT)
Local: Thurs, May 8 2008 10:22 am
Subject: Re: Very simple sitemap - keep getting 'unsupported' error from Google? Cristina help!
Use the following as a guideline:

<?xml version="1.0" encoding="UTF-8"?>
<urlset
      xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
      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">

<url>
  <loc>http://www.domain.com/</loc>
  <priority>0.1-0.9</priority>
  <lastmod>YYYY-MM-DDTHH:MM:SS+00:00</lastmod>
  <changefreq>always/hourly/daily/weekly/monthly/yearly/never</
changefreq>
</url>

The <lastmod> is not absolutely necessary, but it helps search engines
know when the page was modified.

On May 7, 4:03 pm, 67stang wrote:


    Reply    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Phil Payne  
View profile
 More options May 9, 9:08 am
From: Phil Payne
Date: Fri, 9 May 2008 06:08:21 -0700 (PDT)
Local: Fri, May 9 2008 9:08 am
Subject: Re: Very simple sitemap - keep getting 'unsupported' error from Google? Cristina help!

> But you have a blank at the start of the file before the <?xml part.

It's not a blank:

[BOM] <?xml version="1.0" encoding="UTF-8"?>[CRLF]
  <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">[CRLF]
<url>[CRLF]
    <loc>http://www.fordmuscle.com/index.php</loc></url>[CRLF]
 </urlset>

Opera reports an "XML parsing error".  Not surprising, really.


    Reply    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
webado  
View profile
 More options May 9, 9:20 am
From: webado
Date: Fri, 9 May 2008 06:20:36 -0700 (PDT)
Local: Fri, May 9 2008 9:20 am
Subject: Re: Very simple sitemap - keep getting 'unsupported' error from Google? Cristina help!
OK, maybe not a blank. But whatever it is shouldn't be there.

On May 9, 9:08 am, Phil Payne wrote:


    Reply    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
webado  
View profile
 More options May 9, 9:22 am
From: webado
Date: Fri, 9 May 2008 06:22:48 -0700 (PDT)
Local: Fri, May 9 2008 9:22 am
Subject: Re: Very simple sitemap - keep getting 'unsupported' error from Google? Cristina help!
http://web-sniffer.net/?url=http%3A%2F%2Fwww.fordmuscle.com%2Fsitemap...

Content-Type: application/xml (BOM UTF-8)

On May 9, 9:20 am, webado wrote:


    Reply    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
gatlingun  
View profile
 More options May 10, 12:00 pm
From: gatlingun
Date: Sat, 10 May 2008 09:00:30 -0700 (PDT)
Local: Sat, May 10 2008 12:00 pm
Subject: Re: Very simple sitemap - keep getting 'unsupported' error from Google? Cristina help!
Can anyone help me, I know just enough to be dangerous about html. &n