Copyright @ 2015-2024 织梦园 版权所有 Power by DedeCms
鲁ICP备15039853号-2

模板标签 TAG标签 网站地图 XML地图 今日更新 返回顶部
为了百度权重合理分配我们对站点URL布局需要重视,那么根据一些SEO的建议要修改织梦的站点面包屑里面的index.html,并且把默认的index.html 去掉显示。
修改PHP源文件,这里提醒大家***要备份好文件,包含head.htm 或者PHP channelunit.helper.php
路径是include/helpers/channelunit.helper.php 找到这个文件然后,打开channelunit.helper.php
找到$sitepath = MfTypedir($sitepath);在if($isdefault==-1)前面加入以下代码
//跳转网址 if($ispart>2){ return $typedir; } if($defaultname == 'index.html'){ $defaultname = ''; } |