Agent skill · Data & Analytics

schema-markup

Generate structured-data (Schema.org / JSON-LD) markup to win rich results in search. Use when asked about schema markup, structured data, rich snippets, JSON-LD, or making a page eligible for stars/FAQ/breadcrumb results. Produces valid JSON-LD for the right schema type, the rich-result it targets, required vs. recommended fields, and validation/guideline notes.

mohitagw158561,255★ · 1 repos on radarProfile →
claude-codecursorMIT
Install
npx skills add mohitagw15856/pm-claude-skills --skill schema-markup --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 3 KB
Bundled scripts: none
Path: skills/schema-markup/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,255
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Schema Markup Skill Structured data tells search engines exactly what a page is — a product, a recipe, an FAQ, an event — making it eligible for rich results (star ratings, FAQ drop-downs, breadcrumbs) that win clicks. This skill produces valid **JSON-LD** for the right Schema.org type, with the fields Google actually requires, and flags the guideline traps that get markup ignored or penalised. ## Required Inputs Ask for these only if they aren't already provided: - **The page & its content** — what the page is (product, article, FAQ, local business, event, recipe, how-to…). - **The rich result you want** — e.g. review stars, FAQ accordion, breadcrumbs, sitelinks, event listing. - **The data** — the actual values (name, price, rating, dates, Q&As) — markup must match visible content. ## Output Format ### Schema markup: [type] for [page] **Target rich result** — which Google rich result this enables, and the eligibility note (e.g. review snippets need real, visible reviews). **Schema type** — the correct Schema.org type (and any nesting, e.g. `Product` → `AggregateRating` + `Offer`). **JSON-LD** — ready to paste in a `<script type="application/ld+json">` block: ```json { "@context

What's inside
Steps it walks through
  1. Required Inputs
  2. Output Format
  3. Schema markup: [type] for [page]
  4. Quality Checks
  5. Anti-Patterns
  6. Based On
More from pm-claude-skills
All skills →
About this skill
What does the schema-markup skill do?

Generate structured-data (Schema.org / JSON-LD) markup to win rich results in search. Use when asked about schema markup, structured data, rich snippets, JSON-LD, or making a page eligible for stars/FAQ/breadcrumb results. Produces valid JSON-LD for the right schema type, the rich-result it targets, required vs. recommended fields, and validation/guideline notes.

How do I install it?

Run `npx skills add mohitagw15856/pm-claude-skills --skill schema-markup --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From mohitagw15856/pm-claude-skills, a repository with 1,255 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going