schema-markup-generator

Generates Schema.org JSON-LD markup for FAQ, HowTo, Article, Product, and LocalBusiness pages.

Updated May 11, 2026
One-click install
npx skills add https://github.com/cloudofgeorge/AI-hands-Engineer --skill schema-markup-generator-cloudofgeorge
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: schema-markup-generator
Source: https://github.com/cloudofgeorge/AI-hands-Engineer/tree/main/skills/seo/schema-markup-generator
Command: npx skills add https://github.com/cloudofgeorge/AI-hands-Engineer --skill schema-markup-generator-cloudofgeorge

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Writing valid Schema.org structured data by hand is error-prone, and incorrect JSON-LD can cost pages their rich-result eligibility in search engines. This Skill maps page content to the right schema types and produces validated, implementation-ready JSON-LD. ## Core Features & Use Cases - Schema Type Selection: Maps content types (blog posts, products, FAQs, local businesses, recipes, events) to the correct Schema.org types using a decision tree and rich-result eligibility matrix. - JSON-LD Generation: Produces complete JSON-LD blocks with required and optional properties, including nested and multi-type markup in a single script tag. - Validation Guidance: Provides placement instructions, validation checklists, common error fixes, and Search Console monitoring steps. - Use Case: Given a product page URL, generate Product schema with offers and availability, plus BreadcrumbList markup, then validate it with the Rich Results Test before deployment. ## Quick Start Generate FAQ schema markup in JSON-LD for my page about SEO with these three questions and answers.

Frequently Asked Questions about schema-markup-generator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate JSON-LD schema markup for a web page?▼

Identify the page's content type, map it to the matching Schema.org type such as FAQPage, HowTo, Product, or Article, then generate JSON-LD with all required properties. Wrap the output in a script tag with type application/ld+json and validate it before deployment.

What schema type should I use for my content?▼

Blog posts use Article or BlogPosting, product pages use Product, FAQ pages use FAQPage, how-to guides use HowTo, and local businesses use LocalBusiness. The decision tree reference maps content types and industries to primary and conditional schema types.

How do I validate structured data before publishing?▼

Test the markup with the Google Rich Results Test for eligibility and the Schema.org Validator for syntax correctness. After launch, monitor Google Search Console Enhancements reports for errors and warnings.

Why is my schema markup not showing rich results in Google?▼

Common causes include missing required properties, relative URLs, invalid date formats, or markup that does not match visible page content. Check Search Console Enhancements, confirm the JSON-LD appears in the rendered HTML, and allow days or weeks for display.

Can I combine multiple schema types on one page?▼

Yes, place multiple complete JSON-LD objects inside a single array within one script tag. For example, a blog post can combine Article, BreadcrumbList, and FAQPage markup together.