What problem does it solve? Web pages often lack structured data or contain invalid, deprecated Schema.org markup, causing them to miss Google rich results. This Skill detects existing markup, validates it against current Google requirements, and generates correct JSON-LD. ## Core Features & Use Cases - Detection & Validation: Scans pages for JSON-LD, Microdata, and RDFa, then checks required properties, data types, and common errors like relative URLs or missing @context. - Deprecation Awareness: Flags retired rich result types (HowTo, FAQPage, SpecialAnnouncement, VehicleListing, and others) with retirement dates and recommends active replacements. - JSON-LD Generation: Produces ready-to-use templates for Organization, LocalBusiness, Article, and other active schema types with clearly marked placeholders. - Use Case: Ask it to audit a product page URL; it reports existing schema issues in a SCHEMA-REPORT.md table and outputs corrected generated-schema.json snippets. ## Quick Start Analyze the schema markup on https://example.com/product-page and generate valid JSON-LD for any missing types.