Answer the question
In order to leave comments, you need to log in
How to set canonical URLs in Opencart?
How to set the canonical url of the main page on pagination pages. An example on the page https://moonk-design.com/magazin/?page=2 set up the canonical url https://moonk-design.com/magazin/
Can someone tell me?
Answer the question
In order to leave comments, you need to log in
Found a solution on the git hub:
https://github.com/myopencart/ocStore/commit/cd170...
More details are described here: https://opencartforum.com/topic/174539-sposob-vyvo...
Open the catalog\controller\product\category.php
file and find the line there
$this->document->addLink($this->url->link('product/category', 'path=' . $category_info['category_id'] . '&page='. $page), 'canonical');
$this->document->addLink($this->url->link('product/category', 'path=' . $category_info['category_id']), 'canonical');
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question