Назад към всички

structured-data

// JSON-LD schema markup and validation.

$ git log --oneline --stat
stars:384
forks:73
updated:March 4, 2026
SKILL.mdreadonly
SKILL.md Frontmatter
namestructured-data
descriptionJSON-LD schema markup and validation.
allowed-toolsRead, Write, Edit, Bash, Glob, Grep

Structured Data Skill

Expert assistance for JSON-LD structured data.

Capabilities

  • Implement JSON-LD schemas
  • Validate structured data
  • Configure rich results
  • Handle dynamic data
  • Test with Google tools

Schema Examples

// Article
<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>

// Organization
{
  "@context": "https://schema.org",
  "@type": "Organization",
  "name": "Company Name",
  "url": "https://example.com",
  "logo": "https://example.com/logo.png"
}

Target Processes

  • structured-data-implementation
  • rich-results
  • seo-enhancement