结构化数据Skill structured-data

结构化数据技能专注于JSON-LD模式的实现、验证与SEO优化。提供富媒体搜索结果配置、动态数据处理及谷歌工具测试,助力网站提升搜索引擎可见性与点击率。关键词:JSON-LD,结构化数据,SEO,富媒体结果,模式标记,数据验证。

前端开发 0 次安装 0 次浏览 更新于 2/26/2026

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增强