Agent skill

structured-data

JSON-LD schema markup and validation.

Stars 163
Forks 31

Install this agent skill to your Project

npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/structured-data-a5c-ai-babysitter

SKILL.md

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

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

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results