schema-markup

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

Updated Dec 22, 2025
One-click install
npx skills add https://github.com/Endsi3g/prospecting-app --skill schema-markup-endsi3g
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: schema-markup
Source: https://github.com/Endsi3g/prospecting-app/tree/main/.agents/skills/schema-markup
Command: npx skills add https://github.com/Endsi3g/prospecting-app --skill schema-markup-endsi3g

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Websites without structured data miss out on enhanced search appearances like star ratings, FAQ dropdowns, and product pricing in Google results. This Skill guides the implementation, validation, and debugging of schema.org markup so pages qualify for rich results. ## Core Features & Use Cases - JSON-LD Implementation: Generate complete schema markup for Organization, Article, Product, FAQPage, SoftwareApplication, BreadcrumbList, LocalBusiness, Event, and more, including multi-type pages using @graph. - Validation & Debugging: Diagnose why schema is not producing rich results using Google Rich Results Test, Schema.org Validator, and Search Console reports. - Platform Integration: Guidance for static sites, React/Next.js 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 Add schema markup to my SaaS homepage with Organization and SoftwareApplication types in JSON-LD format.

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. Choose the schema type matching your content, include all required properties, and 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, Event, LocalBusiness, BreadcrumbList, and SoftwareApplication among others. Each type has required properties like headline and image for Article, or name and offers for Product.

Can I use multiple schema types on one page?

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

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 Rich Results Test and Schema.org Validator, fix errors and warnings, then check Search Console enhancement reports for eligibility status.

Does schema markup work with React or Next.js sites?

Yes, render JSON-LD through a component that serializes data with JSON.stringify inside a script tag of type application/ld+json. Ensure the markup is server-side rendered so search crawlers can detect it.