Technical SEO Audit
When to Use
- Use when the user wants a technical SEO review focused on crawlability, indexability, performance, or rendering.
- Use when auditing robots.txt, canonicalization, JavaScript SEO, Core Web Vitals, or AI crawler access.
- Use when the task is infrastructure- and implementation-oriented rather than content-focused.
Categories
1. Crawlability
- robots.txt: exists, valid, not blocking important resources
- XML sitemap: exists, referenced in robots.txt, valid format
- Noindex tags: intentional vs accidental
- Crawl depth: important pages within 3 clicks of homepage
- JavaScript rendering: check if critical content requires JS execution
- Crawl budget: for large sites (>10k pages), efficiency matters
AI Crawler Management
As of 2025-2026, AI companies actively crawl the web to train models and power AI search. Managing these crawlers via robots.txt is a critical technical SEO consideration.
Known AI crawlers:
| Crawler |
Company |
robots.txt token |
Purpose |
| GPTBot |
OpenAI |
GPTBot |
Model training |
| ChatGPT-User |
OpenAI |
ChatGPT-User |
Real-time browsing |
| ClaudeBot |
Anthropic |
ClaudeBot |
Model training |
| PerplexityBot |
Perplexity |
PerplexityBot |
Search index + training |
| Bytespider |
ByteDance |
Bytespider |
Model training |
| Google-Extended |
Google |
Google-Extended |
Gemini training (NOT search) |
| CCBot |
Common Crawl |
CCBot |
Open dataset |
Key distinctions:
- Blocking
Google-Extended prevents Gemini training use but does NOT affect Google Search indexing or AI Overviews (those use Googlebot)
- Blocking
GPTBot prevents OpenAI training but does NOT prevent ChatGPT from citing your content via browsing (ChatGPT-User)
- ~3-5% of websites now use AI-specific robots.txt rules
Example, selective AI crawler blocking:
# Allow search indexing, block AI training crawlers
User-agent: GPTBot
Disallow: /
User-agent: Google-Extended
Disallow: /
User-agent: Bytespider
Disallow: /
# Allow all other crawlers (including Googlebot for search)
User-agent: *
Allow: /
Recommendation: Consider your AI visibility strategy before blocking. Being cited by AI systems drives brand awareness and referral traffic. Cross-reference the seo-geo skill for full AI visibility optimization.
2. Indexability
- Canonical tags: self-referencing, no conflicts with noindex
- Duplicate content: near-duplicates, parameter URLs, www vs non-www
- Thin content: pages below minimum word counts per type
- Pagination: rel=next/prev or load-more pattern
- Hreflang: correct for multi-language/multi-region sites
- Index bloat: unnecessary pages consuming crawl budget
3. Security
- HTTPS: enforced, valid SSL certificate, no mixed content
- Security headers:
- Content-Security-Policy (CSP)
- Strict-Transport-Security (HSTS)
- X-Frame-Options
- X-Content-Type-Options
- Referrer-Policy
- HSTS preload: check preload list inclusion for high-security sites
4. URL Structure
- Clean URLs: descriptive, hyphenated, no query parameters for content
- Hierarchy: logical folder structure reflecting site architecture
- Redirects: no chains (max 1 hop), 301 for permanent moves
- URL length: flag >100 characters
- Trailing slashes: consistent usage
5. Mobile Optimization
- Responsive design: viewport meta tag, responsive CSS
- Touch targets: minimum 48x48px with 8px spacing
- Font size: minimum 16px base
- No horizontal scroll
- Mobile-first indexing: Google indexes mobile version. Mobile-first indexing is 100% complete as of July 5, 2024. Google now crawls and indexes ALL websites exclusively with the mobile Googlebot user-agent.
6. Core Web Vitals
- LCP (Largest Contentful Paint): target <2.5s
- INP (Interaction to Next Paint): target <200ms
- INP replaced FID on March 12, 2024. FID was fully removed from all Chrome tools (CrUX API, PageSpeed Insights, Lighthouse) on September 9, 2024. Do NOT reference FID anywhere.
- CLS (Cumulative Layout Shift): target <0.1
- Evaluation uses 75th percentile of real user data
- Use PageSpeed Insights API or CrUX data if MCP available
7. Structured Data
- Detection: JSON-LD (preferred), Microdata, RDFa
- Validation against Google's supported types
- See seo-schema skill for full analysis
8. JavaScript Rendering
- Check if content visible in initial HTML vs requires JS
- Identify client-side rendered (CSR) vs server-side rendered (SSR)
- Flag SPA frameworks (React, Vue, Angular) that may cause indexing issues
- Verify dynamic rendering setup if applicable
JavaScript SEO: Canonical & Indexing Guidance (December 2025)
Google updated its JavaScript SEO documentation in December 2025 with critical clarifications:
- Canonical conflicts: If a canonical tag in raw HTML differs from one injected by JavaScript, Google may use EITHER one. Ensure canonical tags are identical between server-rendered HTML and JS-rendered output.
- noindex with JavaScript: If raw HTML contains
<meta name="robots" content="noindex"> but JavaScript removes it, Google MAY still honor the noindex from raw HTML. Serve correct robots directives in the initial HTML response.
- Non-200 status codes: Google does NOT render JavaScript on pages returning non-200 HTTP status codes. Any content or meta tags injected via JS on error pages will be invisible to Googlebot.
- Structured data in JavaScript: Product, Article, and other structured data injected via JS may face delayed processing. For time-sensitive structured data (especially e-commerce Product markup), include it in the initial server-rendered HTML.
Best practice: Serve critical SEO elements (canonical, meta robots, structured data, title, meta description) in the initial server-rendered HTML rather than relying on JavaScript injection.
9. IndexNow Protocol
- Check if site supports IndexNow for Bing, Yandex, Naver
- Supported by search engines other than Google
- Recommend implementation for faster indexing on non-Google engines
Output
Technical Score: XX/100
Category Breakdown
| Category |
Status |
Score |
| Crawlability |
pass/warn/fail |
XX/100 |
| Indexability |
pass/warn/fail |
XX/100 |
| Security |
pass/warn/fail |
XX/100 |
| URL Structure |
pass/warn/fail |
XX/100 |
| Mobile |
pass/warn/fail |
XX/100 |
| Core Web Vitals |
pass/warn/fail |
XX/100 |
| Structured Data |
pass/warn/fail |
XX/100 |
| JS Rendering |
pass/warn/fail |
XX/100 |
| IndexNow |
pass/warn/fail |
XX/100 |
Critical Issues (fix immediately)
High Priority (fix within 1 week)
Medium Priority (fix within 1 month)
Low Priority (backlog)
DataForSEO Integration (Optional)
If DataForSEO MCP tools are available, use on_page_instant_pages for real page analysis (status codes, page timing, broken links, on-page checks), on_page_lighthouse for Lighthouse audits (performance, accessibility, SEO scores), and domain_analytics_technologies_domain_technologies for technology stack detection.
Error Handling
| Scenario |
Action |
| URL unreachable |
Report connection error with status code. Suggest verifying URL, checking DNS resolution, and confirming the site is publicly accessible. |
| robots.txt not found |
Note that no robots.txt was detected at the root domain. Recommend creating one with appropriate directives. Continue audit on remaining categories. |
| HTTPS not configured |
Flag as a critical issue. Report whether HTTP is served without redirect, mixed content exists, or SSL certificate is missing/expired. |
| Core Web Vitals data unavailable |
Note that CrUX data is not available (common for low-traffic sites). Suggest using Lighthouse lab data as a proxy and recommend increasing traffic before re-testing. |
Limitations
- Use this skill only when the task clearly matches the scope described above.
- Do not treat the output as a substitute for environment-specific validation, testing, or expert review.
- Stop and ask for clarification if required inputs, permissions, safety boundaries, or success criteria are missing.
Source: sickn33/agentic-awesome-skills → skills/seo-technical/SKILL.md
Also appears in: sickn33/agentic-awesome-skills/plugins/agentic-awesome-skills/skills/seo-technical/SKILL.md, sickn33/agentic-awesome-skills/plugins/agentic-awesome-skills-claude/skills/seo-technical/SKILL.md
1---2name: seo-technical3description: Audit technical SEO across crawlability, indexability, security, URLs, mobile, Core Web Vitals, structured data, JavaScript rendering, and related platform signals like robots.txt and AI crawler access.4---5
6
7# Technical SEO Audit
8
9## When to Use
10- Use when the user wants a technical SEO review focused on crawlability, indexability, performance, or rendering.
11- Use when auditing robots.txt, canonicalization, JavaScript SEO, Core Web Vitals, or AI crawler access.
12- Use when the task is infrastructure- and implementation-oriented rather than content-focused.
13
14## Categories
15
16### 1. Crawlability
17- robots.txt: exists, valid, not blocking important resources
18- XML sitemap: exists, referenced in robots.txt, valid format
19- Noindex tags: intentional vs accidental
20- Crawl depth: important pages within 3 clicks of homepage
21- JavaScript rendering: check if critical content requires JS execution
22- Crawl budget: for large sites (>10k pages), efficiency matters
23
24#### AI Crawler Management
25
26As of 2025-2026, AI companies actively crawl the web to train models and power AI search. Managing these crawlers via robots.txt is a critical technical SEO consideration.
27
28**Known AI crawlers:**
29
30| Crawler | Company | robots.txt token | Purpose |
31|---------|---------|-----------------|---------|
32| GPTBot | OpenAI | `GPTBot` | Model training |
33| ChatGPT-User | OpenAI | `ChatGPT-User` | Real-time browsing |
34| ClaudeBot | Anthropic | `ClaudeBot` | Model training |
35| PerplexityBot | Perplexity | `PerplexityBot` | Search index + training |
36| Bytespider | ByteDance | `Bytespider` | Model training |
37| Google-Extended | Google | `Google-Extended` | Gemini training (NOT search) |
38| CCBot | Common Crawl | `CCBot` | Open dataset |
39
40**Key distinctions:**
41- Blocking `Google-Extended` prevents Gemini training use but does NOT affect Google Search indexing or AI Overviews (those use `Googlebot`)
42- Blocking `GPTBot` prevents OpenAI training but does NOT prevent ChatGPT from citing your content via browsing (`ChatGPT-User`)
43- ~3-5% of websites now use AI-specific robots.txt rules
44
45**Example, selective AI crawler blocking:**
46```
47# Allow search indexing, block AI training crawlers
48User-agent: GPTBot
49Disallow: /
50
51User-agent: Google-Extended
52Disallow: /
53
54User-agent: Bytespider
55Disallow: /
56
57# Allow all other crawlers (including Googlebot for search)
58User-agent: *
59Allow: /
60```
61
62**Recommendation:** Consider your AI visibility strategy before blocking. Being cited by AI systems drives brand awareness and referral traffic. Cross-reference the `seo-geo` skill for full AI visibility optimization.
63
64### 2. Indexability
65- Canonical tags: self-referencing, no conflicts with noindex
66- Duplicate content: near-duplicates, parameter URLs, www vs non-www
67- Thin content: pages below minimum word counts per type
68- Pagination: rel=next/prev or load-more pattern
69- Hreflang: correct for multi-language/multi-region sites
70- Index bloat: unnecessary pages consuming crawl budget
71
72### 3. Security
73- HTTPS: enforced, valid SSL certificate, no mixed content
74- Security headers:
75 - Content-Security-Policy (CSP)
76 - Strict-Transport-Security (HSTS)
77 - X-Frame-Options
78 - X-Content-Type-Options
79 - Referrer-Policy
80- HSTS preload: check preload list inclusion for high-security sites
81
82### 4. URL Structure
83- Clean URLs: descriptive, hyphenated, no query parameters for content
84- Hierarchy: logical folder structure reflecting site architecture
85- Redirects: no chains (max 1 hop), 301 for permanent moves
86- URL length: flag >100 characters
87- Trailing slashes: consistent usage
88
89### 5. Mobile Optimization
90- Responsive design: viewport meta tag, responsive CSS
91- Touch targets: minimum 48x48px with 8px spacing
92- Font size: minimum 16px base
93- No horizontal scroll
94- Mobile-first indexing: Google indexes mobile version. **Mobile-first indexing is 100% complete as of July 5, 2024.** Google now crawls and indexes ALL websites exclusively with the mobile Googlebot user-agent.
95
96### 6. Core Web Vitals
97- **LCP** (Largest Contentful Paint): target <2.5s
98- **INP** (Interaction to Next Paint): target <200ms
99 - INP replaced FID on March 12, 2024. FID was fully removed from all Chrome tools (CrUX API, PageSpeed Insights, Lighthouse) on September 9, 2024. Do NOT reference FID anywhere.
100- **CLS** (Cumulative Layout Shift): target <0.1
101- Evaluation uses 75th percentile of real user data
102- Use PageSpeed Insights API or CrUX data if MCP available
103
104### 7. Structured Data
105- Detection: JSON-LD (preferred), Microdata, RDFa
106- Validation against Google's supported types
107- See seo-schema skill for full analysis
108
109### 8. JavaScript Rendering
110- Check if content visible in initial HTML vs requires JS
111- Identify client-side rendered (CSR) vs server-side rendered (SSR)
112- Flag SPA frameworks (React, Vue, Angular) that may cause indexing issues
113- Verify dynamic rendering setup if applicable
114
115#### JavaScript SEO: Canonical & Indexing Guidance (December 2025)
116
117Google updated its JavaScript SEO documentation in December 2025 with critical clarifications:
118
1191. **Canonical conflicts:** If a canonical tag in raw HTML differs from one injected by JavaScript, Google may use EITHER one. Ensure canonical tags are identical between server-rendered HTML and JS-rendered output.
1202. **noindex with JavaScript:** If raw HTML contains `<meta name="robots" content="noindex">` but JavaScript removes it, Google MAY still honor the noindex from raw HTML. Serve correct robots directives in the initial HTML response.
1213. **Non-200 status codes:** Google does NOT render JavaScript on pages returning non-200 HTTP status codes. Any content or meta tags injected via JS on error pages will be invisible to Googlebot.
1224. **Structured data in JavaScript:** Product, Article, and other structured data injected via JS may face delayed processing. For time-sensitive structured data (especially e-commerce Product markup), include it in the initial server-rendered HTML.
123
124**Best practice:** Serve critical SEO elements (canonical, meta robots, structured data, title, meta description) in the initial server-rendered HTML rather than relying on JavaScript injection.
125
126### 9. IndexNow Protocol
127- Check if site supports IndexNow for Bing, Yandex, Naver
128- Supported by search engines other than Google
129- Recommend implementation for faster indexing on non-Google engines
130
131## Output
132
133### Technical Score: XX/100
134
135### Category Breakdown
136| Category | Status | Score |
137|----------|--------|-------|
138| Crawlability | pass/warn/fail | XX/100 |
139| Indexability | pass/warn/fail | XX/100 |
140| Security | pass/warn/fail | XX/100 |
141| URL Structure | pass/warn/fail | XX/100 |
142| Mobile | pass/warn/fail | XX/100 |
143| Core Web Vitals | pass/warn/fail | XX/100 |
144| Structured Data | pass/warn/fail | XX/100 |
145| JS Rendering | pass/warn/fail | XX/100 |
146| IndexNow | pass/warn/fail | XX/100 |
147
148### Critical Issues (fix immediately)
149### High Priority (fix within 1 week)
150### Medium Priority (fix within 1 month)
151### Low Priority (backlog)
152
153## DataForSEO Integration (Optional)
154
155If DataForSEO MCP tools are available, use `on_page_instant_pages` for real page analysis (status codes, page timing, broken links, on-page checks), `on_page_lighthouse` for Lighthouse audits (performance, accessibility, SEO scores), and `domain_analytics_technologies_domain_technologies` for technology stack detection.
156
157## Error Handling
158
159| Scenario | Action |
160|----------|--------|
161| URL unreachable | Report connection error with status code. Suggest verifying URL, checking DNS resolution, and confirming the site is publicly accessible. |
162| robots.txt not found | Note that no robots.txt was detected at the root domain. Recommend creating one with appropriate directives. Continue audit on remaining categories. |
163| HTTPS not configured | Flag as a critical issue. Report whether HTTP is served without redirect, mixed content exists, or SSL certificate is missing/expired. |
164| Core Web Vitals data unavailable | Note that CrUX data is not available (common for low-traffic sites). Suggest using Lighthouse lab data as a proxy and recommend increasing traffic before re-testing. |
165
166## Limitations
167- Use this skill only when the task clearly matches the scope described above.
168- Do not treat the output as a substitute for environment-specific validation, testing, or expert review.
169- Stop and ask for clarification if required inputs, permissions, safety boundaries, or success criteria are missing.
170
171---
172
173**Source:** [`sickn33/agentic-awesome-skills`](https://github.com/sickn33/agentic-awesome-skills) → `skills/seo-technical/SKILL.md`
174
175**Also appears in:** `sickn33/agentic-awesome-skills/plugins/agentic-awesome-skills/skills/seo-technical/SKILL.md`, `sickn33/agentic-awesome-skills/plugins/agentic-awesome-skills-claude/skills/seo-technical/SKILL.md`