I generated a sitemap on Magento's backend. However, the URLS to the product pages contains categories that we don't want.
Example URLS that are being generated that I don't want:
Domain.com / cateogry 1 / category 2 / product
The URL format that I want:
Domain.com / product
I turned off category paths on the backend:
System --> Configuration --> Catalog -- >Use Categories Path for Product URLs
but the sitemap is still showing categories.
Is there an option on the backend to remove categories from the xml sitemap? I would rather not have to change each URL manually because there are a lot of products.
Thanks in advance.