Generate JSON-LD Schema markup for structured data
Generates JSON-LD structured data markup for SEO from templates.
/plugin marketplace add adnanmueller/am-dev-plugins/plugin install website-copy-standards@am-dev-plugins[object Object]You are executing the /generate-schema command.
Generate JSON-LD Schema markup using the available templates and scripts.
$1 — Schema type: faqpage, article, organization, productpython plugins/website-copy-standards/scripts/generate_schema.py --type $1 --interactive
python plugins/website-copy-standards/scripts/generate_schema.py --type $1 --input data.json --output schema.json
Copy and customize from plugins/website-copy-standards/assets/schema-templates/
| Type | Use Case |
|---|---|
faqpage | FAQ sections, Q&A content |
article | Blog posts, news, how-to guides |
organization | Company info, contact details |
product | E-commerce product pages |
Valid JSON-LD that can be embedded in the page <head> or <body>.