structured-data

Solid

JSON-LD schema markup and validation.

Data & Documents 1,160 stars 71 forks Updated today MIT

Install

View on GitHub

Quality Score: 92/100

Stars 20%
100
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

Similar Skills

Semantically similar based on skill content — not just same category

Data & Documents Listed

30x-seo-schema

Detect, validate, and generate Schema.org structured data. JSON-LD format preferred. Use when user says "schema", "structured data", "rich results", "JSON-LD", or "markup".

0 Updated today
square-lupus579
API & Backend Featured

seo-schema

Detect, validate, and generate Schema.org structured data. JSON-LD format preferred. Use when user says "schema", "structured data", "rich results", "JSON-LD", or "markup".

7,803 Updated 1 weeks ago
AgriciDaniel
Data & Documents Listed

structured-data

Generate JSON-LD structured data for AEM Edge Delivery Services pages. Analyzes page content and metadata to determine the appropriate schema.org types, extracts relevant properties, and produces validated JSON-LD snippets ready for implementation in head.html or scripts.js. Use when adding rich results support, improving search appearance, or auditing existing structured data.

0 Updated today
Focus-GTS
API & Backend Listed

seo-schema

Detect, validate, and generate Schema.org structured data. JSON-LD format preferred. Use when user says "schema", "structured data", "rich results", "JSON-LD", or "markup".

24 Updated 2 days ago
georgekhananaev
Data & Documents Solid

schema-markup-generator

Generate JSON-LD structured data markup for rich results in Google Search. Supports FAQ, HowTo, Article, Product, LocalBusiness, and multi-type schemas. Validates against Google requirements and provides implementation guidance. Use when asked to "add schema markup", "generate structured data", "JSON-LD", "rich snippets", "FAQ schema", "product markup", "add structured data to my page", "how to get rich snippets", or any structured data task.

2,739 Updated today
nowork-studio