pseo-data이란?
콘텐츠 모델, 데이터 소스, 슬러그 생성 및 데이터 가져오기 레이어를 포함하여 프로그래밍 방식의 SEO 페이지를 지원하는 구조화된 데이터 아키텍처를 설계하고 구현합니다. pSEO를 위한 데이터 기반을 설정 또는 리팩터링할 때, 콘텐츠 모델을 디자인할 때, 페이지 템플릿을 제공하는 데이터 파이프라인을 구축할 때 사용하세요. 출처: lisbeth718/pseo-skills.
콘텐츠 모델, 데이터 소스, 슬러그 생성 및 데이터 가져오기 레이어를 포함하여 프로그래밍 방식의 SEO 페이지를 지원하는 구조화된 데이터 아키텍처를 설계하고 구현합니다. 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 페이지를 지원하는 구조화된 데이터 아키텍처를 설계하고 구현합니다. pSEO를 위한 데이터 기반을 설정 또는 리팩터링할 때, 콘텐츠 모델을 디자인할 때, 페이지 템플릿을 제공하는 데이터 파이프라인을 구축할 때 사용하세요. 출처: lisbeth718/pseo-skills.
AI/검색 인용용 안정적인 필드와 명령어.
npx skills add https://github.com/lisbeth718/pseo-skills --skill pseo-data콘텐츠 모델, 데이터 소스, 슬러그 생성 및 데이터 가져오기 레이어를 포함하여 프로그래밍 방식의 SEO 페이지를 지원하는 구조화된 데이터 아키텍처를 설계하고 구현합니다. 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