公园里的草真绿啊,绿得让你感觉那是一块绿地毯;公园里的草真密啊,密得看不见泥土;公园里的草真柔啊,微风一吹,它们就翩翩起舞。
SEO优化中,对织梦主导航的设计非常讲究,主导航链接是栏目链接,一般直接跳转;如果主导航链接是外部链接,不可直接跳出,会增加网站的跳出率。此类链接应设置在新窗口打开target="_blank",并且用nofollow不让蜘蛛抓取该链接。下面是修改方法。
打开/include/taglib/channel.lib.php,找到
if($needRel)
{
$row['sonids'] = GetSonIds($row['id'], 0, false);
if($row['sonids']=='') $row['rel'] = '';
else $row['rel'] = "id']}'";
}
|
下面增加
$row['target'] = ($row['ispart']==2) ? "target = '_blank'" : "target = '_self'"; //新窗口打开
$row['nofollow'] = ($row['ispart']==2) ? "rel = 'nofollow'" : "rel = 'follow'"; //nofollow属性
需要currentstyle支持这两个属性,继续往下找到
$linkOkstr = str_replace("~typename~",$row['typename'],$linkOkstr);
下面增加
$linkOkstr = str_replace("~target~",$row['target'],$linkOkstr);
$linkOkstr = str_replace("~nofollow~",$row['nofollow'],$linkOkstr);
在导航标签里面增加新标签[field:target/]、[field:nofollow/]即可,这两个标签根据实际情况使用。
{dede:channel type='self' currentstyle="
<li class='thisclass'><a rel="nofollow noopener noreferrer" href='~typelink~' ~target~ ~nofollow~>~typename~</a></li>"}
<li><a rel="nofollow noopener noreferrer" href='[field:typeurl/]' [field:target/] [field:nofollow/]>[field:typename/]</a></li>
{/dede:channel}
|
本文织梦导航外部链接新窗口打开加上nofollow属性到此结束。所有的豪言都收起来,所有的呐喊都咽下去。小编再次感谢大家对我们的支持!