-
seo优化-织梦cms时间因子设置-分别对织梦首页、栏目列表页、内容详情页模板文件<head></head>标签内添加时间因子提交代码:
织梦首页<script type="application/ld+json">
{
"upDate":"{dede:arclist row='1' typeid='all' orderby='pubdate'}[field:pubdate function='strftime("%Y-%m-%dT%H:%M:%S",@me)' /] {/dede:arclist}"
}
</script>
织梦栏目页
<script type="application/ld+json">
{
"upDate":"{dede:arclist row='1' typeid='' orderby='pubdate'}[field:pubdate function='strftime("%Y-%m-%dT%H:%M:%S",@me)' /] {/dede:arclist}"
}
</script>
织梦内容详情页
<script type="application/ld+json">
{
"pubDate": "{dede:field name='pubdate' function='strftime("%Y-%m-%dT%H:%M:%S","@me")' /}" ,
(内容页update可不添加) "upDate":"{dede:field name='senddate' function='strftime("%Y-%m-%dT%H:%M:%S","@me")' /}"
}
</script> 文章来源:http://www.hkm168.com/shiyan/588.html