點擊【模板】【默認模板管理】找到模板文件名【list_article.htm】,點擊模板後面的修改,彈出修改模板代碼頁面。
更改模板文件中<title>{dede:field.title/}_{dede:global.cfg_webname/}</title>
這一段代碼,修改成 {dede:field.seotitle /},點擊保存便可html
<meta name="keywords" content="{dede:field name='keywords'/}" />
<meta name="description" content="{dede:field name='description' function='html2text(@me)'/}" />web
調用欄目描述:
<meta name="description" content="{dede:field.description function='html2text(@me)'/}" />
{dede:field.description function='html2text(@me)'/}----------- 爲SEO標題調用代碼數據庫
調用關鍵詞:
<meta name="keywords" content="{dede:field.seotitle /},{dede:field.keywords/}" />
{dede:field.keywords/}---------爲SEO標題調用代碼.net
DedeCMSV5.3使用手冊
http://help.dedecms.com/v53/htm
dedecms模板標籤代碼參考
http://www.dedecms.com/archives/templethelp/help/taghelp.htmseo
如何在dede:channel 調用{dede:field.seotitle /}_織夢58
http://www.dede58.com/a/dedejq/2710.htmlip
DedeCMSV57數據庫結構文檔_織夢CMS幫助中心
http://help.dedecms.com/develop/2011/0714/166.html文檔
求教SQL語句中KEY的區別-CSDN論壇
http://bbs.csdn.net/topics/390961379?page=1it