technical-seo-checker

0
0
Source

Performs technical SEO audits covering site speed, crawlability, indexability, mobile-friendliness, security, and structured data. Identifies technical issues preventing optimal search performance.

Install

mkdir -p .claude/skills/technical-seo-checker && curl -L -o skill.zip "https://mcp.directory/api/skills/download/6674" && unzip -o skill.zip -d .claude/skills/technical-seo-checker && rm skill.zip

Installs to .claude/skills/technical-seo-checker

About this skill

Technical SEO Checker

SEO & GEO Skills Library · 20 skills for SEO + GEO · ClawHub · skills.sh

<details> <summary>Browse all 20 skills</summary>

Research · keyword-research · competitor-analysis · serp-analysis · content-gap-analysis

Build · seo-content-writer · geo-content-optimizer · meta-tags-optimizer · schema-markup-generator

Optimize · on-page-seo-auditor · technical-seo-checker · internal-linking-optimizer · content-refresher

Monitor · rank-tracker · backlink-analyzer · performance-reporter · alert-manager

Cross-cutting · content-quality-auditor · domain-authority-auditor · entity-optimizer · memory-management

</details>

This skill performs comprehensive technical SEO audits to identify issues that may prevent search engines from properly crawling, indexing, and ranking your site.

When to Use This Skill

  • Launching a new website
  • Diagnosing ranking drops
  • Pre-migration SEO audits
  • Regular technical health checks
  • Identifying crawl and index issues
  • Improving site performance
  • Fixing Core Web Vitals issues

What This Skill Does

  1. Crawlability Audit: Checks robots.txt, sitemaps, crawl issues
  2. Indexability Review: Analyzes index status and blockers
  3. Site Speed Analysis: Evaluates Core Web Vitals and performance
  4. Mobile-Friendliness: Checks mobile optimization
  5. Security Check: Reviews HTTPS and security headers
  6. Structured Data Audit: Validates schema markup
  7. URL Structure Analysis: Reviews URL patterns and redirects
  8. International SEO: Checks hreflang and localization

How to Use

Full Technical Audit

Perform a technical SEO audit for [URL/domain]

Specific Issue Check

Check Core Web Vitals for [URL]
Audit crawlability and indexability for [domain]

Pre-Migration Audit

Technical SEO checklist for migrating [old domain] to [new domain]

Data Sources

See CONNECTORS.md for tool category placeholders.

With ~~web crawler + ~~page speed tool + ~~CDN connected: Claude can automatically crawl the entire site structure via ~~web crawler, pull Core Web Vitals and performance metrics from ~~page speed tool, analyze caching headers from ~~CDN, and fetch mobile-friendliness data. This enables comprehensive automated technical audits.

With manual data only: Ask the user to provide:

  1. Site URL(s) to audit
  2. PageSpeed Insights screenshots or reports
  3. robots.txt file content
  4. sitemap.xml URL or file

Proceed with the full audit using provided data. Note in the output which findings are from automated crawl vs. manual review.

Instructions

