其他分享
首页 > 其他分享> > 织梦友情链接加nofollow方法,亲测

织梦友情链接加nofollow方法,亲测

作者:互联网

修改文件
找到\include\taglib\flink.lib.php
大约第113行
$link = "<div class='bottom_2'><a href='".$dbrow->url."' target='_blank'>".cn_substr($dbrow->webname,$titlelen)."</a></div>";
修改为
$link = "<div class='bottom_2'><a href='".$dbrow->url."' rel='nofollow' target='_blank'>".cn_substr($dbrow->webname,$titlelen)."</a></div>";

清理缓存织梦缓存比较验证保存后清理缓存,重新生成文件,搞定,

标签:缓存,cn,blank,nofollow,webname,织梦,titlelen,亲测
来源: https://blog.csdn.net/weixin_42732794/article/details/89556419