| This contribution replaces the stock osCommerce method of creating URLs by passing the parameters (products_id, cPath, etc.) by creating static HTML file URLs. This is one of the most important contributions in the pursuit of Search Engine Optimization of your osCommerce store.
Now includes the ability to create your own product and category URLs.
a) Product examples:
www.domain.com/product-name-p-32.html
www.domain.com/product-name-extra-text-p-32.html
www.domain.com/my-text-p-32.html
b) Category examples:
www.domain.com/category-name-c-44.html
www.domain.com/category-name-extra-text-c-44.html
www.domain.com/my-text-c-44.html
If you do not set your own url then the url reverts back to being dynamically created. |