<link rel="canonical" href="http://test.ru/brendy/page-3/" />
/* неправильный кусок кода с точки зрения Яндекса
<link rel="prev" href="http://test.ru/brendy/page-2/" />
/* не признается ни Яндексом ни Гуглом
<link rel="next" href="http://test.ru/brendy/page-4/" />
/* не признается ни Яндексом ни Гуглом
/app/addons/seo/func.php
Registry::set('runtime.seo.is_creating_canonical_url', true, true);
$seo_canonical['current'] = fn_url($base_url . $current_page);
Registry::del('runtime.seo.is_creating_canonical_url');
Меняем на
Registry::set('runtime.seo.is_creating_canonical_url', true, true);
$seo_canonical['current'] = fn_url($base_url);
Registry::del('runtime.seo.is_creating_canonical_url');