什么是 pseo-data?
设计和实现为程序化 SEO 页面提供支持的结构化数据架构,包括内容模型、数据源、slug 生成和数据获取层。在设置或重构 pSEO 的数据基础、设计内容模型或构建提供页面模板的数据管道时使用。 来源:lisbeth718/pseo-skills。
设计和实现为程序化 SEO 页面提供支持的结构化数据架构,包括内容模型、数据源、slug 生成和数据获取层。在设置或重构 pSEO 的数据基础、设计内容模型或构建提供页面模板的数据管道时使用。
通过命令行快速安装 pseo-data AI 技能到你的开发环境
来源:lisbeth718/pseo-skills。
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 页面提供支持的结构化数据架构,包括内容模型、数据源、slug 生成和数据获取层。在设置或重构 pSEO 的数据基础、设计内容模型或构建提供页面模板的数据管道时使用。 来源:lisbeth718/pseo-skills。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/lisbeth718/pseo-skills --skill pseo-data设计和实现为程序化 SEO 页面提供支持的结构化数据架构,包括内容模型、数据源、slug 生成和数据获取层。在设置或重构 pSEO 的数据基础、设计内容模型或构建提供页面模板的数据管道时使用。 来源:lisbeth718/pseo-skills。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/lisbeth718/pseo-skills --skill pseo-data 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/lisbeth718/pseo-skills