GEO/AEO 동기화 + SEO 감사 (geo-update)
변경 콘텐츠를 탐지해 llms.txt + JSON-LD를 자동 동기화하고 기술/온페이지/콘텐츠 SEO를 종합 감사.
#geo#aeo#seo-audit#sync#e-e-a-t#core-web-vitals
Install
설치
/geo-updateRequirements
- Claude Code (CLI)
- geo-add 또는 기존 llms.txt/JSON-LD가 이미 있어야 효과적
Capabilities
주요 기능
- 01정적/동적 구현 자동 판별 — 데이터 소스(상수·DB·CMS)까지 역추적해 원본을 수정
- 02git diff 기반 콘텐츠 변경 분류 (핵심 정보·서비스·뉴스·FAQ·자격·키워드)
- 03기술 SEO 감사 — robots.txt · sitemap · canonical · Core Web Vitals · HTTPS · 모바일
- 04온페이지 감사 — Title · Meta Description · Heading · 이미지 alt · 내부링크 · 키워드 카니발리제이션
- 05E-E-A-T 평가 (Experience · Expertise · Authoritativeness · Trustworthiness)
- 06스키마 마크업 검증 시 web_fetch 한계 인지 (Rich Results Test 권장)
- 07사이트 유형별 점검 (SaaS · 이커머스 · 콘텐츠 · 로컬 비즈니스)
- 08우선순위 액션 플랜 (긴급 → 높은 영향 → 빠른 개선 → 장기) 출력
About
About
geo-update keeps the GEO/AEO layer aligned with the codebase, and bundles a full SEO audit on top. It first figures out whether llms.txt and JSON-LD are static files, dynamic routes, CMS-driven, or built at compile time — then patches the right source so the generated output stays correct.
After syncing, the skill runs a five-tier audit: crawlability, indexation, Core Web Vitals, on-page elements, and content quality. Each finding is tagged with impact (high / medium / low) and tied to a concrete fix. The output ends with a prioritized action plan rather than a thousand-line raw report.
A few hard rules: don't delete existing entries without confirmation, only feature 5-10 newest items in news/event schemas, never report 'schema missing' from web_fetch/curl alone (client-side JSON-LD injection is invisible there — use Rich Results Test instead).