織夢dedecms制作sitemap網站地圖最簡單的方法
果然各類資料還是要整理的,之前玩dedecms各種插件都有搞過,但是再做新站遇到問題還是得度娘,所以慢慢就養成一個習慣,遇見問題首先整理到自己的seo博客里面,廢話不多說,下面整理了dedecms制作sitemap網站地圖最簡單的方法。
首先在后臺模板管理里面新建一個模板,我們可以命名為sitemap.htm
編輯這個模板,放上下面的代碼,注意更改自己的域名
<?xml version="1.0" encoding="UTF-8"?> <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> <url> <loc>http://www.3n1c.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='10' type='top'} <url> <loc>http://www.3n1c.com[field:typelink /]</loc> <changefreq>daily</changefreq> <priority>0.8</priority> </url> {/dede:channel} {dede:arclist row=1000 orderby=pubdate} <url> <loc>htts://www.3n1c.com[field:arcurl/]</loc> <lastmod>[field:pubdate function=strftime('%Y-%m-%d',@me)/]</lastmod> <changefreq>monthly</changefreq> </url> {/dede:arclist} </urlset>
然后按如下圖所示,增加一個單頁文檔頁面
最后,點擊更新所有頁面就可以生成sitemap啦。
