Sitemap not valid

Found a bug? Tell us!!
Post Reply
hackerart
Regular
Posts: 92
Joined: Fri Dec 01, 2006 1:27 pm

Sitemap not valid

Post by hackerart »

When I try
http://www.validome.org/xml/validate/?l ... map.xml.gz or http://www.validome.org/google/validate ... ng=ge&goog
leTyp=SITEMAP

I get a message "Es wurde keine XML-Deklaration gefunden." or "Das Dokument ist nicht valide."

Did I something wrong or is there a bug?
chickens
Regular
Posts: 192
Joined: Wed Dec 06, 2006 12:15 am
Location: Vegas
Contact:

Post by chickens »

I suggest using google's webmaster tools to tell them where the sitemap is and you can also see quite a bit more info while there.
https://www.google.com/webmasters

If you have never seen these tools before they are quite handy.
hackerart
Regular
Posts: 92
Joined: Fri Dec 01, 2006 1:27 pm

Post by hackerart »

Which tools do you mean, I am registered because of the api-key, but I didn't find other tools, which I may think, that they are useful for me, but maybe I overlooked something.
chickens
Regular
Posts: 192
Joined: Wed Dec 06, 2006 12:15 am
Location: Vegas
Contact:

Post by chickens »

bah, google isn't accepting the https for that URL. Try this one - http://www.google.com/webmasters/

If that still does not work just use google to find itself
http://www.google.com/search?q=webmaster+tools

You can read more about these tools on the google blog
http://googlewebmastercentral.blogspot. ... wl-of.html

More info on sitemaps also on that blog:
http://googlewebmastercentral.blogspot. ... tocol.html

In general, the sitemap validators are not checking for the correct format as per http://sitemaps.org . The plugin in serendipity is correct as far as this standard is concerned. The issue is the fact that this standard is less than a month old and therefore all of the validators have not caught up yet. The old format will still work for google, but all of the other major engines will not use it.
hackerart
Regular
Posts: 92
Joined: Fri Dec 01, 2006 1:27 pm

Post by hackerart »

Thank you for this info. Is it posstible to add the "google-metatag" for identification somewhere in the configuration of s9y. I identified by html-file and even this was a little bit tricky, because the file could not be displayed and I was redirected to the blog. I renamed the dir of the blog for a short time, added the old-dirname and added the google-html-file. After identification I renamed the blog again.
chickens
Regular
Posts: 192
Joined: Wed Dec 06, 2006 12:15 am
Location: Vegas
Contact:

Post by chickens »

the "HTML-Code inside head (HTML-Head Nugget)" plugin works great for this. Make sure to lowercase the word META in google's tag so that it continues to be valid xHTML. Also make sure you edit the HTML version of the page and not using a wysiwyg editor. If you are using the editor the text shows up, as where you want it to be hidden.

proper code

Code: Select all

<metaname="verify-v1" content="long_google_code_here" />
Post Reply