Current location - Quotes Website - Signature design - How to set dedecms title tag, keyword tag and description tag?
How to set dedecms title tag, keyword tag and description tag?
Home page:

& lttitle & gt{ dede:global . CFG _ webname/} & lt; /title & gt;

& ltmeta name = " keywords " content = " { dede:global . CFG _ keywords/} "/& gt;

& ltmeta name = " description " content = " { dede:global . CFG _ description/} "/& gt;

Set in "system->"; Basic system parameters->; Website name, website default keyword and website description in website settings.

Column page:

& lttitle & gt{ dede:field . SEO title/} & lt; /title & gt;

& ltmeta name = " keywords " content = " { dede:field . keywords/} "/& gt;

& ltmeta name = " description " content = " { dede:field . description/} "/& gt;

Set SEO Title, Keywords and Column Description in Advanced Options in Modify-> column.

Article page:

Personal experience is that the title of the article is the title and keywords, and the introduction of the article is the description.

& lttitle & gt{ dede:field . title/} & lt; /title & gt;

& ltmeta name = " keywords " content = " { dede:field . title/} "/& gt;

& ltmeta name = " description " content = " { dede:field . description/} "/& gt;