织梦DEDECMS网站如何生成xml格式网站地图

Posted lcxin

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了织梦DEDECMS网站如何生成xml格式网站地图相关的知识,希望对你有一定的参考价值。

这个很简单,按照我下边提供的方法进行操作就可以了,我一直在用

第一步,登陆DedeCMS后台:核心 - 频道模型- 自由列表管理,点击添加列表;

参数按照下边的填写;

自由列表标题:【XML地图】

列表html存放目录:{cmspath}/

目录默认页名称:sitemap.xml

命名规则:{listdir}/sitemap.xml

列表模板:{style}/sitemap_xml.htm

每页记录数:30000

限定频道:普通文章

复制下边代码写成模版,命名为:sitemap_xml.htm

<?xml version="1.0" encoding="{dede:global.cfg_soft_lang/}"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
    <loc>{dede:global.cfg_cmsurl/}</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 row=‘23‘ type=‘top‘}
<url>
<loc>[field:typelink /]</loc>
<changefreq>daily</changefreq>
<priority>0.9</priority>
</url>
{/dede:channel}
{dede:channel type=‘son‘ typeid =‘9‘}
<url>
<loc>[field:typelink /]</loc>
<changefreq>daily</changefreq>
<priority>0.9</priority>
</url>
{/dede:channel}
{dede:arclist row=‘20000‘ orderby=‘pubdate‘}
<url>
    <loc>[field:arcurl/]</loc>
    <lastmod>[field:pubdate function=strftime(‘%Y-%m-%d‘,@me)/]</lastmod>
    <changefreq>0.7</changefreq>
</url>
{/dede:arclist}
<url>
<loc>http://127.0.0.1/tags.html</loc>
<lastmod>daily</lastmod>
<changefreq>0.8</changefreq>
</url>
{dede:tag getall=‘1‘ }
<url>
    <loc>[field:link/]</loc>
    <lastmod>daily</lastmod>
    <changefreq>0.8</changefreq>
</url>
{/dede:tag}
</urlset>

不需要的tag调用的话直接删掉就可以了

 

以上是关于织梦DEDECMS网站如何生成xml格式网站地图的主要内容,如果未能解决你的问题,请参考以下文章

织梦DedeCMS网站地图模板

dedecms织梦程序怎么设置网站添加文章之后自动更新

怎样查看一个网站是否使用dedecms织梦程序做的

织梦DEDECMS首页列表页面动态调用点击次数的方法

织梦(dedecms)后台如何设置网站关键词描述

DedeCMS织梦模板系统设置说明:站点设置教程