ld-json.hbs
479 Bytes
{{# showAnaJson}}
{{#if addBaiduSite}}<script src="//msite.baidu.com/sdk/c.js?appid=1583402501013173"></script>{{/if}}
<script type="application/ld+json">
{
"@context": "https://ziyuan.baidu.com/contexts/cambrian.jsonld",
"@id": "{{url}}",
"appid": "1583402501013173",
"title": "{{title}}",
"images": [
{{#if pic}}"http:{{image pic 750 500 1}}"{{/if}}
],
"description": "{{des}}",
"pubDate": "{{publishTime}}"
}
</script>
{{/showAnaJson}}