当前位置: 首页 > 站长资讯 > 正文页面

Discuz X3/3.1 门户中的Keyword和Description显示不正确的解决方法

最近用站长工具查论坛的 SEO 的时候,忽然发现,论坛门户的 Keyword(关键词) 和 Description(描述)都只剩下门户俩字了。8JM网站目录_网站网址收录与提交入口

原来 Discuz 对游客屏蔽了关键词与描述。虽然说用管理员账号登陆后,可以正常显示了。不过很难说蜘蛛或Robot是不是可以真正能获取。所以为了收录,还是改回来吧。具体方法为:8JM网站目录_网站网址收录与提交入口

找到文件“ source/class/helper/helper_seo.php ”这个文件8JM网站目录_网站网址收录与提交入口

搜索:8JM网站目录_网站网址收录与提交入口

if($descriptiontext && (isset($_G['makehtml']) || CURSCRIPT == 'forum' || IS_ROBOT || $_G['adminid'] == 1)) {8JM网站目录_网站网址收录与提交入口

$seodescription = helper_seo::strreplace_strip_split($searchs, $replaces, $descriptiontext);8JM网站目录_网站网址收录与提交入口

}8JM网站目录_网站网址收录与提交入口

if($keywordstext && (isset($_G['makehtml']) || CURSCRIPT == 'forum' || IS_ROBOT || $_G['adminid'] == 1)) {8JM网站目录_网站网址收录与提交入口

$seokeywords = helper_seo::strreplace_strip_split($searchs, $replaces, $keywordstext);8JM网站目录_网站网址收录与提交入口

}8JM网站目录_网站网址收录与提交入口

修改为:8JM网站目录_网站网址收录与提交入口

if($descriptiontext) {8JM网站目录_网站网址收录与提交入口

$seodescription = helper_seo::strreplace_strip_split($searchs, $replaces, $descriptiontext);8JM网站目录_网站网址收录与提交入口

}8JM网站目录_网站网址收录与提交入口

if($keywordstext) {8JM网站目录_网站网址收录与提交入口

$seokeywords = helper_seo::strreplace_strip_split($searchs, $replaces, $keywordstext);8JM网站目录_网站网址收录与提交入口

}8JM网站目录_网站网址收录与提交入口

OK,最后登出后,再用游客身份查看源代码,已经可以看到 Description 和 Keyword 了,在用站长SEO工具测试一下,也OK了。。8JM网站目录_网站网址收录与提交入口

完事大吉!8JM网站目录_网站网址收录与提交入口

  

此文由 网站目录_网站网址收录与提交入口 编辑,未经允许不得转载!:

相关文章