Hi,
I noticed that EasyStore 2.1.0 (and probably 3.0.0, at least I cannot find this in changelog) does not output a rel="canonical" tag on storefront pages, including:
- Main shop page
- Category/filter pages
- Pagination pages
- Product pages
- Product variant pages
For example, a product with variants can have URLs such as:
/webshop/gants/product-name/kaki-12-oz
/webshop/gants/product-name/kaki-14-oz
/webshop/gants/product-name/kaki-16-oz
EasyStore correctly resolves each URL to the corresponding variant, but no canonical URL is currently present in the HTML <head>.
It would be useful if EasyStore could natively generate appropriate canonical URLs for its indexable pages and properly handle technical URLs created by filters, sorting and other query parameters.
This would help avoid duplicate URL/indexation issues and better align EasyStore with Google's e-commerce SEO recommendations.
Could canonical URL management be considered for a future EasyStore release?
Thanks.