Skill Detail

Schema.org Markup Generator

Generates structured data markup using Schema.org vocabulary in JSON-LD format. Supports Article, Product, FAQPage, HowTo, and LocalBusiness schemas with Google Rich Results Test API validation.

Content Writing & SEOMCP

Generates structured data markup using Schema.org vocabulary in JSON-LD format. Supports Article, Product, FAQPage, HowTo, and LocalBusiness schemas with Google Rich Results Test API validation.

Content Writing & SEO MCP Security Reviewed
INSTALL WITH ANY AGENT
npx skills add agentskillexchange/skills --skill schema-org-markup-generator-agent Copy

Schema.org Markup Generator creates valid JSON-LD structured data for web pages following the Schema.org vocabulary specification. It analyzes page content and generates appropriate markup for types including Article, Product, FAQPage, HowTo, LocalBusiness, BreadcrumbList, and VideoObject.

The agent constructs nested schema objects with proper @context, @type, and @id references, handling multi-entity pages with @graph arrays. For Product schema, it includes AggregateRating, Offer with priceValidUntil, and Review markup meeting Google’s merchant listing requirements.

Validates generated markup against Google’s Rich Results Test API (https://searchconsole.googleapis.com/v1/urlTestingTools/mobileFriendlyTest:run) and Schema.org’s official validator. Handles conditional properties like isAccessibleForFree for paywalled content and speakable for voice search optimization. Outputs ready-to-embed <script type="application/ld+json"> blocks with proper escaping.