Thanks is it fine like that:
I added quotes to the index also, is it correct like that?
And it is working perfectly fine with or without the quotes also.
Код:
{if $page_name == 'index'}
<link rel="canonical" href="{$base_dir_ssl}" />
{elseif $page_name == 'product'}
<link rel="canonical" href="{$request_uri}" />
{elseif $page_name == 'module-prestablog-blog'}
<link rel="canonical" href="{$request_uri}" />
{elseif $page_name == 'category'}
<link rel="canonical" href="{$request_uri}" />
{else}
<link rel="canonical"
href="/{$request_uri|substr:1|regex_replace:'/\/(.*)/':''|regex_replace:'/\?(.*)/':''}/" />
{/if}
I added quotes to the index also, is it correct like that?
And it is working perfectly fine with or without the quotes also.