pseo-schema
Installation
SKILL.md
pSEO Schema Markup
Implement JSON-LD structured data that gives search engines explicit semantic understanding of every programmatic page.
Core Principles
- JSON-LD format: Always use JSON-LD, not Microdata or RDFa
- Context-appropriate types: Match schema type to the page's actual content
- Data-driven generation: Schema is built from the same data that drives the page
- Valid and complete: Every schema block must pass Google's Rich Results Test
- No fabrication: Only include fields backed by real data
Baseline Schema (Every Page)
Every pSEO page should include these foundational types:
WebSite— once per site (on the homepage or via a shared layout), declares site-level search and nameWebPage— on every page, declares the page URL, name, description, and dateModifiedBreadcrumbList— on every page with navigation hierarchy