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).
Entwerfen und implementieren Sie die strukturierte Datenarchitektur, die programmatische SEO-Seiten unterstützt, einschließlich Inhaltsmodellen, Datenquellen, Slug-Generierung und Datenabrufebenen. Verwenden Sie es, wenn Sie die Datengrundlage für pSEO einrichten oder umgestalten, Inhaltsmodelle entwerfen oder die Datenpipeline erstellen, die Seitenvorlagen speist. Quelle: lisbeth718/pseo-skills.