Schema Markup Generator for SEO
Generates JSON-LD structured data using schema-dts TypeScript definitions and Google Rich Results Test API validation. Supports Article, Product, FAQ, HowTo, and LocalBusiness schema types.
npx skills add agentskillexchange/skills --skill schema-markup-generator-seo
The Schema Markup Generator automates JSON-LD structured data creation using schema-dts TypeScript definitions for type-safe schema authoring. It generates valid Schema.org markup that passes Google Rich Results Test validation for enhanced search engine visibility.
What this skill actually does
The agent supports all major schema types including Article, Product, FAQ, HowTo, LocalBusiness, Event, Recipe, and Organization. It analyzes page content to automatically determine the appropriate schema type and populates required and recommended properties from existing page elements, meta tags, and Open Graph data.
Advanced features include nested schema generation with proper @id references for entity linking, automated breadcrumb markup from URL structure analysis, and aggregate rating schema from review data. The agent validates output against Google’s structured data guidelines, identifies missing recommended fields, and generates schema for multiple entities per page. It also supports dynamic schema injection via Google Tag Manager dataLayer events and server-side rendering integration.