structured-data

Solid

JSON-LD schema markup and validation.

Data & Documents 814 stars 53 forks Updated today MIT

Install

View on GitHub

Quality Score: 92/100

Stars 20%
97
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
40
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# 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

Details

Author
a5c-ai
Repository
a5c-ai/babysitter
Created
4 months ago
Last Updated
today
Language
JavaScript
License
MIT

Related Skills