name: structured-data description: JSON-LD结构化数据模式标记与验证。 allowed-tools: Read, Write, Edit, Bash, Glob, Grep
结构化数据技能
为JSON-LD结构化数据提供专家级协助。
能力
- 实现JSON-LD模式
- 验证结构化数据
- 配置富媒体搜索结果
- 处理动态数据
- 使用谷歌工具进行测试
模式示例
// 文章
<script type="application/ld+json">
{JSON.stringify({
"@context": "https://schema.org",
"@type": "Article",
"headline": title,
"author": {
"@type": "Person",
"name": author.name
},
"datePublished": publishedAt,
"image": imageUrl
})}
</script>
// 组织
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "公司名称",
"url": "https://example.com",
"logo": "https://example.com/logo.png"
}
目标流程
- 结构化数据实施
- 富媒体搜索结果
- SEO增强