- 首页tkd
<title>{pboot:sitetitle}</title>
<meta name=”keywords” content=”{pboot:sitekeywords}”>
<meta name=”description” content=”{pboot:sitedescription}”>
- 栏目页tkd
<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}”>
- 内页tkd
<title>{content:title}-{pboot:sitetitle}</title>
<meta name=”keywords” content=”{content:keywords}”>
<meta name=”description” content=”{content:description}”>