Hi! I’ve came into a problem with URL Structure, by default shopify URL goes like abc.com/products/apple-malt , for making it SEO friendly i’ve changed it to abc.com/collections/juices/products/apple-malt. But, the problem is that when someone clicks the vendor of the product the link open a collection page of that vendor by query which goes like abc.com/collections/vendors?q=apple and when you open a product from this page the URL further changes to something like this abc.com/collections/vendors?q=apple/products/apple-malt and the product link is broken because of it.
Hello @M_Awais
If You need it like this? → collections/collection_name/products/product_name
USE: {{ product.url | within: collection }} as a redirection.
Thank You
1 Like