SCHEMA injects a JSON-LD block into page output.
SCHEMA
Enable:
wikiplugin_schema
{SCHEMA(type="Article" json='{"headline":"My title","description":"My summary"}')}
type
json
@context
@type
@context: https://schema.org
@type:
The plugin returns no visible body text. It outputs:
{SCHEMA(type="Product" json='{ "name":"Ultra Widget", "description":"Compact widget", "brand":{"@type":"Brand","name":"Acme"}, "offers":{"@type":"Offer","price":"29.90","priceCurrency":"USD","availability":"https://schema.org/InStock"} }')}
{SCHEMA(type="FAQPage" json='{ "mainEntity":[ {"@type":"Question","name":"What is Tiki?","acceptedAnswer":{"@type":"Answer","text":"A CMS/Groupware platform."}} ] }')}