URL porblem.
« on: August 30, 2007, 11:15:54 AM »
Hi - I generated a new sitemap last night with 47,000 urls but I have a slight problem with some urls generated as follows;
/product_info.php?cPath=2280_2281_2288_2305&products_id=7655

Should read:
/product_info.php?cPath=2280_2281_2288_2305&products_id=7655

so I need to replace all '&' with '&' only. Is it possible to set something in the config file to generate a sitemap with the correct '&' ?

Thanks and awaiting reply.......
Si.
Re: URL porblem.
« Reply #1 on: August 30, 2007, 06:16:26 PM »
Hello,

according to the sitemaps protocol, all links must be "urlencoded" in xml sitemap, so "&" is correct representation.