generate_schema
Generate structured data (schema.org JSON-LD) for web pages to improve SEO visibility. Detects page types automatically and provides validated code snippets for implementation.
Instructions
Auto-generate structured data (schema.org JSON-LD) for any page. Detects page type (Article, Product, FAQ, etc.) and generates appropriate schema with validation. Returns ready-to-use code snippets.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | No | Site domain (e.g., "example.com"). Uses SEO_CLIENT_DOMAIN env var if not provided. | |
| url_path | Yes | Page URL path (e.g., "/blog/post") - REQUIRED | |
| schema_type | No | Schema type to generate. Use "auto" to detect automatically (default). |