http://usggwz6vwth276fdyccskoba5u2jis5ugv2ew2fy2blowgf2dv73axad.onion/post/json-ld-in-jekyll.html
. {% comment %} CC Attribution 4.0 International license https://mincong.io/2018/08/22/create-json-ld-structured-data-in-jekyll/ {% endcomment %} {%- if page . is_post -%} < script type="application/ld+json" > {
"@context": "https://schema.org",
"@type": "BlogPosting",
"url": {{ page . url | prepend : site . rooturl | jsonify }} ,
"name": {{ page . title | jsonify }} ,
"headline": {{ page . title | jsonify }} ,
"keywords": {{ page . tags | join : ',' | jsonify }} ,
...