dede網(wǎng)站內(nèi)容頁如何調(diào)取欄目頁標(biāo)題及關(guān)鍵字組合為seo標(biāo)題
來源:易賢網(wǎng) 閱讀:1241 次 日期:2016-06-29 11:46:30
溫馨提示:易賢網(wǎng)小編為您整理了“dede網(wǎng)站內(nèi)容頁如何調(diào)取欄目頁標(biāo)題及關(guān)鍵字組合為seo標(biāo)題”,方便廣大網(wǎng)友查閱!

dede網(wǎng)站內(nèi)容頁如何調(diào)取欄目頁標(biāo)題以及內(nèi)容頁標(biāo)題達(dá)到優(yōu)化最佳的seo標(biāo)題,接下來詳細(xì)介紹調(diào)用方法,感興趣的朋友可以了解下

內(nèi)容頁調(diào)用SEO標(biāo)題:在<title></title>之間加入以下代碼:

代碼如下:

{dede:field name='typeid' runphp='yes'}

$id=@me;

global $dsql;

$sql="select seotitle from dede_arctype where id=$id";

$row=$dsql->getOne($sql);

@me=$row["seotitle"];

{/dede:field}

內(nèi)容頁調(diào)用欄目描述:

把默認(rèn)的

代碼如下:

<meta name="description" content="{dede:field.description function='html2text(@me)'/}" />

改成:

代碼如下:

<meta name="description" content="{dede:field name='typeid' runphp='yes'}

$id=@me;

global $dsql;

$sql="select description from dede_arctype where id=$id";

$row=$dsql->getOne($sql);

@me=$row["description"];

{/dede:field}" />

內(nèi)容頁調(diào)用欄目關(guān)鍵字:

把默認(rèn)的

代碼如下:

<meta name="keywords" content="{dede:field.keywords/}" />

改成:

代碼如下:

<meta name="keywords" content="{dede:field name='typeid' runphp='yes'}

$id=@me;

global $dsql;

$sql="select keywords from dede_arctype where id=$id";

$row=$dsql->getOne($sql);

@me=$row["keywords"];

{/dede:field}" />

調(diào)取欄目頁標(biāo)題

代碼如下:

{dede:field name='title'/}-{dede:field name='position' runphp='yes'}

$tc="-"; //分隔符

$tw=$GLOBALS['cfg_list_symbol']; //調(diào)用位置分隔符

@me=html2text(@me); //去除html標(biāo)簽

$tf=split($tw,@me); //分解成數(shù)組

for($ta=(count($tf)-2);$ta>=1;$ta--){ //循環(huán)賦值給$tk

$tk.=trim($tf[$ta]).$tc;

}

$tk=substr($tk,0,-1);

@me=$tk; //賦值給@me

{/dede:field}-{dede:global name='cfg_webname'/}

將以上代碼放在之間就可以實(shí)現(xiàn)“文章標(biāo)題-2級欄目-1級欄目-網(wǎng)站名”的形式了

更多信息請查看CMS教程
由于各方面情況的不斷調(diào)整與變化,易賢網(wǎng)提供的所有考試信息和咨詢回復(fù)僅供參考,敬請考生以權(quán)威部門公布的正式信息和咨詢?yōu)闇?zhǔn)!
相關(guān)閱讀CMS教程

2025國考·省考課程試聽報名

  • 報班類型
  • 姓名
  • 手機(jī)號
  • 驗證碼
關(guān)于我們 | 聯(lián)系我們 | 人才招聘 | 網(wǎng)站聲明 | 網(wǎng)站幫助 | 非正式的簡要咨詢 | 簡要咨詢須知 | 加入群交流 | 手機(jī)站點(diǎn) | 投訴建議
工業(yè)和信息化部備案號:滇ICP備2023014141號-1 云南省教育廳備案號:云教ICP備0901021 滇公網(wǎng)安備53010202001879號 人力資源服務(wù)許可證:(云)人服證字(2023)第0102001523號
云南網(wǎng)警備案專用圖標(biāo)
聯(lián)系電話:0871-65099533/13759567129 獲取招聘考試信息及咨詢關(guān)注公眾號:hfpxwx
咨詢QQ:526150442(9:00—18:00)版權(quán)所有:易賢網(wǎng)
云南網(wǎng)警報警專用圖標(biāo)