Tag: opencart

Adding canonical URL’s to OpenCart

Adding canonical URL’s to OpenCart

I wanted to address duplicate content on a project by adding canonical URL’s because the product page (e.g.: mydomain.com/category/category.html) shares content on some category pages of the same name (e.g.: mydomain.com/category). OpenCart does not allow canonical URL’s by default and although you can buy modules to address this I decided to code my own solution. To […]