如何解决discuz x3.2门户首页关键词描述不显示
1个回答
展开全部
方法/步骤
用FTP工具登录网站根目录。找到“ source/class/helper/helper_seo.php ”目录下的文件
将该文件传输到电脑本地,准备对该文件进行编辑
用网站编辑工具打开helper_seo.php,查找到这段代码:
if($descriptiontext && (isset($_G['makehtml']) || CURSCRIPT == 'forum' || IS_ROBOT || $_G['adminid'] == 1)) {$seodescription = helper_seo::strreplace_strip_split($searchs, $replaces, $descriptiontext);}if($keywordstext && (isset($_G['makehtml']) || CURSCRIPT == 'forum' || IS_ROBOT || $_G['adminid'] == 1)) {$seokeywords = helper_seo::strreplace_strip_split($searchs, $replaces, $keywordstext);}
将上述代码替换成下面的代码:
if($descriptiontext) {$seodescription = helper_seo::strreplace_strip_split($searchs, $replaces, $descriptiontext);}if($keywordstext) {$seokeywords = helper_seo::strreplace_strip_split($searchs, $replaces, $keywordstext);}
5
保存后上传该文件到网站原目录下替换掉原来的文件,到这里就顺利完成了。登出账号,以游客的身份查看关键词和描述显示正常,还可以用SEO站长工具再查一遍
用FTP工具登录网站根目录。找到“ source/class/helper/helper_seo.php ”目录下的文件
将该文件传输到电脑本地,准备对该文件进行编辑
用网站编辑工具打开helper_seo.php,查找到这段代码:
if($descriptiontext && (isset($_G['makehtml']) || CURSCRIPT == 'forum' || IS_ROBOT || $_G['adminid'] == 1)) {$seodescription = helper_seo::strreplace_strip_split($searchs, $replaces, $descriptiontext);}if($keywordstext && (isset($_G['makehtml']) || CURSCRIPT == 'forum' || IS_ROBOT || $_G['adminid'] == 1)) {$seokeywords = helper_seo::strreplace_strip_split($searchs, $replaces, $keywordstext);}
将上述代码替换成下面的代码:
if($descriptiontext) {$seodescription = helper_seo::strreplace_strip_split($searchs, $replaces, $descriptiontext);}if($keywordstext) {$seokeywords = helper_seo::strreplace_strip_split($searchs, $replaces, $keywordstext);}
5
保存后上传该文件到网站原目录下替换掉原来的文件,到这里就顺利完成了。登出账号,以游客的身份查看关键词和描述显示正常,还可以用SEO站长工具再查一遍
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询