Q: Dedecms list page How to invoke the column keywords and description
A: Someone asked Dedecms list page How to invoke the column keywords and description. The answers are as follows:
The following conclusions are summarized in their own experiments:
(The following methods are used for column covers and lists and content pages, other places without experiments)
Call SEO title:
<title>{dede:field.title/}_{dede:field.seotitle/}-{dede:global.cfg_webname/}</title>
{dede:field.seotitle/}---------calling code for SEO title
Call Column Description:
<meta name= "description" content= "{dede:field.description function= ' html2text (@me) '/}"/>
{dede:field.description function= ' html2text (@me) '/}-----------calling code for SEO title
Calling keyword:
<meta name= "keywords" content= "{dede:field.seotitle/},{dede:field.keywords/}"/>
{dede:field.keywords/}---------calling code for SEO title
DEDECMS List page How to call column keywords and description