정보
이 스킬은 크롤링 가능성, 색인 생성 가능성, 사이트 구조, 페이지 경험, 구조화된 데이터를 종합적으로 분석하는 기술 SEO 감사를 수행합니다. 색인 생성 문제, 크롤링 오류, 사이트맷, 코어 웹 바이탈, 리디렉션 또는 사이트 마이그레이션을 다룰 때 사용하세요. 이 스킬은 명시적으로 "기술 SEO"가 언급되지 않더라도 관련 키워드가 나타나거나 사이트 성능이 저하될 때 자동으로 실행됩니다.
빠른 설치
Claude Code
추천npx skills add rampstackco/claude-skills -a claude-code/plugin add https://github.com/rampstackco/claude-skillsgit clone https://github.com/rampstackco/claude-skills.git ~/.claude/skills/seo-technicalClaude Code에서 이 명령을 복사하여 붙여넣어 스킬을 설치하세요
문서
Technical SEO
Audit and fix the layer beneath the content: how search engines crawl, render, index, and trust a site. Stack-agnostic.
When to use
- Site-wide audit before or after a migration
- Investigating indexing or ranking drops
- Setting up SEO foundations on a new site
- Auditing Core Web Vitals or page experience signals
- Fixing crawl waste, redirect chains, or canonical issues
- Setting up multilingual or multi-regional sites
When NOT to use
- Single-page on-page optimization (use
seo-onpage) - Keyword strategy or content planning (use
seo-keyword) - Competitor backlink or SERP analysis (use
seo-competitor) - Pure performance optimization without SEO context (use
performance-optimization)
Required inputs
- The site URL or staging URL
- Access to (at minimum) view the rendered HTML, robots.txt, and sitemap
- Ideally: search console access, server logs, and a crawler
If the site is large (10K+ URLs), confirm whether the audit is a full crawl or a sample.
The framework: 6 layers
Technical SEO has six layers, stacked. A failure in a lower layer breaks everything above it.
1. Crawlability
Can search engines access the URLs?
- robots.txt does not block important paths
- No accidental
noindexon indexable pages - No accidental
disallowpatterns blocking CSS or JS (rendering breaks) - Sitemap is present, returns 200, and lists canonical URLs only
- Sitemap is referenced in robots.txt
- No infinite spaces (faceted nav generating endless URLs)
- Crawl budget is not wasted on low-value URLs
2. Indexability
Of crawlable URLs, which should be indexed?
- One canonical URL per piece of content (no duplicates)
- Canonical tags self-reference on canonical pages
noindexon staging, search results, filter pages, thank-you pages, internal admin- No mixed signals (canonical pointing one way, sitemap another, internal links a third)
- Pagination handled correctly (rel=next/prev is deprecated, but consistent canonicals matter)
- Parameter handling deliberate (UTM, session IDs, sort orders)
3. Rendering
Does the rendered HTML match what crawlers see?
- Critical content visible without JavaScript (or properly server-rendered)
- For SPAs: confirm Googlebot sees the rendered content (test with the URL Inspection tool)
- No cloaking (showing different content to bots vs users)
- Lazy-loaded content has proper loading attributes
- Hydration errors do not strip content from the rendered DOM
4. Site architecture
Is the site structured for both users and crawlers?
- Clear URL hierarchy that mirrors site structure
- Important pages reachable in 3 clicks or fewer from the homepage
- Internal linking distributes authority logically
- Breadcrumb navigation present and marked up with schema
- No orphan pages (pages with no internal links)
- No redirect chains (one redirect max)
- No 4xx errors on internally-linked URLs
5. Structured data and signals
Does the site speak crawler language?
- Schema.org markup on appropriate page types
- JSON-LD format (preferred over microdata)
- Validates in the Rich Results Test
- Organization or LocalBusiness schema on the homepage or about page
- BreadcrumbList schema on nested pages
- Author and publisher schema linked correctly on content pages
- llms.txt present at the root (for AI crawlers, see
seo-aeo-geo)
6. Page experience and security
Does the site meet the page experience baseline?
- HTTPS on all pages, no mixed content
- HSTS header set
- Core Web Vitals pass (LCP, INP, CLS within thresholds)
- Mobile-friendly (responsive, no horizontal scroll, tap targets sized correctly)
- No intrusive interstitials on mobile
- Stable URL structure (no random URL changes between deploys)
- 404 pages return 404, not 200 with "page not found" content (soft 404)
Workflow
- Define scope. Whole site, a subfolder, a migration check, or a specific issue.
- Confirm access. What can you actually see (HTML, robots, sitemap, search console, server logs, staging)?
- Crawl. Use a crawler to enumerate URLs and statuses. Sample if the site is huge.
- Run the 6-layer framework. Score each, note specific issues with example URLs.
- Cross-reference. Search console for what's actually indexed. Compare to sitemap and crawl output.
- Prioritize. Critical (blocks indexing or causes traffic loss), Important (suboptimal), Nice-to-have (polish).
- Write the report. Use the template in
references/audit-template.md.
Failure patterns
- Optimizing rankings on a page that is
noindex. Always check indexability before content work. - Adding sitemaps without fixing canonical issues. A sitemap of duplicate URLs is worse than no sitemap.
- Blocking crawlers from CSS or JS. Breaks Google's rendering. Common in over-aggressive robots.txt files.
- Over-relying on canonical tags. Canonicals are hints, not directives. Use redirects when content actually moved.
- Migrating without a redirect map. Single biggest cause of post-migration traffic loss.
- Treating Core Web Vitals as the only ranking signal. Page experience matters but does not override relevance.
Output format
Default output is a markdown audit at seo-technical-audit.md. Structure:
- Scope and methodology
- Executive summary (3 to 5 critical findings)
- 6-layer score
- Critical issues (with example URLs)
- Important issues
- Nice-to-have polish
- Implementation roadmap (sequenced)
For migrations, include a redirect map as a CSV alongside the report.
Reference files
references/audit-template.md- Fillable technical SEO audit template.references/migration-checklist.md- Pre and post-migration checklist (covers the highest-risk scenario).
GitHub 저장소
자주 묻는 질문
seo-technical Skill이란 무엇인가요?
seo-technical은(는) rampstackco이(가) 만든 Claude Skill입니다. Skill은 Claude가 필요할 때 불러오는 지침과 리소스를 묶어 추가 프롬프트 없이 seo-technical 관련 작업을 수행할 수 있게 합니다.
seo-technical은(는) 어떻게 설치하나요?
이 페이지의 설치 명령을 사용하세요. seo-technical을(를) Claude Code 플러그인으로 추가하거나 저장소를 skills 디렉터리에 복제한 다음 Claude를 다시 시작해 Skill을 불러옵니다.
seo-technical은(는) 어떤 카테고리에 속하나요?
seo-technical은(는) 기타 카테고리에 속합니다.
seo-technical은(는) 무료로 사용할 수 있나요?
네. seo-technical은(는) AIMCP에 등록되어 있으며 무료로 설치할 수 있습니다.
연관 스킬
이 스킬은 개별 웹 페이지에 대한 포괄적인 온페이지 SEO 감사 및 최적화를 수행합니다. 제목 태그, 메타 설명, 헤더, 콘텐츠, 링크, 이미지, URL, 스키마 마크업 등 여덟 가지 핵심 요소를 분석하고 개선합니다. 검색 성능 향상을 위해 단일 페이지의 감사, 최적화 또는 SEO 친화적인 카피 작성이 필요할 때 사용하세요.
이 스킬은 개발자가 사이트의 외부 권한을 구축하기 위한 오프페이지 SEO 전략을 계획하고 실행하는 데 도움을 줍니다. 링크 빌딩, 디지털 PR 캠페인, 인용 관리, 백링크 프로필 감사 작업을 지원합니다. 백링크, 게스트 포스트, 또는 손실된 링크 복구를 통해 도메인 권한을 성장시켜야 할 때 사용하세요.
이 스킬은 포괄적인 SEO 키워드 연구를 수행하여 검색 의도를 분석하고, 콘텐츠 기획을 위해 키워드를 주제별 그룹으로 클러스터링합니다. 난이도와 검색량 같은 지표를 바탕으로 순위 향상 기회를 파악하고 키워드 우선순위를 정하는 데 도움을 줍니다. 개발자는 이를 활용해 신규 또는 기존 사이트의 콘텐츠 전략을 수립하고, 주제를 매핑하며, 콘텐츠 공백을 채울 수 있습니다.
이 스킬은 사용자의 사이트와 지정된 경쟁사를 SERP 중복도, 콘텐츠 깊이, 백링크 프로필, 기술적 요소를 종합적으로 비교하여 경쟁사 SEO 분석을 수행합니다. 콘텐츠 격차 찾기, 백링크 기회 식별, 순위 차이 이해와 같은 작업에 트리거됩니다. 개발자는 이를 통해 사이트의 벤치마크를 측정하고 실행 가능한 인사이트를 발견하여 경쟁사를 앞서나가도록 활용해야 합니다.
