blog-schema

仓库创建 2026年7月1日最近提交 21 天前SkillHot 收录 21 天前
▸ 精选理由

自动输出可直接嵌入的结构化数据,减少手工标注错误。

这个 Skill 做什么

为博文生成完整且验证合规的 JSON-LD schema 标记与实体链接。

为博文生成完整的 JSON-LD 结构化数据(如 BlogPosting、Person、Organization、BreadcrumbList、FAQPage、ImageObject 等),并做合规性校验。适合在需要给文章加 schema、提高搜索引擎收录和富摘要概率时使用,能提醒过时类型或不合规项。特别之处是把多个实体通过稳定 @id 串联在同一个 script 里,便于 Google 验证。

▸ 展开 SKILL.md 英文原文

Generate complete JSON-LD schema markup for blog posts including BlogPosting, Person, Organization, BreadcrumbList, FAQPage, and ImageObject. Validates against Google requirements and warns about deprecated types. Use when user says "schema", "blog schema", "json-ld", "structured data", "schema markup", "generate schema".

内容创作JSON-LD结构化数据SEO通用
1
Stars
0
Forks
40
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/dxxx/Bot-OS/main/skills/claude-blog/skills/blog-schema/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/dxxx/Bot-OS/main/skills/claude-blog/skills/blog-schema/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Blog Schema: JSON-LD Structured Data Generation

Generates complete, validated JSON-LD schema markup for blog posts using the
@graph pattern. Combines multiple schema types into a single script tag with
stable @id references for entity linking.

## Workflow

### Step 1: Read Content

Read the blog post and extract all schema-relevant data:
- **Title** (headline)
- **Author** (name, job title, social links, credentials)
- **Dates** (datePublished, dateModified / lastUpdated)
- **Description** (meta description)
- **FAQ section** (question and answer pairs)
- **Images** (cover image URL, dimensions, alt text; inline images)
- **Organization info** (site name, URL, logo)
- **Word count** (app
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有