I made an xml sitemap, giving this error. Please help

Discussion in 'Google Sitemaps' started by GAdsense, Apr 16, 2007.

  1. #1
    I don't know much about xml. I generated an xml sitemap from xml-sitemaps.com
    for windowsprosofva

    The sitemap that generated from the site was

    <?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">
    
    <url>
      <loc>http://www.windowprosofva.com/</loc>
      <priority>0.5</priority>
      <lastmod>2007-04-16T19:20:33+00:00</lastmod>
      <changefreq>daily</changefreq>
    </url>
    </urlset>
    Code (markup):
    I thought this sitemap does not mentions about all outbound links and changed to 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">
    
    <url>
      <loc>http://www.windowprosofva.com/</loc>
      <priority>0.5</priority>
      <lastmod>2007-04-16T19:20:33+00:00</lastmod>
      <changefreq>daily</changefreq>
    </url>
    <url>
      <loc>http://www.virginiawindowwashing.com/</loc>
      <priority>0.5</priority>
      <lastmod>2007-04-16T19:20:33+00:00</lastmod>
      <changefreq>daily</changefreq>
    </url>
    <url>
      <loc>http://www.virginiablindsandshutters.com/</loc>
      <priority>0.5</priority>
      <lastmod>2007-04-16T19:20:33+00:00</lastmod>
      <changefreq>daily</changefreq>
    </url>
    <url>
      <loc>http://www.virginiasolarfilm.com/<loc>
      <priority>0.5</priority>
      <lastmod>2007-04-16T19:20:33+00:00</lastmod>
      <changefreq>daily</changefreq>
    </url>
    <url>
      <loc>http://www.windowprosofva.com/window/windowsnew.asp/<loc>
      <priority>0.5</priority>
      <lastmod>2007-04-16T19:20:33+00:00</lastmod>
      <changefreq>daily</changefreq>
    </url>
    </urlset>
    Code (markup):
    I then uploaded the sitemap to Google Webmaster Tools.

    It gives the following errors.

    Errors
    
    Line:
    	
    
    15
    	
    
    Parsing error
    We were unable to read your Sitemap. It may contain an entry we are unable to recognize. Please validate your Sitemap before resubmitting.    [?]
    	
    
    Date found:
    	
    
    Apr 16, 2007
    
    Line:
    	
    
    15
    	
    
    Invalid URL
    This is not a valid URL. Please correct it and resubmit.    [?]
    	
    
    URL:
    Parent tag:
    Tag:
    Date found:
    	
    
    
    url
    loc
    Apr 16, 2007 
    Code (markup):
    What changes I need to do, Should I use the same first sitemap that generated from xml-sitemaps.com ...... Please guide me for making a sitemap for this site.

    Thanks!
     
    GAdsense, Apr 16, 2007 IP
  2. asapcorp

    asapcorp Banned

    Messages:
    725
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #2
    asapcorp, Apr 16, 2007 IP
  3. weppos

    weppos Well-Known Member

    Messages:
    99
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    125
    #3
    weppos, Apr 16, 2007 IP
  4. GAdsense

    GAdsense Well-Known Member

    Messages:
    1,247
    Likes Received:
    60
    Best Answers:
    0
    Trophy Points:
    140
    #4
    Thanks Buddy for help!

    Trying it right now ...

    It means this sitemap is correct

    <?xml version="1.0" encoding="UTF-8"?>
    
    <urlset xmlns="http://www.google.com/schemas/sitemap/0.84">
    <url>
        <loc>http://www.windowprosofva.com</loc>
        <lastmod>2007-04-16</lastmod>
        <changefreq>daily</changefreq>
    
        <priority>0.5</priority>
    </url>  
    <url>
        <loc>http://www.windowprosofva.com/</loc>
        <lastmod>2007-04-16</lastmod>
        <changefreq>daily</changefreq>
    
        <priority>0.5</priority>
    </url>  
    <url>
        <loc>http://www.windowprosofva.com/window/windowsnew.asp</loc>
        <lastmod>2007-04-16</lastmod>
        <changefreq>daily</changefreq>
    
        <priority>0.5</priority>
    </url>  
    </urlset>
    Code (markup):
    Thanks!
     
    GAdsense, Apr 16, 2007 IP
  5. weppos

    weppos Well-Known Member

    Messages:
    99
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    125
    #5
    Yes it is, but it's not perfect.
    You should keep just one of the following reciprocal URLs
    domain.com
    domain.com/

    :)
     
    weppos, Apr 16, 2007 IP
  6. GAdsense

    GAdsense Well-Known Member

    Messages:
    1,247
    Likes Received:
    60
    Best Answers:
    0
    Trophy Points:
    140
    #6
    Problem Solved.
     
    GAdsense, Apr 16, 2007 IP