一、首先,登录网站的后台http://你的域名/e/admin/
进入后台栏目 =》增加自定义页面 =》选择直接页面,
1、页面名称为:网站地图,
2、文件名修改为 ../../sitemap.xml
二、内容填写如下:(注:红色部分改成 网站栏目地址,网站栏目名称)
<?='<?xml version="1.0" encoding="UTF-8"?>'?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>[!--news.url--]</loc>
<changefreq>首页</changefreq>
<priority>1.0</priority>
</url>
<url>
<loc>[!--news.url--]jujiao</loc>
<changefreq>栏目名称</changefreq>
<priority>0.8</priority>
</url>
<url>
<loc>[!--news.url--]fagui</loc>
<changefreq>栏目名称</changefreq>
<priority>0.8</priority>
</url>
<url>
<loc>[!--news.url--]guonei</loc>
<changefreq>栏目名称</changefreq>
<priority>0.8</priority>
</url>
<url>
<loc>[!--news.url--]bendi</loc>
<changefreq>栏目名称</changefreq>
<priority>0.8</priority>
</url>
<url>
<loc>[!--news.url--]zhaobiao</loc>
<changefreq>栏目名称</changefreq>
<priority>0.8</priority>
</url>
<url>
<loc>[!--news.url--]tools</loc>
<changefreq>栏目名称</changefreq>
<priority>0.8</priority>
</url>
[e:loop={1,30000,3,1,'','newstime DESC'}]
<url>
<loc><?=$bqsr['titleurl']?></loc>
<lastmod><?=date('Y-m-d',$bqr[newstime])?></lastmod>
<changefreq>monthly</changefreq>
<priority>0.7</priority>
</url>
[/e:loop]
[e:loop={2,30000,3,1,'','newstime DESC'}]
<url>
<loc><?=$bqsr['titleurl']?></loc>
<lastmod><?=date('Y-m-d',$bqr[newstime])?></lastmod>
<changefreq>monthly</changefreq>
<priority>0.7</priority>
</url>
[/e:loop]
[e:loop={3,30000,3,1,'','newstime DESC'}]
<url>
<loc><?=$bqsr['titleurl']?></loc>
<lastmod><?=date('Y-m-d',$bqr[newstime])?></lastmod>
<changefreq>monthly</changefreq>
<priority>0.7</priority>
</url>
[/e:loop]
[e:loop={4,30000,3,1,'','newstime DESC'}]
<url>
<loc><?=$bqsr['titleurl']?></loc>
<lastmod><?=date('Y-m-d',$bqr[newstime])?></lastmod>
<changefreq>monthly</changefreq>
<priority>0.7</priority>
</url>
[/e:loop]
</urlset>
三、最后一步,设置自动更新:
系统 =》计划任务 =》 管理计划任务 =》 刷新自定页面 =》
注意执行时间设置: 因为自定刷新会影响网站性能! 所以你算好时间,我当时是在下午的15:30设置的。然后我设置是12小时候后是凌晨3:00+24小时候=720分钟;所以每隔一天自动刷新一次 时间自己参考自己设置。
帝国CMS如何自动生成sitemap.xml网站地图文件 http://www.121seo.cn/daima/1207.html
以上文章出自长春SEO自学网未经作者许可,不得转载。2022-12-07 08:24:26"