schema

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

Updated Mar 6, 2026
One-click install
npx skills add https://github.com/Transform24/THE-QUIET-AUTHORITY --skill schema-transform24
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: schema
Source: https://github.com/Transform24/THE-QUIET-AUTHORITY/tree/main/content-ops/_factory/skills/schema
Command: npx skills add https://github.com/Transform24/THE-QUIET-AUTHORITY --skill schema-transform24

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Pages without structured data miss out on rich results in Google search, such as star ratings, FAQ dropdowns, breadcrumbs, and product pricing. This Skill guides the implementation, validation, and debugging of schema.org markup so search engines correctly understand page content. ## Core Features & Use Cases - JSON-LD Implementation: Generates complete markup for Organization, Article, Product, FAQPage, BreadcrumbList, SoftwareApplication, and other common schema types, including multi-type pages via @graph. - Validation & Debugging: Diagnoses why rich results are not appearing using Google Rich Results Test, Schema.org Validator, and Search Console reports. - Use Case: An e-commerce team needs product pages to show price, availability, and ratings in Google. 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 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 placed in the page head or end of body. Identify the page type first, then include the required schema.org properties for that type, and validate with Google's 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.

Can I combine multiple schema types on one page?▼

Yes, combine multiple schema types using the @graph array in a single JSON-LD block. For example, a homepage can include Organization, WebSite, and BreadcrumbList together, linked with @id references.

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

Valid schema does not guarantee rich results, since Google decides when to display them. First validate with the Rich Results Test and Schema.org validator, fix errors and warnings, then check Search Console enhancement reports for eligibility issues.

Does FAQ schema still work for rich results?▼

FAQPage schema uses a mainEntity array of Question items, each with an acceptedAnswer. Google restricts FAQ rich results to authoritative sites and requires factual, non-promotional answers that match visible page content.