利用织梦dedecms单页功能制作Sitemap.xml地图

利用织梦dedecms单页功能制作Sitemap.xml地图 具体操作为:

1.制作单页模板, 网址改成自己的, 和一般调用一样

 

 <?xml version="1.0" encoding="UTF-8"?>

 

<urlset xmlns="">

  <url>

    <loc></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>[field:typelink /]</loc>

  <changefreq>daily</changefreq>

  <priority>0.8</priority>

  </url>

  {/dede:channel}

  {dede:arclist orderby=pubdate}

  <url>

    <loc>[field:arcurl/]</loc>

    <lastmod>[field:pubdate function=strftime('%Y-%m-%d',@me)/]</lastmod>

    <changefreq>monthly</changefreq>

  </url>

  {/dede:arclist}

</urlset>

 

2. 在DEDE后台点击单独页面管理>>增加新页面

 

 

ok,完成以上2步,即可完美制作xml格式地图。

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/3584fe0be0a2b5ca7adaa05607083664.html