Hello guys,
I have a client that hired an external SEO consultant that came with a set of mandatory recommendations for the webshop.
Some of them are pretty doable but some of them are a bit out of the regular functionality.
They are requiring to have the filters separated with / instead of passing them in URL.
Meaning http://shopurl.com/categoryname/filters/{price_value}/{manufacturer}/{variant_color}/ instead of http://shopurl.com/categoryname?price={price_value}&manufacturer={manufacturer}&variant={variant_color}
Also, they have required that all category URL's to be ended with trailing slash: http://shopurl.com/categoryname/subcategoryname/ instead of the default http://shopurl.com/categoryname/subcategoryname
Any solution to accomplish this?
Thanks,
Adrian