返回

pbootcms网站模板通用TDK标签代码

适用范围

全站所有页面通用

标题

{pboot:pagetitle}

关键字

{pboot:pagekeywords}

描述

{pboot:pagedescription}

首页TDK标签代码

<title>{pboot:sitetitle}</title>

<meta name="keywords" content="{pboot:sitekeywords}">

<meta name="description" content="{pboot:sitedescription}">

列表页TDK标签代码

<title>{pboot:if('{sort:title}'=='')}{pboot:pagetitle}{else}{sort:title}{/pboot:if}</title>

<meta name="keywords" content="{pboot:if('{sort:keywords}'=='')}{pboot:pagekeywords}{else}{sort:keywords}{/pboot:if}">

<meta name="description" content="{pboot:if('{sort:description}'=='')}{pboot:pagedescription}{else}{sort:description}{/pboot:if}">

文章详情页TDK标签代码 

<title>{content:title}-{pboot:sitetitle}</title>

<meta name="keywords" content="{content:keywords}">

<meta name="description" content="{content:description}">

 

0