skillfed

seo-technical

seo-technical is a comprehensive technical SEO analysis skill that evaluates your site's crawlability, indexability, security posture, and performance metrics. It integrates with Claude Code to run parallel diagnostics across multiple SEO dimensions, helping you identify and resolve foundational issues that impact search visibility.

seo-technical conducts a comprehensive technical SEO audit across four core dimensions: crawlability (how search engines discover your pages), indexability (whether pages can be added to search indexes), security posture (HTTPS, SSL, headers), and Core Web Vitals performance metrics. The skill runs parallel diagnostics to identify foundational issues blocking search visibility.

AI-generated summary based on this skill's SKILL.md

12,542 1,826 MIT updated by AgriciDaniel

Install

AgriciDaniel/claude-seo/seo-technical · repository language: Python

CLI (skillfed)coming soon
git clone https://github.com/AgriciDaniel/claude-seo
cp -r claude-seo/skills/seo-technical ~/.claude/skills/seo-technical

Frequently asked questions

AI-generated answers based on this skill's SKILL.md and metadata

What does seo-technical audit for technical SEO health?

seo-technical conducts a comprehensive technical SEO audit across four core dimensions: crawlability (how search engines discover your pages), indexability (whether pages can be added to search indexes), security posture (HTTPS, SSL, headers), and Core Web Vitals performance metrics. The skill runs parallel diagnostics to identify foundational issues blocking search visibility.

How do I check my site crawlability with seo-technical?

seo-technical analyzes crawlability by examining robots.txt configuration, crawl budget allocation, URL structure, and crawl path efficiency. It identifies blocked resources, redirect chains, and crawl traps that prevent search engines from discovering your content, then recommends fixes to optimize how bots navigate your site.

Can seo-technical validate my robots.txt and manage AI crawler access?

Yes. seo-technical validates robots.txt syntax and rules for both traditional search crawlers and AI model training bots. It helps you configure appropriate directives to allow or block specific crawlers, manage crawl budget allocation, and set up rules that control whether AI systems can access your content for training purposes.

What security checks does seo-technical perform on my site?

seo-technical checks HTTPS implementation, SSL certificate validity, security headers (CSP, X-Frame-Options, HSTS), and IndexNow protocol support. It validates that your site uses proper encryption, implements protective headers, and supports modern indexing protocols—all critical for both search engine trust and user security.

How does seo-technical help with mobile SEO and structured data?

seo-technical validates mobile responsiveness, viewport configuration, and mobile-specific performance issues. It also audits structured data markup (Schema.org), JavaScript rendering for search engines, and page experience signals. These checks ensure your content is accessible and understandable to both mobile users and search crawlers.

What site speed and Core Web Vitals issues can seo-technical identify?

seo-technical analyzes Core Web Vitals scores (Largest Contentful Paint, First Input Delay, Cumulative Layout Shift), identifies speed bottlenecks, and flags performance issues impacting search rankings. It detects unoptimized resources, render-blocking assets, and crawl budget waste caused by slow server response times.

SKILL.md

rendered from the published skill — quoted content, verbatim

Technical SEO Audit

Categories

1. Crawlability
  • robots.txt: exists, valid, not blocking important resources
  • XML sitemap: run claude-seo run sitemap_discovery.py <url> --json; require a valid entry in found, and report stale or unsafe robots.txt declarations separately from working fallback locations
  • 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
  • Googlebot fetch limits: Googlebot fetches the first 2MB of HTML and first 64MB of a PDF (uncompressed; 15MB is the broader crawler-infra

(truncated - see the full file via the links below)

Read as markdown · JSON record · Browse the source repository

File tree — 3 files
skills/seo-technical/LICENSE.txt
skills/seo-technical/SKILL.md
skills/seo-technical/references/agent-friendly-pages.md

Related skills

Tags

crawl-health indexing-diagnostics site-security performance-metrics mobile-readiness schema-markup js-rendering ai-crawler-control search-visibility on-page-analysis