schema_validate
Validate JSON-LD structured data on any public URL. Detects all schema blocks, checks required fields, and suggests missing schemas.
Instructions
Fetch a URL and validate its JSON-LD structured data schemas.
Detects all blocks, checks required fields per schema type, and suggests missing schemas based on URL patterns. Does not require authentication — works on any public URL.
Returns detected schemas, validation results per schema, and recommendations. Verdicts: healthy (all schemas valid) | missing_schemas (none found) | invalid_schemas (found but at least one has missing required fields) | fetch_error (URL not reachable).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |