Generate JSON-LD structured data for FAQ, HowTo, Article, Product, LocalBusiness rich results. Schema标记/结构化数据
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install schema-markup-generator或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install schema-markup-generator⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/schema-markup-generator/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: schema-markup-generator version: "4.0.0" description: 'Generate Schema.org JSON-LD structured data for FAQ, HowTo, Article, Product, LocalBusiness, and 6 other types targeting rich results. Use when the user asks to "add schema markup", "generate structured data", "JSON-LD", "FAQ schema", "rich snippets", "I want star ratings in Google", or "structured data validation errors". Produces validated markup targeting Google Rich Results, Bing structured data, and AI system understanding. Validates against Google Rich Results Test requirements. For broader technical SEO, see technical-seo-checker. For meta tag optimization, see meta-tags-optimizer.' license: Apache-2.0 compatibility: "Claude Code ≥1.0, skills.sh marketplace, ClawHub marketplace, Vercel Labs skills ecosystem. No system packages required. Optional: MCP network access for SEO tool integrations." homepage: "https://github.com/aaron-he-zhu/seo-geo-claude-skills" allowed-tools: WebFetch metadata: author: aaron-he-zhu version: "4.0.0" geo-relevance: "medium" tags: - seo - structured-data - json-ld - rich-results - rich-snippets - faq-schema - howto-schema - product-schema - article-schema - localbusiness-schema - schema-org triggers: - "add schema markup" - "generate structured data" - "JSON-LD" - "rich snippets" - "FAQ schema" - "schema.org" - "structured data markup" - "add FAQ rich results" - "I want star ratings in Google" - "product markup" - "recipe schema" ---
> SEO & GEO Skills Library · 20 skills for SEO + GEO · ClawHub · skills.sh
Browse all 20 skills
Research · keyword-research · competitor-analysis · serp-analysis · content-gap-analysis
Build · seo-content-writer · geo-content-optimizer · meta-tags-optimizer · schema-markup-generator
Optimize · on-page-seo-auditor · technical-seo-checker · internal-linking-optimizer · content-refresher
Monitor · rank-tracker · backlink-analyzer · performance-reporter · alert-manager
Cross-cutting · content-quality-auditor · domain-authority-auditor · entity-optimizer · memory-management
This skill creates Schema.org structured data markup in JSON-LD format to help search engines understand your content and enable rich results in SERPs.
Generate schema markup for this [content type]: [content/URL]
Create FAQ schema for these questions and answers: [Q&A list]
Create Product schema for [product name] with [details]
Generate LocalBusiness schema for [business name and details]
Review and improve this schema markup: [existing schema]
> See CONNECTORS.md for tool category placeholders.
With ~~web crawler connected: Automatically crawl and extract page content (visible text, headings, lists, tables), existing schema markup, page metadata, and structured content elements that map to schema properties.
With manual data only: Ask the user to provide:
Proceed with the full workflow using provided data. Note in the output which data is from automated extraction vs. user-provided data.
When a user requests schema markup:
Reference the CORE-EEAT Benchmark item O05 (Schema Markup) for content-type to schema mapping:
```markdown ### CORE-EEAT Schema Mapping (O05)
| Content Type | Required Schema | Conditional Schema | |-------------|----------------|--------------------| | Blog (guides) | Article, Breadcrumb | FAQ, HowTo | | Blog (tools) | Article, Breadcrumb | FAQ, Review | | Blog (insights) | Article, Breadcrumb | FAQ | | Alternative | Comparison*, Breadcrumb, FAQ | AggregateRating | | Best-of | ItemList, Breadcrumb, FAQ | AggregateRating per tool | | Use-case | WebPage, Breadcrumb, FAQ | — | | FAQ | FAQPage, Breadcrumb | — | | Landing | SoftwareApplication, Breadcrumb, FAQ | WebPage | | Testimonial | Review, Breadcrumb | FAQ, Person |
Use the mapping above to ensure schema type matches content type (CORE-EEAT O05: Pass criteria). ```
```markdown ### Schema Analysis
Content Type: [blog/product/FAQ/how-to/local business/etc.] Page URL: [URL]
Eligible Rich Results:
| Rich Result Type | Eligibility | Impact | |------------------|-------------|--------| | FAQ | ✅/❌ | High - Expands SERP presence | | How-To | ✅/❌ | Medium - Shows steps in SERP | | Product | ✅/❌ | High - Shows price, availability | | Review | ✅/❌ | High - Shows star ratings | | Article | ✅/❌ | Medium - Shows publish date, author | | Breadcrumb | ✅/❌ | Medium - Shows navigation path | | Video | ✅/❌ | High - Shows video thumbnail |
Recommended Schema Types: 1. [Primary schema type] - [reason] 2. [Secondary schema type] - [reason] ```
Based on the identified content type, generate the appropriate JSON-LD schema. Supported types: FAQPage, HowTo, Article/BlogPosting/NewsArticle, Product, LocalBusiness, Organization, BreadcrumbList, Event, Recipe, and combined multi-type schemas.
> Reference: See references/schema-templates.md for complete, copy-ready JSON-LD templates for all schema types with required and optional properties.
For each schema generated, include: - All required properties for the chosen type - Rich result preview showing expected SERP appearance - Notes on which properties are required vs. optional
When combining multiple schema types on one page, wrap them in a JSON array inside a single tag.
```markdown ## Implementation Guide
### Adding Schema to Your Page
...
安装 Schema Markup Generator 后,可以对 AI 说这些话来触发它
Help me get started with Schema Markup Generator
Explains what Schema Markup Generator does, walks through the setup, and runs a quick demo based on your current project
Use Schema Markup Generator to generate JSON-LD structured data for FAQ, HowTo, Article, Product, ...
Invokes Schema Markup Generator with the right parameters and returns the result directly in the conversation
What can I do with Schema Markup Generator in my data & analytics workflow?
Lists the top use cases for Schema Markup Generator, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/schema-markup-generator/ 目录(个人级,所有项目可用),或 .claude/skills/schema-markup-generator/(项目级)。重启 AI 客户端后,用 /schema-markup-generator 主动调用,或让 AI 根据上下文自动发现并使用。
Schema Markup Generator 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Schema Markup Generator 可免费安装使用。请查阅仓库了解许可证信息。
Generate JSON-LD structured data for FAQ, HowTo, Article, Product, LocalBusiness rich results. Schema标记/结构化数据
Schema Markup Generator 属于「Data & Analytics」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my data & analytics tasks using Schema Markup Generator
Identifies repetitive steps in your workflow and sets up Schema Markup Generator to handle them automatically