細(xì)節(jié)決定成敗,對(duì)于seo來(lái)說(shuō),能讓自己的站出鏈減少的話,對(duì)網(wǎng)站的權(quán)重優(yōu)化有很大幫助的。因?yàn)榫W(wǎng)站首頁(yè)的權(quán)重比較高,所以尤其是在論壇首頁(yè),做這項(xiàng)工作更為必要了!
可以在鏈接上加nofollow,也可以徹底去掉鏈接。建議使用nofollow,保留一下版權(quán)鏈接,和去掉鏈接效果一樣。
打開(kāi)文件sourcepluginsecurity里面的security.class.php搜索:
function global_footerlink() {
return ' <a target="_blank" title="'.lang('plugin/security', 'title').'"><img src="static/image/common/security.png"></a>';
}
替換為
function global_footerlink() {
return ' <a target="_blank"
title="'.lang('plugin/security', 'title').'" rel="nofollow"><img src="static/image/common/security.png"></a> ';
}
當(dāng)然也可以去掉它,下面這個(gè)是徹底去掉鏈接的:
function global_footerlink() {
return '<img src="static/image/common/security.png">';
}
更多信息請(qǐng)查看IT技術(shù)專(zhuān)欄