• 设为首页
  • 加入收藏
  • 我要投稿
  • 联系站长
  • 我爱模版
当前位置:我爱模版首页 > 建站教程 > CMS教程 > dedecms >  dedecms制作xml格式的正文

dedecms制作xml格式的sitemap

作者:我爱模版网
类型:图文教程
点击次数:
发布时间:2013-12-23 10:54
分享到:

先看效果图:

dedecms sitemap

步骤一:

新建sitemap.xml,拷贝下面代码到里面去,把里面的网址都换成你的首页网址:


<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
    <loc>http://www.5imoban.net/</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='10' type='top'}
<url>
<loc>http://www.5imoban.net[field:typelink /]</loc>
<changefreq>daily</changefreq>
<priority>0.8</priority>
</url>
{/dede:channel}
{dede:arclist row=2000 orderby=pubdate}
<url>
    <loc>http://www.5imoban.net[field:arcurl/]</loc>
    <lastmod>[field:pubdate function=strftime('%Y-%m-%d',@me)/]</lastmod>
    <changefreq>monthly</changefreq>
</url>
{/dede:arclist}
</urlset>

步骤二:上传sitemap.xml到default模版目录

步骤三:选择更新主页-->如下图更改-->点击更新主页HTML按钮
更新dedecms xml文件 (责任编辑:我爱模版网)
  • 本文标签:
  • dedecms sitemap
您还可能喜欢....
把DEDECMS默认的编辑器换成kindeditor,kindeditor替换
dedecms织梦如何在后台设置标题长度,dedecms标题显示不全解决办法