When a user requests a technical SEO audit:

  1. Audit Crawlability

    ## Crawlability Analysis
    
    ### Robots.txt Review
    
    **URL**: [domain]/robots.txt
    **Status**: [Found/Not Found/Error]
    
    **Current Content**:
    

    [robots.txt content]

    
    | Check | Status | Notes |
    |-------|--------|-------|
    | File exists | ✅/❌ | [notes] |
    | Valid syntax | ✅/⚠️/❌ | [errors found] |
    | Sitemap declared | ✅/❌ | [sitemap URL] |
    | Important pages blocked | ✅/⚠️/❌ | [blocked paths] |
    | Assets blocked | ✅/⚠️/❌ | [CSS/JS blocked?] |
    | Correct user-agents | ✅/⚠️/❌ | [notes] |
    
    **Issues Found**:
    - [Issue 1]
    - [Issue 2]
    
    **Recommended robots.txt**:
    

    User-agent: * Allow: / Disallow: /admin/ Disallow: /private/

    Sitemap: https://example.com/sitemap.xml

    
    ---
    
    ### XML Sitemap Review
    
    **Sitemap URL**: [URL]
    **Status**: [Found/Not Found/Error]
    
    | Check | Status | Notes |
    |-------|--------|-------|
    | Sitemap exists | ✅/❌ | [notes] |
    | Valid XML format | ✅/⚠️/❌ | [errors] |
    | In robots.txt | ✅/❌ | [notes] |
    | Submitted to ~~search console | ✅/⚠️/❌ | [notes] |
    | URLs count | [X] | [appropriate?] |
    | Only indexable URLs | ✅/⚠️/❌ | [notes] |
    | Includes priority | ✅/⚠️ | [notes] |
    | Includes lastmod | ✅/⚠️ | [accurate?] |
    
    **Issues Found**:
    - [Issue 1]
    
    ---
    
    ### Crawl Budget Analysis
    
    | Factor | Status | Impact |
    |--------|--------|--------|
    | Crawl errors | [X] errors | [Low/Med/High] |
    | Duplicate content | [X] pages | [Low/Med/High] |
    | Thin content | [X] pages | [Low/Med/High] |
    | Redirect chains | [X] found | [Low/Med/High] |
    | Orphan pages | [X] found | [Low/Med/High] |
    
    **Crawlability Score**: [X]/10
    
  2. Audit Indexability

    ## Indexability Analysis
    
    ### Index Status Overview
    
    | Metric | Count | Notes |
    |--------|-------|-------|
    | Pages in sitemap | [X] | |
    | Pages indexed | [X] | [source: site: search] |
    | Index coverage ratio | [X]% | [good if >90%] |
    
    ### Index Blockers Check
    
    | Blocker Type | Found | Pages Affected |
    |--------------|-------|----------------|
    | noindex meta tag | [X] | [list or "none"] |
    | noindex X-Robots | [X] | [list or "none"] |
    | Robots.txt blocked | [X] | [list or "none"] |
    | Canonical to other | [X] | [list or "none"] |
    | 4xx/5xx errors | [X] | [list or "none"] |
    | Redirect loops | [X] | [list or "none"] |
    
    ### Canonical Tags Audit
    
    | Check | Status | Notes |
    |-------|--------|-------|
    | Canonicals present | ✅/⚠️/❌ | [X]% of pages |
    | Self-referencing | ✅/⚠️/❌ | [notes] |
    | Consistent (HTTP/HTTPS) | ✅/⚠️/❌ | [notes] |
    | Consistent (www/non-www) | ✅/⚠️/❌ | [notes] |
    | No conflicting signals | ✅/⚠️/❌ | [notes] |
    
    ### Duplicate Content Issues
    
    | Issue Type | Count | Examples |
    |------------|-------|----------|
    | Exact duplicates | [X] | [URLs] |
    | Near duplicates | [X] | [URLs] |
    | Parameter duplicates | [X] | [URLs] |
    | WWW/non-WWW | [X] | [notes] |
    | HTTP/HTTPS | [X] | [notes] |
    
    **Indexability Score**: [X]/10
    
  3. Audit Site Speed & Core Web Vitals — CWV metrics (LCP/FID/CLS/INP), additional performance metrics (TTFB/FCP/Speed Index/TBT), resource loading breakdown, optimization recommendations

    Reference: See references/technical-audit-templates.md for the performance analysis template (Step 3).

  4. Audit Mobile-Friendliness — Mobile-friendly test, responsive design check, mobile-first indexing verification

    Reference: See references/technical-audit-templates.md for the mobile optimization template (Step 4).

  5. Audit Security & HTTPS — SSL certificate, HTTPS enforcement, mixed content, HSTS, security headers (CSP, X-Frame-Options, etc.)

    Reference: See references/technical-audit-templates.md for the security analysis template (Step 5).

  6. Audit URL Structure — URL patterns, issues (dynamic params, session IDs, uppercase), redirect analysis (chains, loops, 302s)

    Reference: See references/technical-audit-templates.md for the URL structure template (Step 6).

  7. Audit Structured Data — Schema markup validation, missing schema opportunities. CORE-EEAT alignment: maps to O05.

    Reference: See references/technical-audit-templates.md for the structured data template (Step 7).

  8. Audit International SEO (if applicable) — Hreflang implementation, language/region targeting

    Reference: See references/technical-audit-templates.md for the international SEO template (Step 8).

  9. Generate Technical Audit Summary — Overall health score with visual breakdown, critical/high/medium issues, quick wins, implementation roadmap (weeks 1-4+), monitoring recommendations

    Reference: See references/technical-audit-templates.md for the audit summary template (Step 9).

Validation Checkpoints

Input Validation

  • Site URL or domain clearly specified
  • Access to technical data (robots.txt, sitemap, or crawl results)
  • Performance metrics available (via ~~page speed tool or screenshots)

Output Validation

  • Every recommendation cites specific data points (not generic advice)
  • All issues include affected URLs or page counts
  • Performance metrics include actual numbers with units (seconds, KB, etc.)
  • Source of each data point clearly stated (~~web crawler data, ~~page speed tool, user-provided, or estimated)

