Answer the question
In order to leave comments, you need to log in
How to remove Rel canonical for pagination pages?
Who can tell me how to remove rel canonical for 2,3, n, n, ... category pages,
Prestashop 1.4.9.0
Now I use this code
{if $page_name == index}
<link rel="canonical" href="{$base_dir}" />
{elseif $page_name == product}
<link rel="canonical" href="{$base_dir}{$request_uri}" />
{else}
<link rel="canonical"
href="{$base_dir}{$request_uri|substr:1|regex_replace:'/\/(.*)/':''|regex_replace:'/\?(.*)/':''}" />
{/if}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question