--- name: structured-data description: JSON-LD schema markup and validation. allowed-tools: Read, Write, Edit, Bash, Glob, Grep --- # 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 // 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