schema

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

Updated Jul 14, 2026
One-click install
npx skills add https://github.com/usmangurowa/sifter --skill schema-usmangurowa
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: schema
Source: https://github.com/usmangurowa/sifter/tree/main/.agents/skills/schema
Command: npx skills add https://github.com/usmangurowa/sifter --skill schema-usmangurowa

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Pages without structured data miss out on Google rich results like star ratings, FAQ dropdowns, breadcrumbs, and product pricing, and search engines struggle to understand page content accurately. ## Core Features & Use Cases - JSON-LD Implementation: Generate complete schema.org markup for Organization, Article, Product, FAQPage, BreadcrumbList, SoftwareApplication, LocalBusiness, Event, and more, including multi-type pages via @graph. - Validation & Debugging: Diagnose why schema is not producing rich results using Google Rich Results Test, Schema.org Validator, and Search Console reports. - Framework Integration: Guidance for static sites, Next.js/React server-rendered components, and CMS platforms like WordPress. - Use Case: An e-commerce team needs product pages to show price, availability, and ratings in Google search; the Skill produces complete Product schema with Offer, AggregateRating, and BreadcrumbList markup ready to deploy. ## Quick Start Ask the assistant to add schema markup to your page, describing the page type and what 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 placed in the page head or end of body, using the schema type matching your content such as Organization, Article, or Product. Validate the markup with Google Rich Results Test before deploying.

What schema types does Google support for rich results?

Google supports rich results for types including Article, Product, FAQPage, HowTo, BreadcrumbList, LocalBusiness, Event, and SoftwareApplication. Each type has required properties, such as headline and image for Article or name and offers for Product.

How do I add FAQ schema to get rich results in Google?

Use FAQPage schema with a mainEntity array of Question items, each containing an acceptedAnswer with the answer text. Answers must be factual rather than promotional per Google guidelines, and the markup should match visible page content.

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

First validate with Google Rich Results Test and Schema.org Validator to catch syntax errors, missing required properties, or incorrect nesting. Valid schema does not guarantee display since Google chooses when to show rich results; check Search Console enhancement reports for errors.

Can I combine multiple schema types on one page?

Yes, combine multiple types using the @graph array in a single JSON-LD block, such as Organization, WebSite, and BreadcrumbList together. Use @id references to link entities like a WebSite to its publisher Organization.