What problem does it solve? Web pages without structured data miss out on rich results in Google search, such as star ratings, FAQ dropdowns, breadcrumbs, and product pricing. This Skill guides the implementation, validation, and debugging of schema.org markup so search engines correctly understand page content. ## Core Features & Use Cases - JSON-LD Implementation: Generates complete schema markup for Organization, Article, Product, FAQPage, SoftwareApplication, BreadcrumbList, LocalBusiness, Event, and more, including multi-type pages using @graph. - Validation & Debugging: Diagnoses why schema is not producing rich results using Google Rich Results Test, Schema.org Validator, and Search Console reports. - Platform Integration: Covers static sites, React/Next.js server-rendered components, and CMS/WordPress plugin approaches. - Use Case: An e-commerce team needs product pages to show price, availability, and ratings in Google. The Skill produces complete Product schema with Offer, AggregateRating, and BreadcrumbList markup ready to deploy. ## Quick Start Add Organization and SoftwareApplication schema markup in JSON-LD to my SaaS homepage and validate it with Google's Rich Results Test.