schema_audit
Validate a URL's schema.org structured data by checking JSON-LD and microdata for required fields per @type, then get a list of missing fields and a valid/invalid verdict.
Instructions
Deep schema.org validation for a URL. Parses every JSON-LD block and microdata node, checks required fields per @type (Article needs headline+author+datePublished, FAQPage needs mainEntity, HowTo needs step, etc.), and flags missing fields and malformed JSON-LD. Returns issues list and a valid/invalid verdict. Use to fix structured-data bugs that predict_citation flags but can't explain.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL whose JSON-LD and microdata to validate against schema.org expected fields. |