Magento has a built in SEO option called used 'canonical' links for pages. We use this for most of our sites for SEO reasons.
Unfortunately when the module tries to cache a product page, it caches every single page the product would fall under, APART from the canonical so products cannot be cached in conjuction with the magento canonical product feature.
At the moment it does this:
site.com/catgory/product.html
site.com/catgory2/product.html
site.com/catgory3/product.html
But I have canonical turned on and the product it does not cache is:
site.com/product.html
Is there anything I can do or can the module be included to consider the above?
It would also save on caching time too because there would only be one page to cache and not for every location the product sits under.