一、新建一个sitemap.htm模板
-
登录dedecms后台,选择【模板】-【模板管理】-【默认模板管理】
-
<?xml version="1.0" encoding="UTF-8"?><urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><url><loc>https://www.bjqxwh.com/index.html</loc><lastmod>{dede:arclist row=1 titlelen=24 orderby=pubdate}[field:pubdate function=strftime('%Y-%m-%d',@me)/]{/dede:arclist}</lastmod><changefreq>always</changefreq><priority>1.0</priority></url>{dede:channel row='200' type='top'}<url><loc>https://www.bjqxwh.com[field:typelink /]</loc><changefreq>always</changefreq><priority>0.8</priority></url>{/dede:channel}{dede:channel type='son' typeid='1'}<url><loc>https://www.bjqxwh.com[field:typelink /]</loc><changefreq>daily</changefreq><priority>0.7</priority></url>{/dede:channel}{dede:arclist row='5000' orderby=pubdate}<url><loc>https://www.bjqxwh.com[field:arcurl/]</loc><lastmod>[field:pubdate function=strftime('%Y-%m-%d',@me)/]</lastmod><changefreq>always</changefreq><priority>0.6</priority></url>{/dede:arclist}</urlset>说明:这个是url调用代码,请直接将每个代码的域名(https://www.bjqxwh.com)改成自己的即可,第一个代码块为首页,第二个为栏目页,第三个为二级栏目页,第四个为内容页,row表示url条数,type='top'表示一级栏目,type='son' 表示二级栏目,typeid='1'表示一级栏目id。
-
将改模板命名为:sitemap.htm,PS:请记得将代码中的域名改为自己的域名,然后保存!如下图
END