Why keep getting this error

Discussion in 'Google Sitemaps' started by PinoyIto, Sep 1, 2007.

  1. #1
    I have created a sitmap for one of my site but I keep getting the following error

    I tried to check the said error line 6 and found the following entry <loc>http://www.sourceofarticles.com/All-/25027/How_To_Become_A_Freelance_Copywriter_In_New_York.html</loc> I can't find any problem with it...

    But still I tried to remove this line and resubmit it again... and still same problem..


    this is the example sitemap http://www.sourceofarticles.com/sitemap.php?st=0
     
    PinoyIto, Sep 1, 2007 IP
  2. cheapez

    cheapez Active Member

    Messages:
    1,123
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    78
    #2
    Try to resubmit your sitemap sometime later.
    I got the same problem, I made a new sitemap and It is working now.
     
    cheapez, Sep 2, 2007 IP
  3. evera

    evera Peon

    Messages:
    283
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Your sitemap is wrong. It looks like this:
    
    −<urlset>
    −<url>
    −<loc>
    http://www.sourceofarticles.com/All-/25027/How_To_Become_A_Freelance_Copywriter_In_New_York.html
    </loc>
    </url>
    −<url>
    −<loc>
    http://www.sourceofarticles.com/All-/25031/How_to_Benefit_From_Ezine_Articles.html
    </loc>
    </url>
    </urlset>
    Code (markup):
    But should look more like this:
    <?xml version="1.0" encoding="UTF-8"?>
    <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
       <url>
          <loc>http://www.example.com/</loc>
          <lastmod>2005-01-01</lastmod>
          <changefreq>monthly</changefreq>
          <priority>0.8</priority>
       </url>
    </urlset>
    Code (markup):
    <lastmod>,<changefreq> and <priority> are optional but nice to have.
    Look here for the correct syntax: http://www.sitemaps.org/protocol.php
    Ever tried G-Sitecrawler ?
     
    evera, Sep 10, 2007 IP
  4. trichnosis

    trichnosis Prominent Member

    Messages:
    13,785
    Likes Received:
    333
    Best Answers:
    0
    Trophy Points:
    300
    #4
    the page that you mention says "Not Found
    The requested URL /All-/25027/How_To_Become_A_Freelance_Copywriter_In_New_York.html was not found on this server.

    Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
    Apache/1.3.37 Server at www.sourceofarticles.com Port 80"

    :):)
     
    trichnosis, Sep 11, 2007 IP