Re: SEO Settings
Here are the 4 types of short links that will be recognized with the new SEO feature. This assumes a delimiter of '/' and that this is a single store setup and not a mall.
http://storedomain.com/product/<product-code>.html
http://storedomain.com/category/< category-code>.html
http://storedomain.com/< screen-code>.html
http://storedomain.com/< category-code>/<product-code>.html
That last one should cover the bread crumb case. It does have a limitation in that it won't be recognized for a category code of either 'product' or 'category'.
And for completeness here are how the same links look in the case of a mall.
http://storedomain.com/<store-code>/product/<product-code>.html
http://storedomain.com/<store-code>/category/< category-code>.html
http://storedomain.com/<store-code>/< screen-code>.html
http://storedomain.com/<store-code>/< category-code>/<product-code>.html
Originally posted by wcw
View Post
http://storedomain.com/product/<product-code>.html
http://storedomain.com/category/< category-code>.html
http://storedomain.com/< screen-code>.html
http://storedomain.com/< category-code>/<product-code>.html
That last one should cover the bread crumb case. It does have a limitation in that it won't be recognized for a category code of either 'product' or 'category'.
And for completeness here are how the same links look in the case of a mall.
http://storedomain.com/<store-code>/product/<product-code>.html
http://storedomain.com/<store-code>/category/< category-code>.html
http://storedomain.com/<store-code>/< screen-code>.html
http://storedomain.com/<store-code>/< category-code>/<product-code>.html
Comment