schema

Implements JSON-LD schema.org structured data markup for rich search results.

Updated Aug 6, 2026
One-click install
npx skills add https://github.com/ferrarifankid04/ai-skills-public --skill schema-ferrarifankid04
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: schema
Source: https://github.com/ferrarifankid04/ai-skills-public/tree/main/claude-code/skills/schema
Command: npx skills add https://github.com/ferrarifankid04/ai-skills-public --skill schema-ferrarifankid04

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Adding structured data to web pages is error-prone: wrong schema types, missing required properties, and invalid JSON-LD prevent pages from earning rich results in Google. This Skill guides the correct implementation, validation, and debugging of schema.org markup. ## Core Features & Use Cases - Schema Implementation: Generates complete JSON-LD markup for Organization, Article, Product, FAQPage, BreadcrumbList, LocalBusiness, Event, and more, including multi-type pages via @graph. - Validation & Debugging: Walks through Google Rich Results Test, Schema.org Validator, and Search Console reports to fix errors and warnings. - Use Case: An e-commerce team needs product pages to show price, availability, and star ratings in Google. The Skill produces Product schema with Offer, AggregateRating, and BreadcrumbList markup ready to paste into the page template. ## Quick Start Ask the assistant to add JSON-LD schema markup to your page, describing the page type and the rich results you want to achieve.

Frequently Asked Questions about schema

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

FAQPage Schema
How do I add schema markup to my website?

Add JSON-LD structured data in a script tag of type application/ld+json placed in the page head or body. Choose the schema type matching your content, include all required properties, then validate with Google's Rich Results Test before deploying.

What schema types does Google support for rich results?

Common supported types include Organization, WebSite, Article, Product, SoftwareApplication, FAQPage, HowTo, BreadcrumbList, LocalBusiness, and Event. Each type has required properties that must be present for rich result eligibility.

Can I combine multiple schema types on one page?

Yes, combine multiple types using an @graph array in a single JSON-LD block. This lets one page declare Organization, WebSite, and BreadcrumbList together, with @id references linking related entities.

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

First validate with the Rich Results Test and Schema.org Validator to catch syntax errors and missing required properties. Note that valid schema does not guarantee display; Google decides when to show rich results, so also check Search Console enhancement reports.

Does FAQ schema still work for rich snippets?

FAQPage schema uses a mainEntity array of Question items, each with an acceptedAnswer. Google requires factual, non-promotional answers and may limit FAQ rich result display, so validate the markup and monitor Search Console.