利用织梦dedecms单页功能制作Sitemap.xml地图 具体操作为:
1.制作单页模板, 网址改成自己的, 和一般调用一样
<?xml version="1.0" encoding="UTF-8"?> <urlset xmlns="http://www.google.com/schemas/sitemap/0.84"><url> <loc>https://www.dedecms8.com/</loc> <lastmod>{dede:arclist row=1 titlelen=24 orderby=pubdate} [field:pubdate function=strftime('%Y-%m-%d',@me)/] {/dede:arclist}</lastmod> <changefreq>daily</changefreq> <priority>1.0</priority> </url> {dede:channel type='top'} <url> <loc>https://www.dedecms8.com[field:typelink /]</loc> <changefreq>daily</changefreq> <priority>0.8</priority> </url> {/dede:channel} {dede:arclist orderby=pubdate} <url> <loc>https://www.dedecms8.com[field:arcurl/]</loc> <lastmod>[field:pubdate function=strftime('%Y-%m-%d',@me)/]</lastmod> <changefreq>monthly</changefreq> </url> {/dede:arclist} </urlset> d |
2. 在DEDE后台点击单独页面管理>>增加新页面
ok,完成以上2步,即可完美制作xml格式地图。