What problem does it solve? Web pages often lack valid structured data, causing them to miss rich results in Google Search. This Skill detects existing schema markup, validates it against Google's requirements, and generates correct JSON-LD so pages qualify for rich snippets. ## Core Features & Use Cases - Detection & Validation: Scan pages for JSON-LD, Microdata, and RDFa, then check required properties, data types, and common errors like missing @context or relative URLs. - Up-to-Date Type Guidance: Flags deprecated types (HowTo, SpecialAnnouncement, Dataset) and restricted ones (FAQ limited to government and healthcare sites) based on current Google policy. - JSON-LD Generation: Produces ready-to-use templates for Organization, LocalBusiness, Article, and other active schema types with clearly marked placeholders. - Use Case: Point the Skill at a product page URL to audit its existing markup, receive a SCHEMA-REPORT.md with validation results, and get corrected generated-schema.json snippets to paste into the site. ## Quick Start Analyze the schema markup on https://example.com/product-page and generate valid JSON-LD for any missing or invalid types.