主頁(yè) > 網(wǎng)站建設(shè) > 建站知識(shí) > 織夢(mèng)去掉面包屑導(dǎo)航里面index.html的方法

織夢(mèng)去掉面包屑導(dǎo)航里面index.html的方法

POST TIME:2017-11-13 00:23

  為了百度權(quán)重合理分配我們對(duì)站點(diǎn)URL布局需要重視,那么根據(jù)一些SEO的建議要修改織夢(mèng)的站點(diǎn)面包屑里面的index.html,并且把默認(rèn)的index.html 去掉顯示。

  修改PHP源文件,這里提醒大家一定要備份好文件,包含head.htm 或者PHP channelunit.helper.php

  路徑是include/helpers/channelunit.helper.php 找到這個(gè)文件然后,打開channelunit.helper.php

  找到$sitepath = MfTypedir($sitepath);在if($isdefault==-1)前面加入以下代碼

1
2
3
4
5
6
7
//跳轉(zhuǎn)網(wǎng)址
if($ispart>2){
return$typedir;
}
if($defaultname=='index.html'){
$defaultname='';
}



收縮
  • 微信客服
  • 微信二維碼
  • 電話咨詢

  • 400-1100-266