schema-patterns
Schema Patterns Skill
Purpose
Provides comprehensive Schema.org markup patterns for lead generation sites to maximize rich snippet visibility in search results. Implement structured data to enable knowledge panels, FAQ accordions, star ratings, and other rich SERP features that increase click-through rates.
Core Rules
- One primary schema per page - LocalBusiness OR Organization at root
- Nest related schemas - Reviews inside LocalBusiness, not separate
- Validate always - Test with Google Rich Results Test before deployment
- Match visible content - Schema must reflect what users see on page
- Keep updated - Hours, prices, reviews must be current
- Use absolute URLs - All image and link URLs must be absolute, not relative
- Follow Google requirements - Check required fields for each schema type
- No fake content - Only use real, verifiable reviews and ratings
- Test in production - Validate with Search Console after deployment
- Prioritize P0 schemas - LocalBusiness and FAQPage first for lead gen
More from soborbo/claudeskills
astro-seo
SEO markup patterns for Astro lead generation sites. Meta tags, Open Graph, Schema.org, sitemap, robots. Use for all SEO implementation.
37astro-architecture
Technical architecture for Astro lead generation websites. Use when setting up new projects, configuring build tools, or establishing project foundations. For images use astro-images skill. For SEO use astro-seo skill.
20astro-performance
Core Web Vitals and performance optimization for Astro sites. LCP preloading, font strategy, image patterns, critical path, third-party scripts, Cloudflare Tag Gateway. Use for performance tuning.
18astro-animations
Animation patterns for Astro sites. Scroll animations, micro-interactions, transitions, loading states. Performance-focused, accessibility-aware.
17astro-images
Width-based responsive image patterns for Astro. Local processing, AVIF/WebP/JPG, face-focus, OG generation. Includes Picture and FixedImage components.
14astro-a11y
Accessibility patterns for Astro lead generation sites. WCAG 2.1 AA compliance, screen readers, keyboard navigation, focus management, ARIA. Use for all accessibility implementation.
14