What problem does it solve? Search engines struggle to understand page content without structured data, causing sites to miss rich results like star ratings, prices, and FAQ dropdowns. This Skill guides the implementation of schema.org markup so pages qualify for enhanced search appearances. ## Core Features & Use Cases - JSON-LD Templates: Ready-to-adapt markup for Organization, Article, Product, SoftwareApplication, FAQPage, HowTo, BreadcrumbList, LocalBusiness, Review, and Event schema types. - Validation Guidance: Checklists for testing with Google Rich Results Test and Schema.org Validator, plus fixes for common errors like missing required properties and content mismatches. - Implementation Patterns: Code examples for static sites, Next.js/React components, and CMS platforms, plus a Python script to detect existing schema on any URL. - Use Case: A SaaS founder wants star ratings and pricing to appear in Google results for their product page. The Skill produces a complete SoftwareApplication JSON-LD block with offers and aggregateRating, ready to paste into the page head. ## Quick Start Ask the AI to generate JSON-LD schema markup for your page, specifying the page type such as product, article, or FAQ.