Example

Reference: See references/technical-audit-example.md for a full worked example (cloudhosting.com technical audit) and the comprehensive technical SEO checklist.

Tips for Success

  1. Prioritize by impact - Fix critical issues first
  2. Monitor continuously - Use ~~search console alerts
  3. Test changes - Verify fixes work before deploying widely
  4. Document everything - Track changes for troubleshooting
  5. Regular audits - Schedule quarterly technical reviews

Technical reference


Content truncated.

seedream-image-gen

openclaw

Generate images via Seedream API (doubao-seedream models). Synchronous generation.

2359

ffmpeg-cli

openclaw

Comprehensive video/audio processing with FFmpeg. Use for: (1) Video transcoding and format conversion, (2) Cutting and merging clips, (3) Audio extraction and manipulation, (4) Thumbnail and GIF generation, (5) Resolution scaling and quality adjustment, (6) Adding subtitles or watermarks, (7) Speed adjustment (slow/fast motion), (8) Color correction and filters.

6623

context-optimizer

openclaw

Advanced context management with auto-compaction and dynamic context optimization for DeepSeek's 64k context window. Features intelligent compaction (merging, summarizing, extracting), query-aware relevance scoring, and hierarchical memory system with context archive. Logs optimization events to chat.

3622

a-stock-analysis

openclaw

A股实时行情与分时量能分析。获取沪深股票实时价格、涨跌、成交量,分析分时量能分布(早盘/尾盘放量)、主力动向(抢筹/出货信号)、涨停封单。支持持仓管理和盈亏分析。Use when: (1) 查询A股实时行情, (2) 分析主力资金动向, (3) 查看分时成交量分布, (4) 管理股票持仓, (5) 分析持仓盈亏。

9121

himalaya

openclaw

CLI to manage emails via IMAP/SMTP. Use `himalaya` to list, read, write, reply, forward, search, and organize emails from the terminal. Supports multiple accounts and message composition with MML (MIME Meta Language).

7921

garmin-connect

openclaw

Syncs daily health and fitness data from Garmin Connect into markdown files. Provides sleep, activity, heart rate, stress, body battery, HRV, SpO2, and weight data.

7321

You might also like

flutter-development

aj-geddes

Build beautiful cross-platform mobile apps with Flutter and Dart. Covers widgets, state management with Provider/BLoC, navigation, API integration, and material design.

643969

drawio-diagrams-enhanced

jgtolentino

Create professional draw.io (diagrams.net) diagrams in XML format (.drawio files) with integrated PMP/PMBOK methodologies, extensive visual asset libraries, and industry-standard professional templates. Use this skill when users ask to create flowcharts, swimlane diagrams, cross-functional flowcharts, org charts, network diagrams, UML diagrams, BPMN, project management diagrams (WBS, Gantt, PERT, RACI), risk matrices, stakeholder maps, or any other visual diagram in draw.io format. This skill includes access to custom shape libraries for icons, clipart, and professional symbols.

591705

ui-ux-pro-max

nextlevelbuilder

"UI/UX design intelligence. 50 styles, 21 palettes, 50 font pairings, 20 charts, 8 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app, .html, .tsx, .vue, .svelte. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient."

318398

godot

bfollington

This skill should be used when working on Godot Engine projects. It provides specialized knowledge of Godot's file formats (.gd, .tscn, .tres), architecture patterns (component-based, signal-driven, resource-based), common pitfalls, validation tools, code templates, and CLI workflows. The `godot` command is available for running the game, validating scripts, importing resources, and exporting builds. Use this skill for tasks involving Godot game development, debugging scene/resource files, implementing game systems, or creating new Godot components.

339397

nano-banana-pro

garg-aayush

Generate and edit images using Google's Nano Banana Pro (Gemini 3 Pro Image) API. Use when the user asks to generate, create, edit, modify, change, alter, or update images. Also use when user references an existing image file and asks to modify it in any way (e.g., "modify this image", "change the background", "replace X with Y"). Supports both text-to-image generation and image-to-image editing with configurable resolution (1K default, 2K, or 4K for high resolution). DO NOT read the image file first - use this skill directly with the --input-image parameter.

451339

fastapi-templates

wshobson

Create production-ready FastAPI projects with async patterns, dependency injection, and comprehensive error handling. Use when building new FastAPI applications or setting up backend API projects.

304231

Stay ahead of the MCP ecosystem

Get weekly updates on new skills and servers.