Help needed!! Why does Google say my Sitemap has errors

Discussion in 'Google Sitemaps' started by ashleighg, Jan 10, 2009.

  1. #1
    ashleighg, Jan 10, 2009 IP
  2. Env

    Env Banned

    Messages:
    337
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    What errors?
     
    Env, Jan 10, 2009 IP
  3. aguyforyou

    aguyforyou Peon

    Messages:
    38
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    may be your sitemap did not have XML tag, basically the links are not site map search in google for more infomartion
     
    aguyforyou, Jan 10, 2009 IP
  4. webrickco

    webrickco Active Member

    Messages:
    268
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    60
    #4
    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.
     
    webrickco, Jan 12, 2009 IP
  5. JenniP

    JenniP Peon

    Messages:
    250
    Likes Received:
    15
    Best Answers:
    0
    Trophy Points:
    0
    #5
    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
     
    JenniP, Jan 12, 2009 IP
  6. jimmy03

    jimmy03 Well-Known Member

    Messages:
    118
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    103
    #6
    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.
     
    jimmy03, Jan 13, 2009 IP
  7. Tropicsforme

    Tropicsforme Peon

    Messages:
    7
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Jenn nailed it. I had to look at his post twice before I realized his link wasn't an xml file.
     
    Tropicsforme, Jan 13, 2009 IP