schema-markup

Implement JSON-LD structured data markup for Google rich results.

Updated Feb 21, 2026
One-click install
npx skills add https://github.com/joySUSY/violet-plugin-place --skill schema-markup-joysusy
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: schema-markup
Source: https://github.com/joySUSY/violet-plugin-place/tree/main/plugins/documentation-guidelines/v3-expansion
Command: npx skills add https://github.com/joySUSY/violet-plugin-place --skill schema-markup-joysusy

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Websites without structured data miss out on rich results in Google search, such as star ratings, FAQ dropdowns, breadcrumbs, and product pricing, reducing visibility and click-through rates. ## Core Features & Use Cases - JSON-LD Implementation: Generate complete schema.org markup for Organization, Article, Product, FAQPage, BreadcrumbList, LocalBusiness, Event, and more. - Validation Guidance: Test markup with Google Rich Results Test and Schema.org validator, and debug why rich results are not appearing. - Use Case: An e-commerce site adds Product schema with offers, pricing, and aggregate ratings so its product pages display prices and star ratings directly in Google search results. ## 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-markup

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, choose the matching schema.org type, include all required properties, then validate with Google Rich Results Test before deploying.

What schema types does Google support for rich results?▼

Google supports rich results for Article, Product, FAQPage, HowTo, BreadcrumbList, LocalBusiness, Event, Organization, and SoftwareApplication among others. Each type has required properties that must be present for eligibility.

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

Valid schema does not guarantee rich results since Google chooses 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 structured data issues.

Can I combine multiple schema types on one page?▼

Yes, combine multiple schema types using the @graph array in a single JSON-LD block. This lets you include Organization, WebSite, and BreadcrumbList together, linking entities with @id references.

Does FAQ schema still show rich results in Google?▼

FAQPage schema uses a mainEntity array of Question items, each with an acceptedAnswer. Google limits FAQ rich results to authoritative sites, and answers must be factual rather than promotional to comply with guidelines.