dedecms 生产google地图的xml代码

《dedecms 生产google地图的xml代码》要点:
本文介绍了dedecms 生产google地图的xml代码,希望对您有用。如果有疑问,可以联系我们。

导读:把下面的代码复制到一个文本文件里面,把http: localhost 改成你的网站的网址.保留成为Sitemap xml 放到网站的模板目录里面,然后后台
把下面的代码复制到一个文本文件里面,把http://localhost 改成你的网站的网址.保留成为Sitemap.xml 放到网站的模板目录里面,然后后台生产就可以了.

 
代码如下:
 <必修xml version="1.0" encoding="gb2312"必修>
<urlset xmlns="http://www.google.com/schemas/sitemap/0.84">
<url>
    <loc>http://localhost</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://localhost[field:typelink /]</loc>
<changefreq>daily</changefreq>
<priority>0.8</priority>
</url>
{/dede:channel}
{dede:arclist row=2000 orderby=pubdate}
<url>
    <loc>http://localhost[field:arcurl/]</loc>
    <lastmod>[field:pubdate function=strftime('%Y-%m-%d',@me)/]</lastmod>
    <changefreq>monthly</changefreq>
</url>
{/dede:arclist}
</urlset>

 

《dedecms 生产google地图的xml代码》是否对您有启发,欢迎查看更多与《dedecms 生产google地图的xml代码》相关教程,学精学透。编程之家PHP学院为您提供精彩教程。

相关文章

文章浏览阅读483次。dedecms织梦频道模板中调用栏目分类并排...
文章浏览阅读284次。我们在用织梦建站的过程中,难免会遇到各...
文章浏览阅读152次。seo专题是seo优化必不可少的一环,对于网...
文章浏览阅读142次。在Dedecms中,在列表页调用文章摘要的方...
文章浏览阅读234次。织梦DedeCMS文章内容发布时可以选择“头...
文章浏览阅读701次。虽然织梦DedeCMS因为安全问题被人所诟病...