dedecms織夢(mèng)系統(tǒng)使用單頁(yè)面制作xml格式網(wǎng)站地圖
時(shí)間:2018-05-09 | 來(lái)源:士人網(wǎng)絡(luò) | 關(guān)注: 623 次
今天,天水網(wǎng)站制作士人網(wǎng)絡(luò)為大家分享一個(gè)dedecms織夢(mèng)系統(tǒng)利用單頁(yè)面制作xml格式文件的網(wǎng)站地圖,操作起來(lái)非常簡(jiǎn)潔方便,很實(shí)用。
第一步:制作單頁(yè)模板
模板命名為sitemap.htm,將以下代碼復(fù)制到模板中,網(wǎng)址改成自己的??梢愿鶕?jù)自己網(wǎng)站具體情況做修改。
<?xml version="1.0" encoding="UTF-8"?> <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> <url> <loc>http://www.ytbbb.cn/</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 type=’top’} <url> <loc>http://www.ytbbb.cn[field:typelink /]</loc> <changefreq>daily</changefreq> <priority>0.8</priority> </url> {/dede:channel} {dede:arclist orderby=pubdate} <url> <loc>http://www.ytbbb.cn[field:arcurl/]</loc> <lastmod>[field:pubdate function=strftime('%Y-%m-%d',@me)/]</lastmod> <changefreq>monthly</changefreq> </url> {/dede:arclist} </urlset>
將模板上傳至網(wǎng)站模板目錄中(系統(tǒng)默認(rèn)的目錄是/templets/default/)。
第二步:添加單頁(yè)網(wǎng)站地圖文件
在DEDE后臺(tái)點(diǎn)擊“單獨(dú)文檔管理”>>“增加一個(gè)頁(yè)面”,標(biāo)題命名為“網(wǎng)站地圖”,關(guān)聯(lián)標(biāo)識(shí)填寫“default”,模板文件名填寫“{style}/sitemap.htm”,文件名填寫“sitemap.xml”。確定保存即可。
第三步:生成網(wǎng)站地圖
返回“單獨(dú)文檔管理”,勾選“網(wǎng)站地圖”,點(diǎn)擊“更新選中頁(yè)面”。網(wǎng)站地圖就在網(wǎng)站根目錄下生成了。
相關(guān)熱詞搜索: dedecms,織夢(mèng)系統(tǒng),單頁(yè)面,xml,格式,網(wǎng)站地圖