Any help would be appreciated for my Sitemap http://www.booze-up.com/sitemap.html - Google WebMaster Tools tells me there are errors. Can anyone offer any help!? Cheers
may be your sitemap did not have XML tag, basically the links are not site map search in google for more infomartion
a sitemap should have a syntax like the following: <?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"> <!-- created with free online xml sitemap generator http://www.webrickco.com/buildsitemap.php --> <url> <loc>http://www.webrickco.com</loc> </url> </urlset> HTML: each <url></url> representing a link on your site. <loc> is the only inner tag that is mandatory, but you can add 3 optional tags to describe your sitemap better (<lastmod>, <changefreq> and <priority>). You can read http://www.sitemaps.org for more information on that matter, but how SE uses your sitemap information remains a mystery in lots of aspects.
What you've given Google is your human readable sitemap, what Google wants is a sitemap in XML format. Keep what you have for humans and web robots, but generate yourself an XML sitemap, a common tool a lot of people start out with is Xml Sitemaps. Put your URL in, it will crawl through your site making the Google readable sitemap. Also its not just Google that uses it, Yahoo and Live search also can use it. Jen
AS JenniP mentioned that make your sitemap in XML format.I think your problem will be solved. Use sitemap generator to create sitemap for your website.