JSON-LD: Using data:post.body in Blogger template
问题 I would like to use the post content in JSON-LD in my Blogger template. I have the following JSON-LD code so far, which is errorfree, at least when I use the tool https://search.google.com/structured-data/testing-tool: { "@context": "https://schema.org", "@type": "BlogPosting", "author": { "@type": "Person", "name": "Billy Bathgate" }, "image": { "@type": "ImageObject", "thumbnail": "thumbnail", "height": "100px", "url": "<data:post.thumbnailUrl/>", "width": "100px" }, "publisher": { "@type":