The customized URLs have an option to create a friendly URL for SEO purposes (Ecommerce products and variants (ProductID)). The problem is that if the product name is changed, the URL breaks and old bookmarks to the old link will get 404's. We have product catalog managers who adjust their product names, causing a lot of SEO and bookmark problems.
Is there a recommended way to address this? I assume that one is to keep track of URLs and when they change, save the old one as a direct path. But that's not built into the platform afaik.
One other option is to include the product number in the URL. So the pattern would be: /Product-Number/Product-Name(.aspx) and /Product-Number/Variant-ID/Product-Name/variant-name(.aspx).
Then the Product-Name can be for SEO purposes, but it won't be used for binding to a product, and the Product-Name can change.
An issue with that though is that ProductNumber is not always unique. So there are other considerations.
Any ideas on how to address this? It's quite a problem with some sites.
Thanks,
Scott