花魁直播高品质美女在线视频互动社区 - 花魁直播官方版

 歡迎來到素材無憂網(wǎng),按 + 收藏我們
登錄 注冊(cè) 退出 找回密碼

Dedecms網(wǎng)站地圖模板下載安裝及使用方式

時(shí)間: 2018-12-07 08:36 閱讀: 作者:素材無憂網(wǎng)

小編已將其運(yùn)用到幾個(gè)由dedecms建設(shè)的企業(yè)網(wǎng)站上。親和百度蜘蛛,分頁多層次特色,織夢(mèng)系統(tǒng)最好用的網(wǎng)站地圖!

QQ截圖20161215144955.jpg     用 DedeCMS(織夢(mèng)) 系統(tǒng)搭建的網(wǎng)站多數(shù)都是以優(yōu)化為主要目標(biāo)的網(wǎng)站類型,既然是優(yōu)化站 SEO 手段就離不開為網(wǎng)站設(shè)置網(wǎng)站地圖。可是 DedeCMS 自帶的模板沒有網(wǎng)站地圖,而且 DedeCMS 提供的自帶模板未必能滿足你的需要。所以能為自己的 DedeCMS 網(wǎng)站選擇一個(gè)好的織夢(mèng)網(wǎng)站地圖模板就成為一個(gè)很重要的問題。
    本次制作并分享的 DedeCMS 織夢(mèng)網(wǎng)站地圖(html格式)模板是基于自由列表 freelist 來完成的,可實(shí)現(xiàn)多層次分頁面的網(wǎng)站地圖,經(jīng)測(cè)試對(duì)百度的搜索蜘蛛效果很好。如果你的織夢(mèng)網(wǎng)站正需要一個(gè)網(wǎng)站地圖模板,可使用我使用的 DedeCMS 織夢(mèng)網(wǎng)站地圖模板。

一.復(fù)制 織夢(mèng)DedeCMS 網(wǎng)站地圖模板
    
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="Author" content="WonderCSS.com YuZhan" />
<meta name="keywords" content="{dede:field name='keywords'/}" />
<meta name="description" content="{dede:field name='description' function='html2text(@me)'/}" />
<link type="text/css" rel="stylesheet" href="http://www.wondercss.com/share/dedecms-sitemap-baidu.css" />
<title>{dede:field.title/} | {dede:global.cfg_webname/}</title>
</head>
<body>
	<h1>{dede:field.title/}</h1>
	<div id="header">
	網(wǎng)站主欄目:
	{dede:channel type="top"}
	<a href="[field:typeurl/]">[field:typename/]</a>
	{/dede:channel}
	</div>
	<div id="sitemap">
		<ul class="sp2">
		<li class="listtitle"><span class="url"><b>文檔名稱 Document title</b></span><span class="time"><b>最后更新 Last modified</b></span></li>
		{dede:freelist/}
		</ul>
		<div id="pagelist">
		 {dede:pagelist listitem="info,index,end,pre,next,pageno" listsize="10"/}
		</div>
	</div>
	<div id="footer">
		<p>Generated with Baidu (html) Sitemaps by aswait. This dedecms template is free to use.</p>
		<p>If you have problems with your sitemap please visit the template page.</p>
	</div>
</body>
</html>


二.設(shè)置 織夢(mèng)DedeCMS 網(wǎng)站地圖參數(shù)
進(jìn)入織夢(mèng)的管理后臺(tái)進(jìn)入 核心 頻道模型 自由列表管理 頁面,增加一個(gè)列表:
    列表HTML存放目錄:{cmspath}/
    自由列表標(biāo)題處填寫:網(wǎng)站地圖
    目錄默認(rèn)頁名稱處填寫:sitemap.html 去掉不使用目錄默認(rèn)主頁勾選
    命名規(guī)則處填寫:{listdir}/sitemap{page}.html
    列表模板:{style}/sitemap_html.htm
    最大列出頁數(shù)填寫:9000
    每頁記錄數(shù):100
    限定欄目設(shè)置:不限
循環(huán)內(nèi)的單行記錄樣式(InnerText)處刪去原有內(nèi)容,填入:
<li><span class="url">[field:textlink/]</span><span class="time">[field:pubdate function="GetDateTimeMK(@me)"/]</span></li>

保存后在 自由列表管理 頁面上“更新”后,訪問您的網(wǎng)站地址 /sitemap.html 即可看到網(wǎng)站地圖頁面。
三 修改源文件 永久去掉“不使用目錄默認(rèn)主頁”的自動(dòng)勾選     
為了以后更新更方便,我們需要將模板設(shè)置中“不使用目錄默認(rèn)主頁”的勾選永久去掉,不然再次修改它會(huì)重新勾選上。算是一個(gè)BUG,因此我們需要修改源文件。
    
打開
 dede\templets \freelist_add.htm 找到113行,把 value=”1″ 改為 value=”0″ 。再打開 dede\templets \freelist_edit.htm 找到89行,把 value=”1″ 改為value=”0″ 。這樣“不使用目錄默認(rèn)主頁”就永遠(yuǎn)不會(huì)自己勾選啦。
四 最后在 robots.txt 中添加網(wǎng)站地圖     
在做完網(wǎng)站地圖后除了在網(wǎng)站首頁內(nèi)添加鏈接外,最重要的是在 robots協(xié)議 內(nèi)添加網(wǎng)站地圖,以便讓搜索引擎直接抓取到。robots協(xié)議即 robots.txt 在網(wǎng)站根目錄下,打開后加入下面語句,將 www.wondercss.com 換成你網(wǎng)站的域名。值得注意的是 Sitemap 的首寫字母 S 需要大寫。

<li><span class="url">[field:textlink/]</span><span class="time">[field:pubdate function="GetDateTimeMK(@me)"/]</span></li>
在這里我們就完成了DedeCMS網(wǎng)站地圖的全部設(shè)置,等待百度蜘蛛的到來吧!

版權(quán)聲明: 本站資源均來自互聯(lián)網(wǎng)或會(huì)員發(fā)布,如果侵犯了您的權(quán)益請(qǐng)與我們聯(lián)系,我們將在24小時(shí)內(nèi)刪除!謝謝!

轉(zhuǎn)載請(qǐng)注明: Dedecms網(wǎng)站地圖模板下載安裝及使用方式

標(biāo)簽:  
相關(guān)文章
模板推薦