Draft JSON-LD from a page
schema_generateGenerate draft JSON-LD structured data from an existing page by extracting FAQ, article, breadcrumb, or all schema types from its content, then publish via WordPress or site code.
Instructions
Generate draft JSON-LD from an existing page: 'faq' extracts question-style headings and the paragraph(s) that follow them into FAQPage; 'article' builds Article/BlogPosting from title, meta description, dates, author and og:image; 'breadcrumb' from the URL path; 'all' returns every applicable block. Review the text (answers are trimmed to ~600 chars) then publish with wp_set_schema or by editing the site code.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| kind | No | all | |
| maxQuestions | No | ||
| organizationName | No | Publisher name for Article; defaults to og:site_name. |