当前位置 : 主页 > 建站教程 > dedecms >

dedecms 生产google地图的xml代码

来源:互联网 收集:自由互联 发布时间:2021-06-20
?xml version=1.0 encoding=gb2312?urlset xmlns=http://www.google.com/schemas/sitemap/0.84url lochttp://www.dedelou.com/loc lastmod{dede:arclist row=1 titlelen=24 orderby=pubdate} [field:pubdate function=strftime(%Y-%m-%d,@me)/] {/dede:arclis
<?xml version="1.0" encoding="gb2312"?>
<urlset xmlns="http://www.google.com/schemas/sitemap/0.84">
<url>
    <loc>http://www.dedelou.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 row='23' type='top'}
<url>
<loc>http://www.dedelou.com[field:typelink /]</loc>
<changefreq>daily</changefreq>
<priority>0.8</priority>
</url>
{/dede:channel}
{dede:arclist row=2000 orderby=pubdate}
<url>
    <loc>http://www.dedelou.com[field:arcurl/]</loc>
    <lastmod>[field:pubdate function=strftime('%Y-%m-%d',@me)/]</lastmod>
    <changefreq>monthly</changefreq>
</url>
{/dede:arclist}
</urlset>

  把上面的代码复制到一个文本文件里面,把http://www.dedelou.com 改成你的网站的网址。保存成为Sitemap.xml 放到网站的模板目录里面,然后后台生产就可以了。
网友评论
相关栏目