Hello there!
Please help me with this challenge if you can:
I want to change the way the search engine friendly URL looks from:
www.mystore.com/Category/Subcategory/Product-Name/prod_1.html
to
www.mystore.com/Category/Subcategory/Product-Name.html
In other words, I want to eliminate the "prod_#.html" at the end, and simply have the ".html" at the end of the product. I need this function because I update my catalog very frequently by adding and deleting products. The "prod_#.html" is making the URL for each product change very frequently, which is very bad for SEO. Please help me out if you can. Thank you very much!
Sincerely,
Chris
P.S.
I think the “prod_#” part is generated randomly by CubeCart each time we bulk upload the CSV file containing our items. And because my business requires me to very frequently update inventory info by adding and deleting products, the “prod_#” part for each product will be changed frequently as well, which is very bad for SEO, and can have a devastating effect on my business. I really need CubeCart to be able to generate the product URL by using the “product name” info. For example, one of my products has the product name “Q7553X”, under sub category “HP” and category “Laser Printer Supplies”, then I need CubeCart to create URL: www.mystore.com/Laser-Printer-Supplies/HP/Q7553X.html so no matter how often I update my inventory by adding and deleting products, the URL for each product will never change. Please help me out. I’d really appreciate it very much. Thank you everybody...