Generate SEO meta + schema
generate_seoGenerates complete SEO metadata for a page including meta tags, Open Graph, Twitter cards, JSON-LD schema, and a ready-to-use head block with warnings for missing elements.
Instructions
Produce an SEO sidecar for a page: trimmed meta title/description, slug, robots, canonical, Open Graph + Twitter tags, JSON-LD business/page schema, and a ready-to-paste block. Returns warnings (missing description, no OG image, etc.). Keep page JSON clean — apply this at the WordPress/SEO-plugin level.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| seo | No | SeoInput: { title, metaTitle?, metaDescription?, slug?, keywords?, canonical?, ogImage?, siteName?, pageType?, noindex?, business?: { name, type?, telephone?, email?, address?, sameAs?, ... } }. |