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).
Спроектируйте и внедрите архитектуру структурированных данных, которая поддерживает программные SEO-страницы, включая модели контента, источники данных, генерацию фрагментов и уровни получения данных. Используйте при настройке или рефакторинге основания данных для pSEO, разработке моделей контента или построении конвейера данных, который передает шаблоны страниц. Источник: lisbeth718/pseo-skills.