织梦DEDECMS创建sitemap.xml[织梦网站模板使用教程]
阅读 · 发布日期 2019-05-26 12:55 · admin
织梦DEDECMS创建sitemap.xml[织梦网站模板使用教程]随着百度平台的开放,很多站长开始创建sitemap.xml提交给百度,用来提高网站收录,很多站长在忙着创建sitemap.xml,今日[织梦网站模板使用教程]分享织梦DEDECMS如何创建sitemap.xml。
导火索:百度作为中国第一大搜索,相继推出了绿萝算法和互联网生态,K了大批的网站,在站长中口碑中略受影响,站长普遍认为百度是封闭的偏盈利性的组织,百度最近段时间,开放了透明了很多SEO常识和工具,用来抚慰受伤的站长。
织梦本身有sitemap.xml创建功能,不过不太用,下面介绍的sitemap.xml符合百度sitemap.xml收录的标准!
织梦DEDECMS创建sitemap.xml步骤:
1:创建sitemap.xml文件,并放入模板文件夹中,sitemap.xml里面的代码为:
<?xml version="1.0" encoding="UTF-8" ?> <urlset xmlns="http://www.google.com/schemas/sitemap/0.9"> <url> <loc>http://www.xiuzhanwang.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.xiuzhanwang.com{dede:field name='typeurl'/}</loc> <changefreq>daily</changefreq> <priority>0.8</priority> </url> {/dede:channel} {dede:arclist row=2000 orderby=pubdate} <url> <loc>http://www.xiuzhanwang.com[field:arcurl/]</loc> <lastmod>[field:pubdate function=strftime('%Y-%m-%d',@me)/]</lastmod> <changefreq>monthly</changefreq> <priority>0.5</priority> </url> {/dede:arclist} </urlset> |
创建好文件之后,把sitemap.xml放入模板文件夹中。
温馨提示:记得把网址改为自己的网址哦!