Structured data
Skill a5c-ai/babysitter/library/specializations/web-development/skills/structured-data
JSON-LD schema markup and validation.From its SKILL.md
npx -y skills add a5c-ai/babysitter --skill structured-dataAssembled 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
- README.md300 B