What problem does it solve? Writing valid Schema.org structured data by hand is error-prone, and marking up content that does not exist on the page can trigger Google manual penalties. This Skill generates correct JSON-LD markup for the right page type and validates required properties before publication. ## Core Features & Use Cases - Type-aware JSON-LD generation: Supports Article, BlogPosting, Product, FAQPage, HowTo, BreadcrumbList, LocalBusiness, Organization, and WebSite with required and recommended property checks. - Deterministic validation script: A Python stdlib-only script builds the JSON-LD object and reports missing required fields and warnings without inventing markup. - Rich results guidance: Identifies which rich results (stars, FAQ dropdowns, breadcrumbs, sitelinks) competitors show via optional SerpApi or Ahrefs MCP, so you implement markup that matters. - Use Case: You publish a blog article and want author markup and breadcrumbs in Google. The Skill outputs a ready-to-paste <script type="application/ld+json"> block validated against Rich Results Test requirements. ## Quick Start Generate validated JSON-LD structured data for my blog article page so it can show rich results in Google.