Идем по пути /bitrix/php_interface/init.php
Вставляем запись:
AddEventHandler('main', 'OnEpilog', 'setCanonical', 1); function setCanonical() { global $APPLICATION; if (strpos($APPLICATION->GetCurPageParam(), '?') !== false) { if ($APPLICATION->GetPageProperty('canonical') == '') { CMain::IsHTTPS() ? $s = 's' : $s = ''; $url = 'http' . $s . '://' . SITE_SERVER_NAME . $APPLICATION->GetCurPage(); $APPLICATION->SetPageProperty("canonical", $url); } } }
Please follow and like us: