Настройка SEO заголовков
Шаг 1
// В главном макете сайта в блоке head замените следующий код
/*
<title><?php Core_Page::instance()->showTitle()?></title>
<meta name="description" content="<?php Core_Page::instance()->showDescription()?>">
<meta name="keywords" content="<?php Core_Page::instance()->showKeywords()?>">
*/
// на нижний
<title><?php MultiRegion_Page::instance()->showTitle()?></title>
<meta name="description" content="<?php MultiRegion_Page::instance()->showDescription()?>">
<meta name="keywords" content="<?php MultiRegion_Page::instance()->showKeywords()?>">Шаг 2
Последнее обновление