تقصد link Social Media Meta Tags
CODE
<link rel="canonical" href="{$GetPageUrl}" />
هو يأخذ رابط الصفحة
لجعله يأخذ الرابط الأصلي
للمواضيع فقط وحذف اي شي آخر
افتح قالب : headinclud
وابحث في اعلاه عن :
CODE
<head>
واضف اسفلها هذا الكود:
CODE
<?php
if (isset($PowerBB->_GET['page']) == 'topic')
{
$PowerBB->_GET['id'] = $PowerBB->functions->CleanVariable($PowerBB->_GET['id'],'intval');
$PowerBB->_GET['count'] = $PowerBB->functions->CleanVariable($PowerBB->_GET['count'],'intval');
if (isset($PowerBB->_GET['count']) and $PowerBB->_GET['count'] > 0)
{
$count = "&count=".$PowerBB->_GET['count'];
}
$PowerBB->_CONF['template']['GetPageUrl'] = $PowerBB->_CONF['template']['ForumAdress'].$PowerBB->functions->rewriterule("index.php?page=topic&show=1&id=".$PowerBB->_GET['id'].$count);
}
?>
استخدم هذا الكود لحين تعديل الروابط في فهرسة قوقل ثم امسحه
موفق