调用SEO标题:
<title>{dede:field.title/}_{dede:field.seotitle /}-{dede:global.cfg_webname/}</title>

{dede:field.seotitle /}
---------为SEO标题调用代码

调用栏目描述:
<meta name="description" content="{dede:field.description function='html2text(@me)'/}"/>

{dede:field.description function='html2text(@me)'/}
----------- 为SEO标题调用代码

调用关键词:
<meta name="keywords" content="{dede:field.seotitle /},{dede:field.keywords/}" />

{dede:field.keywords/}
---------为SEO标题调用代码

 

页面头部直接复制:

<title>{dede:field.title/}_{dede:field.seotitle /}-{dede:global.cfg_webname/}</title>

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

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

 

相关文章:

  • 2021-12-21
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-30
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-08-24
  • 2022-12-23
  • 2021-11-14
  • 2021-11-06
  • 2021-12-21
相关资源
相似解决方案