seo-technical

Audits websites across nine technical SEO categories including crawlability, Core Web Vitals, and structured data.

Updated Jun 9, 2026
One-click install
npx skills add https://github.com/timikalo7/Execute --skill seo-technical-timikalo7
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: seo-technical
Source: https://github.com/timikalo7/Execute/tree/main/.claude/skill-library/claude-seo/skills/seo-technical
Command: npx skills add https://github.com/timikalo7/Execute --skill seo-technical-timikalo7

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Technical SEO issues like broken robots.txt rules, slow Core Web Vitals, missing security headers, and JavaScript rendering problems silently block sites from being crawled and ranked. This Skill runs a structured audit across nine categories and produces a prioritized fix list instead of a vague checklist. ## Core Features & Use Cases - Nine-category audit: Covers crawlability, indexability, security headers, URL structure, mobile optimization, Core Web Vitals (LCP, INP, CLS), structured data, JavaScript rendering, and IndexNow protocol. - AI crawler management: Audits robots.txt rules for GPTBot, ClaudeBot, PerplexityBot, and other AI crawlers, distinguishing training crawlers from user-triggered fetchers that ignore robots.txt. - Agent-friendly page checks: Scores accessibility-tree quality for AI agents using Playwright-based scans, aligned with the Lighthouse Agentic Browsing category. - Use Case: Run a technical SEO audit on a newly launched e-commerce site to catch canonical conflicts between server-rendered HTML and JavaScript-injected tags before they cause indexing loss. ## Quick Start Ask the assistant to run a technical SEO audit on your site URL, for example by saying: audit https://example.com for technical SEO issues and prioritize the fixes.

Frequently Asked Questions about seo-technical

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run a technical SEO audit on my website?

Provide the site URL and the audit checks nine categories: crawlability, indexability, security, URL structure, mobile, Core Web Vitals, structured data, JavaScript rendering, and IndexNow. Results come back as a scored breakdown with issues prioritized from critical to low.

What Core Web Vitals thresholds does a technical SEO audit check?

The audit checks LCP at or below 2.5 seconds, INP at or below 200 milliseconds, and CLS at or below 0.1, measured at the 75th percentile of real user data. FID is no longer used since INP replaced it in March 2024.

How do I block AI crawlers like GPTBot in robots.txt?

Add a User-agent block for each crawler token such as GPTBot, ClaudeBot, or Google-Extended with Disallow: /. Note that user-triggered fetchers like ChatGPT-User and Google-Agent ignore robots.txt and require server-side access controls instead.

Does JavaScript rendering affect Google indexing?

Yes. Google does not render JavaScript on non-200 pages, may honor a noindex from raw HTML even if JS removes it, and can pick either canonical tag if server and JS versions conflict. Serve critical SEO elements in the initial server-rendered HTML.

Why is my Core Web Vitals data unavailable for my site?

CrUX field data requires sufficient real-user traffic, so low-traffic sites often have no data. Use Lighthouse lab data as a proxy via PageSpeed Insights and re-test after traffic grows.

Can the audit check if my site is friendly to AI agents?

Yes. An agent-UX check renders the page with Playwright and captures the accessibility tree, scoring semantic HTML, label associations, and interactive element naming. Findings are reported as opportunities rather than hard failures.