1、Discuz_X3.0我修改了 「站點名稱 」,「SEO設置」 ,更新了緩存,可還是論壇 - Powered by Discuz!
在後台SEO設置那設置啊,我也是在那設置的
2、如何解決discuz x3.2門戶首頁關鍵詞描述不顯示
方法/步驟
用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站長工具再查一遍
3、SEO 遠程外部地址 我的意思就是,優化站x(很多優化站),使用了2個優化B站的的圖片地址
可以啊 不錯你網站的權重會傳遞給其他網站