Design and implement the structured data layer that feeds all programmatic SEO pages. This is the foundation every other pSEO skill depends on.
Create TypeScript interfaces for each page type using a two-tier model. The lightweight index tier is safe to hold in memory for all pages; the heavy full tier is loaded per-page only.
Extend BaseSEOContent for each page type with domain-specific fields. The interfaces above show the minimum required fields. See references/content-models.md for the full definitions (which add subcategory, tags, publishedDate, status, and more) and extended type examples (LocationPage, ProductPage, ComparisonPage, CategoryPage).
Diseñe e implemente la arquitectura de datos estructurados que impulsa las páginas SEO programáticas, incluidos modelos de contenido, fuentes de datos, generación de slugs y capas de recuperación de datos. Úselo al configurar o refactorizar la base de datos para pSEO, diseñar modelos de contenido o crear la canalización de datos que alimenta las plantillas de páginas. Fuente: lisbeth718/pseo-skills.