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).
Progetta e implementa l'architettura dei dati strutturati che alimenta le pagine SEO programmatiche, inclusi modelli di contenuto, origini dati, generazione di slug e livelli di recupero dei dati. Da utilizzare durante la configurazione o il refactoring della base dati per pSEO, la progettazione di modelli di contenuto o la creazione della pipeline di dati che alimenta i modelli di pagina. Fonte: lisbeth718/pseo-skills.