Aloha and thank you in advance for any help, sitemaps is driving me insane
i downloaded this freeware program which creates a sitemap for you, and it has buttons on it that generate a map for you.
it's pretty popular program from what i can tell.
i will tell you exactly what i did, i know very little about this stuff so i'm going to be painstakingly detailed to make sure anyone who knows what's wrong can answer it (and it's probably very easy).
On the sitemap making program I extracted all the urls from my site (it actually helped me because many urls I found out weren't linked to anything and weren't getting spidered!).
I clicked "generate Google XML"
Clicked "file" - "save map as" - google sitemap xml
then saved the whole thing as "sitemap_index.xml" in my root directory
then i uploaded it via ftp
when i clicked submit sitemap in google it gave me the following error:
Parsing error (Line 2) We were unable to read your Sitemap. It may contain an entry we are unable to recognize. Please validate your Sitemap before resubmitting
The text at the beginning of my sitemap is as follows:
<?xml version="1.0" encoding="UTF-8"?>
<!--Google Site Map File Generated by [example...] of site building site.net Sat, 25 Feb 2006 16:49:04 GMT-->
<urlset xmlns="http://www.google.com/schemas/sitemap/0.84">
<url>
<loc>http://www.mysite.com/example/outbound/usa/washington-dc.html</loc>
</url>
<url>
and a list of urls in that format
it ends like this:
</url>
</urlset>
thanks for any help anyone can give, these things are giving me a headache, though i do owe a lot to that sitemap generator for catching all those unlinked urls