用織夢CMS搭建資訊網(wǎng)站大學生面試網(wǎng)開始琢磨使用DEDECMS,在系統(tǒng)后臺給網(wǎng)站生成sitemap站點地圖時,發(fā)現(xiàn)織夢cms自帶生成的網(wǎng)站地圖不給力,貌似給Google提交也不能通過,然后只能在網(wǎng)上找教程解決dedecms sitemap的問題,最終成功實現(xiàn)dedecms google sitemap.xml文件。
將以下代碼中的“www.gmzhen.com”更改為自己的域名,接著用文本工具保存為sitemap.xml,并上傳至網(wǎng)站當前模板目錄下(如dedecms默認模板側保存在templete/default下)
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.google.com/schemas/sitemap/0.84">
<url>
<loc>http://www.gmzhen.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.gmzhen.com[field:typelink /]</loc>
<changefreq>daily</changefreq>
<priority>0.8</priority>
</url>
{/dede:channel}
{dede:arclist row=2000 orderby=pubdate}
<url>
<loc>http://www.gmzhen.com[field:arcurl/]</loc>
<lastmod>[field:pubdate function=strftime('%Y-%m-%d',@me)/]</lastmod>
<changefreq>monthly</changefreq>
</url>
{/dede:arclist}
</urlset>
進入網(wǎng)站后臺,在“生成——更新主頁HTML”頁面,對“選擇主頁模板”、“主頁位置”參照下圖設置,然后更新主頁
更新完成后,網(wǎng)站根目錄就會生成sitemap.xml網(wǎng)站地圖文件。
更多信息請查看IT技術專欄