Schema Generator
Generates JSON-LD schema markup for a page — Article, FAQPage, HowTo, Product, SoftwareApplication, BreadcrumbList.
Entry verified April 21, 2026
The short answer
Schema is one of the highest-ROI SEO additions on modern sites — rich results, AEO boost, clearer LLM signals. This skill produces clean, spec-compliant JSON-LD from a page's existing content, ready to drop into the page's <head>.
When to use it
On every new content page. Retrofitting on existing pages already ranked in the top 10, where a schema upgrade can lift them further.
Setup
- 1
Save the file as ~/.claude/skills/schema-generator.md.
- 2
Feed: the page type plus the page's content; skill returns a JSON-LD block ready to drop into <head>.
- 3
Validate the output with Google's Rich Results Test before shipping.
- 4
Don't over-schema — Google penalises irrelevant or spammy structured data, so keep to the types the page actually fits.
Example
You: /schema-generator Article pages/claude-code-skills/commit-helper.js Claude: [Article schema with author, datePublished, dateModified, headline, description, image]
Source & attribution
- Author
- Bryan Collins (promptwritingstudio pattern)
- Licence
- MIT
- Type
- Original
Original pattern published under MIT — attribution preserved by convention, not licence requirement.
Caveats
Don't over-schema. Google penalises irrelevant or spammy structured data.
56 skills across 10 categories, all licence-verified.