Error with Sitemap
« on: June 12, 2009, 02:49:21 AM »
I got the error message below when i tried to open my sitemap url:

XML Parsing Error: mismatched tag. Expected: </url>.
Location: [external links are visible to admins only]
Line Number 8578, Column 3:</urlset>
--^

The problem is that the <url> tag is not close with </url>. below is a snippet of the code:


  <url>
       <loc>[external links are visible to admins only]</loc>
       <lastmod>2009-06-11T12:29:23+00:00</lastmod>
       <changefreq>daily</changefreq>
  <url>
       <loc>[external links are visible to admins only]</loc>
       <lastmod>2009-06-11T12:29:23+00:00</lastmod>
       <changefreq>daily</changefreq>

Does anybody know i can resolve this problem. Thanks in advance.
Re: Error with Sitemap
« Reply #1 on: June 12, 2009, 03:49:48 AM »
Please try to put attached file to your generator/pages/mods/ folder and recreate sitemap.
Re: Error with Sitemap
« Reply #2 on: June 27, 2009, 06:12:30 AM »
Thank you!

That did the trick... Google liked our new sitemap.

Cheers