I updated cms from 1.5.2 to 1.5.3
I add in all my template this
Code: Select all
<link rel="canonical" href="{if isset($canonical)}{$canonical}{else}{$content_obj->GetURL()}{/if}" />
But don't work for news page. The canonocal url for this page is always the root site
Example:
Code: Select all
http://localhost:85/dm2/news/2/21/News-numero-1.html
Code: Select all
<link rel="canonical" href="http://localhost:85/dm2/" />