Hello,

I have recently generated a sitemap and I am having some issues with it. For some reason, when I create the sitemap, I am getting a URL as if the products on my site have been added to my shopping cart, as well as the normal store URL's. Here's an example:

<url>
  <loc>[ External links are visible to forum administrators only ]</loc>
  <changefreq>weekly</changefreq>
  <priority>0.64</priority>
</url>
<url>
  <loc>[ External links are visible to forum administrators only ]</loc>
  <changefreq>weekly</changefreq>
  <priority>0.64</priority>
</url>

Any ides how this could be happening? This is happening for most of my products on my site. I do have my shopping cart and checkout page being limited by my robots.txt file, but that doesn't appear to effect the creation of the xml sitemap (but should it?).

Any help here would be greatly appreciated.