Details
-
Type:
Improvement
-
Status:
Open
-
Priority:
Critical
-
Resolution: Unresolved
-
Affects Version/s: 1.1.0
-
Fix Version/s: 1.7
-
Component/s: None
-
Labels:None
-
Days Estimate:2
Description
Implement better SEO product urls. Do not use query params with product ids in the url, but instead use a simple url that terminates in the product name.
Look at all of the following.
1. Create FULL_URL field in product.
2. Create PATH_FRAGMENT (rename this) in PRODUCT
3. Implement a 302
redirect strategy for products when the URL changes (also apply this to CMS managed pages)
Considerations.
1. Using different polymorphic entites (e.g. SEO_FULL_PATH_PRODUCT versus SEO_PATH_FRAGMENT_PRODUCT)
2. Brian leaning toward only implementing one SEO strategy - option 1 only (FULL_URL due to benefits with the 302 redirects)