亚洲一区2区三区|2020国产无码|日本视频9999|欧美三区四区四区区|超碰小说人人爽亚洲|国产精品3P电影|亚洲综合无码色区|久久tlri深 射|在线免费有码视频|久艹精品中文在线
玩改車
標(biāo)題:
Discuz X2首頁keywords和description顯示問題
[打印本頁]
作者:
書生
時(shí)間:
2011-10-28 18:45
標(biāo)題:
Discuz X2首頁keywords和description顯示問題
Discuz X2默認(rèn)情況下是首頁的keywords和description是顯示成"首頁"的,只有給蜘蛛或者是登錄以后,才會顯示成真正的值.這樣,雖然能減小頁面大小(少的可憐),卻可能被其它蜘蛛或者爬行的機(jī)器人給忽略掉,造成seo損失.這里,官網(wǎng)也有比較好的解決方式.
首頁
修改一下
source\function\function_core.php文件:
將
if($descriptiontext && (CURSCRIPT == 'forum' || IS_ROBOT || $_G['adminid'] == 1)) {
$seodescription = strreplace_strip_split($searchs, $replaces, $descriptiontext);
}
if($keywordstext && (CURSCRIPT == 'forum' || IS_ROBOT || $_G['adminid'] == 1)) {
$seokeywords = strreplace_strip_split($searchs, $replaces, $keywordstext);
}
復(fù)制代碼
修改為:
if($descriptiontext) {
$seodescription = strreplace_strip_split($searchs, $replaces, $descriptiontext);
}
if($keywordstext) {
$seokeywords = strreplace_strip_split($searchs, $replaces, $keywordstext);
}
復(fù)制代碼
帖子內(nèi)容頁:
修改一下 source\module\forum\forum_viewthread.php:
將:
if(IS_ROBOT || $_G['adminid'] == 1) $summary = str_replace(array("\r", "\n"), '', messagecutstr(strip_tags($post['message']), 160));
復(fù)制代碼
修改為:
$summary = str_replace(array("\r", "\n"), '', messagecutstr(strip_tags($post['message']), 160));
復(fù)制代碼
聲明: 信息來源于官網(wǎng),
玩改車
做了一些解釋和修改.
作者:
雨漫漫
時(shí)間:
2011-12-24 16:22
我來看看!謝謝
穿越之絕色妖妃
作者:
數(shù)字7
時(shí)間:
2012-1-22 09:14
看看..........................
www.soyangsnr.com時(shí)尚網(wǎng)
作者:
雷琨的狗狗
時(shí)間:
2012-2-6 12:09
說的不錯(cuò)!
落跑甜心全集
歡迎光臨 玩改車 (http://www.beclighting.com.cn/)
Powered by Discuz! X3.5