agentsclimarketplace

Structured data

Skill a5c-ai/babysitter/library/specializations/web-development/skills/structured-data

JSON-LD schema markup and validation.From its SKILL.md

Install
npx -y skills add a5c-ai/babysitter --skill structured-data

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

SKILL.md

1.1 KB, 206 tokens by cl100k_base, as published. Nobody here has run it

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

What ships with it: 1 file

300 B alongside SKILL.md

Keep looking

Skills are one crate of 326,059. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.