Agent Skills
› mtarcure/claude-vibe-squad
› structured-data-authoring
structured-data-authoring
GitHub用于生成和验证JSON-LD/schema.org结构化数据,确保类型、属性及值与页面可见内容一致,符合规范且无隐藏或垃圾信息。
触发场景
创建网页的JSON-LD或schema.org标记
修正现有的结构化数据以匹配可见内容
安装
npx skills add mtarcure/claude-vibe-squad --skill structured-data-authoring -g -y
SKILL.md
Frontmatter
{
"name": "structured-data-authoring",
"audience": "specialist",
"description": "Use when creating or correcting JSON-LD or schema.org markup for a page and the chosen types, required properties, and values must match visible content and validate without cloaking or spam."
}
Structured Data Authoring
Generate and validate JSON-LD / schema.org structured data that matches the page's visible content.
Steps
- Choose the applicable schema.org type(s) for the content (Article, Product, FAQ, etc.).
- Populate required properties, then recommended ones; use real values from the page.
- Emit valid JSON-LD.
- Validate against the schema (required-property and type checks).
- Confirm the markup matches the visible on-page content — no cloaking or spec-invented fields.
Acceptance
- The JSON is valid and uses the correct type with required properties present.
- Markup reflects visible content (no cloaking).
- No invalid or spammy schema.
版本历史
- d5262e2 当前 2026-09-11 11:38


