schema-markup
Generate JSON-LD structured data for SEO. Use when: adding schema markup to pages; creating organization schema; generating product schema; validating existing schema; rich snippet optimization
pinned to #a69bf67updated last month
Ask your AI client: “install skills/schema-markup”.
Requires the metahub MCP server installed in your client. Set up MCP.
mh install skills/schema-markupmetahub onboarded this repo on the author's behalf.
If you own github.com/guia-matthieu/clawfu-skills on GitHub, claim the listing to take over publishing. Your claim preserves the existing eval history and badges; only the curator label is replaced with verified-publisher on your next publish.
Stars
145
Last commit
last month
Latest release
published
- #ai-skills
- #anthropic
- #claude-code
- #claude-skills
- #marketing
- #mcp-server
- #prompt-engineering
- #skills
About this skill
Pulled from SKILL.md at publish time.
Generate valid JSON-LD structured data for better search visibility and rich snippets.
Automated checks the publisher passed at publish time — structure, docs, safety, and whether the artifact behaves as claimed.a69bf67· last month
Behavioral checks ran but aren't published for this artifact; the static checks above ran at publish time.
Documentation
8 passed1 warningHomepage or repository declaredwarn
No homepage or repository declared.
Add a "homepage" or "repository" field to SKILL.md.
Description quality
25 words · 193 chars — "Generate JSON-LD structured data for SEO. Use when: adding schema markup to page…"
README is present and substantial
5,198 chars · 8 sections · 4 code blocks
Tags / topics declared
8 total — ai-skills, anthropic, claude-code, claude-skills, marketing, mcp-server (+2)
README has usage / example sections
no labeled section but 4 code blocks document usage
Homepage / docs URL declared
https://clawfu.com
Description is substantive
Description is 25 words.
Documentation present and substantive
Documentation present (SKILL.md, 214 words).
Documentation shows usage
Documentation includes 3 code examples.
Release history
1- releasecurrenta69bf67warnlast month
Contents
Generate valid JSON-LD structured data for better search visibility and rich snippets.
What Claude Does vs What You Decide
| Claude Does | You Decide |
|---|---|
| Structures analysis frameworks | Metric definitions |
| Identifies patterns in data | Business interpretation |
| Creates visualization templates | Dashboard design |
| Suggests optimization areas | Action priorities |
| Calculates statistical measures | Decision thresholds |
Dependencies
pip install click pydantic
Commands
python scripts/main.py generate --type article --title "..." --author "..."
python scripts/main.py generate --type product --name "..." --price 99
python scripts/main.py validate schema.json
python scripts/main.py templates
Skill Boundaries
What This Skill Does Well
- Structuring data analysis
- Identifying patterns and trends
- Creating visualization frameworks
- Calculating statistical measures
What This Skill Cannot Do
- Access your actual data
- Replace statistical expertise
- Make business decisions
- Guarantee prediction accuracy
Skill Metadata
- Mode: centaur
category: seo-tools
dependencies: [click, pydantic]
difficulty: beginner
Reviews
No reviews yet. Be the first.
Related
Verification Before Completion
Evidence before assertions, always
Writing Plans
Turn specs into phased implementation plans
Test-Driven Development
Red → green → refactor discipline for any feature or bugfix
mh install skills/schema-markup