HOME SKILLS BLOG GITHUB
// SKILL

TECHNICAL SEO AUDIT
9 CATEGORIES DEEP

A technical SEO audit is a review of whether search engines can crawl, render, understand, and index a site reliably. Claude SEO checks crawlability, indexability, security, URLs, mobile behavior, Core Web Vitals, structured data, JavaScript rendering, IndexNow, and AI crawler access.

By Daniel Agrici · Last updated: · Source: Google Core Web Vitals guidance

$
/seo technical https://your-site.com

REQUIRES CLAUDE SEO INSTALLED IN CLAUDE CODE

Claude SEO technical SEO audit across 9 categories
// HOW IT WORKS

What does a technical SEO audit check?

When you run /seo technical, Claude SEO performs a deep technical analysis across 9 categories that form the foundation of search engine visibility. Each category produces a pass/warn/fail status with a score out of 100, along with specific issues and fixes.

The audit covers everything from basic crawlability (robots.txt, sitemaps) through advanced topics like JavaScript rendering guidance from Google's December 2025 documentation update and IndexNow protocol for faster indexing on Bing, Yandex, and Naver.

/seo technical <url> CRAWLABILITY robots, sitemap, depth INDEXABILITY canonical, hreflang SECURITY HTTPS, CSP, HSTS URL STRUCTURE clean, redirects MOBILE viewport, touch CORE WEB VITALS LCP, INP, CLS STRUCTURED DATA JSON-LD, Microdata JS RENDERING SSR vs CSR INDEXNOW Bing, Yandex, Naver TECHNICAL SCORE: XX/100 Critical issues - fix immediately High priority - fix within 1 week Medium priority - fix within 1 month Low priority - backlog

What each category covers

Each of the 9 categories produces a pass/warn/fail status and a score. Issues are prioritized into 4 severity levels: Critical (fix immediately), High (fix within 1 week), Medium (fix within 1 month), and Low (backlog).

01
CRAWLABILITY
Robots.txt validation, XML sitemap existence and format, noindex tag detection, crawl depth analysis (important pages within 3 clicks), JavaScript rendering checks, and AI crawler management for 7 crawlers.
02
INDEXABILITY
Canonical tag validation (self-referencing, no noindex conflicts), duplicate content detection, thin content flagging, pagination patterns, hreflang for multi-language sites, and index bloat identification.
03
SECURITY
HTTPS enforcement, valid SSL certificate, no mixed content. Security headers: Content-Security-Policy, Strict-Transport-Security with preload eligibility, X-Frame-Options, X-Content-Type-Options, Referrer-Policy.
04
URL STRUCTURE
Clean descriptive URLs, logical folder hierarchy, redirect chain detection (max 1 hop), URL length flags over 100 characters, and consistent trailing slash usage across the site.
05
MOBILE
Viewport meta tag, responsive CSS, touch targets (minimum 48x48px with 8px spacing), base font size (minimum 16px), no horizontal scroll. Mobile-first indexing is 100% complete since July 2024.
06
CORE WEB VITALS
LCP under 2.5 seconds, INP under 200ms (replaced FID March 2024), CLS under 0.1. Evaluation uses 75th percentile of real user data. Uses PageSpeed Insights API or CrUX data if available.
07
STRUCTURED DATA
Detects JSON-LD (preferred), Microdata, and RDFa. Validates against Google's supported types. Cross-references the seo-schema skill for full analysis.
08
JS RENDERING
Checks if content is visible in initial HTML vs requires JavaScript. Identifies CSR vs SSR, flags SPA frameworks. Per Google Dec 2025 guidance: canonical, meta robots, and structured data should be in server-rendered HTML.
09
INDEXNOW
Checks if the site supports the IndexNow protocol for faster indexing on Bing, Yandex, and Naver. Supported by search engines other than Google. Recommends implementation for non-Google engine visibility.
// SCORING

How are technical issues categorized?

Each category produces its own score out of 100, with a pass/warn/fail status. The overall Technical SEO Score is computed from all 9 categories. Issues are grouped by severity for clear prioritization.

CRAWLABILITY
/100
INDEXABILITY
/100
SECURITY
/100
URL STRUCTURE
/100
MOBILE
/100
CORE WEB VITALS
/100
STRUCTURED DATA
/100
JS RENDERING
/100
INDEXNOW
/100

Issue severity levels

SeverityTimeline
CriticalFix immediately
HighFix within 1 week
MediumFix within 1 month
LowBacklog

AI crawler management

The crawlability check includes 7 AI crawlers in robots.txt: GPTBot (OpenAI), ChatGPT-User (OpenAI), ClaudeBot (Anthropic), PerplexityBot (Perplexity), Bytespider (ByteDance), Google-Extended (Gemini training, not search), and CCBot (Common Crawl). Blocking Google-Extended does not affect Google Search indexing or AI Overviews.

// USAGE

How do you run a technical audit?

Step 1: Install Claude SEO

git clone --depth 1 https://github.com/AgriciDaniel/claude-seo.git
bash claude-seo/install.sh

Step 2: Open Claude Code

claude

Step 3: Run the technical audit

/seo technical https://your-site.com

The audit checks all 9 categories and produces a scored breakdown with prioritized issues. Every finding includes a specific fix recommendation.

Core Web Vitals targets

MetricGoodNeeds improvementPoor
LCP (Largest Contentful Paint)Under 2.5s2.5s - 4.0sOver 4.0s
INP (Interaction to Next Paint)Under 200ms200ms - 500msOver 500ms
CLS (Cumulative Layout Shift)Under 0.10.1 - 0.25Over 0.25
// FAQ

QUESTIONS ABOUT TECHNICAL SEO

The 9 categories are: Crawlability (robots.txt, XML sitemap, noindex tags, crawl depth), Indexability (canonical tags, duplicates, hreflang), Security (HTTPS, CSP, HSTS, X-Frame-Options), URL Structure (clean URLs, redirects, trailing slashes), Mobile Optimization (responsive design, touch targets, font sizes), Core Web Vitals (LCP under 2.5s, INP under 200ms, CLS under 0.1), Structured Data (JSON-LD detection and validation), JavaScript Rendering (SSR vs CSR, SPA framework detection), and IndexNow Protocol (Bing, Yandex, Naver support).
// RELATED SKILLS

EXPLORE MORE

VIEW ALL 25 SKILLS →

AUDIT YOUR TECHNICAL SEO
IN ONE COMMAND.

$
git clone --depth 1 https://github.com/AgriciDaniel/claude-seo.git && bash claude-seo/install.sh
VIEW ON GITHUB ALL SKILLS >