What problem does it solve? Search engines often fail to understand page content well enough to display rich results like star ratings, FAQs, or breadcrumbs. This Skill guides the implementation of schema.org structured data so pages qualify for enhanced Google search appearances. ## Core Features & Use Cases - JSON-LD Implementation: Generates complete, valid JSON-LD markup for common schema types including Organization, Article, Product, FAQPage, HowTo, BreadcrumbList, LocalBusiness, and Event. - Validation Guidance: Provides testing workflows using Google Rich Results Test and Schema.org Validator, plus fixes for common errors like missing required properties and invalid date formats. - Framework Integration: Covers implementation patterns for static sites, Next.js/React server-rendered components, and CMS platforms like WordPress. - Use Case: A developer wants their blog posts to show author, date, and image in Google results. The Skill produces a complete Article schema with all required properties and a Next.js component to render it. ## Quick Start Add Article schema markup with JSON-LD to my blog post pages so they qualify for Google rich results.