technical-seo-checker

aaron-he-zhu/seo-geo-claude-skills · updated Apr 8, 2026

MDX-style export adds YAML metadata + attribution linking explainx.ai and this canonical listing URL.

$npx skills add https://github.com/aaron-he-zhu/seo-geo-claude-skills --skill technical-seo-checker
0 commentsdiscussion
summary

Comprehensive technical SEO audits covering crawlability, indexability, Core Web Vitals, and site health.

  • Analyzes eight core areas: robots.txt and sitemaps, index status and blockers, Core Web Vitals (LCP/CLS/INP/TTFB), mobile-friendliness, HTTPS/security headers, URL structure and redirects, structured data validation, and hreflang implementation
  • Produces a scored technical health report (0–100) with critical/high/medium issue triage, affected page counts, and specific data points for
skill.md

Technical SEO Checker

SEO & GEO Skills Library · 20 skills for SEO + GEO · ClawHub · skills.sh System Mode: This optimization skill follows the shared Skill Contract and State Model.

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

System role: Optimization layer skill. It turns weak pages, structures, and technical issues into prioritized repair work.

When This Must Trigger

Use this when the conversation involves any of these situations — even if the user does not use SEO terminology:

Use this whenever the task needs a diagnosis or repair plan that should feed directly into remediation work, not just a one-time opinion.

  • 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

Quick Start

Start with one of these prompts. Finish with a short handoff summary using the repository format in Skill Contract.

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]

Skill Contract

Expected output: a scored diagnosis, prioritized repair plan, and a short handoff summary ready for memory/audits/.

  • Reads: the current page or site state, symptoms, prior audits, and current priorities from CLAUDE.md and the shared State Model when available.
  • Writes: a user-facing audit or optimization plan plus a reusable summary that can be stored under memory/audits/.
  • Promotes: blocking defects, repeated weaknesses, and fix priorities to memory/open-loops.md and memory/decisions.md.
  • Next handoff: use the Next Best Skill below when the repair path is clear.

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

how to use technical-seo-checker

How to use technical-seo-checker on Cursor

AI-first code editor with Composer

1

Prerequisites

Before installing skills in Cursor, ensure your development environment meets these requirements:

  • Cursor installed and configured on your development machine
  • Node.js version 16.0+ with npm package manager (verify with node --version)
  • Active project directory or workspace where you want to add technical-seo-checker
2

Execute installation command

Execute the skills CLI command in your project's root directory to begin installation:

$npx skills add https://github.com/aaron-he-zhu/seo-geo-claude-skills --skill technical-seo-checker

The skills CLI fetches technical-seo-checker from GitHub repository aaron-he-zhu/seo-geo-claude-skills and configures it for Cursor.

3

Select Cursor when prompted

The CLI will show a list of available agents. Use arrow keys to navigate and space to select Cursor:

◆ Which agents do you want to install to?
│ ── Universal (.agents/skills) ── always included ────
│ • Amp
│ • Antigravity
│ • Cline
│ • Codex
│ ●Cursor(selected)
│ • Cursor
│ • Windsurf
4

Verify installation

Confirm successful installation by checking the skill directory location:

.cursor/skills/technical-seo-checker

Reload or restart Cursor to activate technical-seo-checker. Access the skill through slash commands (e.g., /technical-seo-checker) or your agent's skill management interface.

Security & Verification Notice

We perform automated surface-level scans (Gen AI Scanner, Socket, Snyk) during installation. These checks detect common vulnerabilities but do not guarantee complete security. Always review skill source code and verify the publisher's reputation before production use.

Skills execute code in your development environment. Always verify the publisher's identity, review recent commits, and test in isolated environments before production deployment.

List & Monetize Your Skill

Submit your Claude Code skill and start earning

GET_STARTED →

Use Cases

Task Automation & Efficiency

Automate repetitive workflows and reduce manual effort

Example

Generate reports, summarize documents, draft communications

Save 3-5 hours per week on routine tasks

Knowledge Enhancement

Learn new skills, understand complex topics, get expert guidance

Example

Explain concepts, provide examples, suggest learning resources

Accelerate learning and skill development by 2x

Quality Improvement

Enhance output quality through reviews, suggestions, and refinements

Example

Review drafts, suggest improvements, catch errors

Improve work quality by 30-40% with less effort

Implementation Guide

Prerequisites

  • Claude Desktop or compatible AI client with skill support
  • Clear understanding of task or problem to solve
  • Willingness to iterate and refine outputs

Time Estimate

15-45 minutes depending on use case complexity

Installation Steps

  1. 1.Install skill using provided installation command
  2. 2.Test with simple use case relevant to your work
  3. 3.Evaluate output quality and relevance
  4. 4.Iterate on prompts to improve results
  5. 5.Integrate into regular workflow if valuable

Common Pitfalls

  • Expecting perfect results without iteration
  • Not providing enough context in prompts
  • Using skill for tasks outside its intended scope
  • Accepting outputs without review and validation

Best Practices

✓ Do

  • +Start with clear, specific prompts
  • +Provide relevant context and constraints
  • +Review and refine all outputs before using
  • +Iterate to improve output quality
  • +Document successful prompt patterns

✗ Don't

  • Don't use without understanding skill limitations
  • Don't skip validation of outputs
  • Don't share sensitive information in prompts
  • Don't expect skill to replace human judgment

💡 Pro Tips

  • Be specific about desired format and style
  • Ask for multiple options to choose from
  • Request explanations to understand reasoning
  • Combine AI efficiency with human expertise

When to Use This

✓ Use When

Use when skill capabilities match your task, clear ROI on time saved, and you can validate outputs. Best for repetitive tasks, learning, and quality improvement.

✗ Avoid When

Avoid when task requires deep expertise you can't validate, involves sensitive decisions, or when learning process is more valuable than speed of completion.

Learning Path

  1. 1Familiarize yourself with skill capabilities and limitations
  2. 2Start with low-risk, non-critical tasks
  3. 3Progress to more complex and valuable use cases
  4. 4Build expertise through regular use and experimentation

Discussion

Product Hunt–style comments (not star reviews)
  • No comments yet — start the thread.
general reviews

Ratings

4.767 reviews
  • Aanya Singh· Dec 28, 2024

    Registry listing for technical-seo-checker matched our evaluation — installs cleanly and behaves as described in the markdown.

  • Dhruvi Jain· Dec 24, 2024

    technical-seo-checker reduced setup friction for our internal harness; good balance of opinion and flexibility.

  • Pratham Ware· Dec 20, 2024

    Solid pick for teams standardizing on skills: technical-seo-checker is focused, and the summary matches what you get after install.

  • Sofia Zhang· Dec 12, 2024

    Registry listing for technical-seo-checker matched our evaluation — installs cleanly and behaves as described in the markdown.

  • Daniel Brown· Dec 8, 2024

    technical-seo-checker has been reliable in day-to-day use. Documentation quality is above average for community skills.

  • Camila Srinivasan· Dec 8, 2024

    technical-seo-checker reduced setup friction for our internal harness; good balance of opinion and flexibility.

  • Mateo Brown· Dec 4, 2024

    technical-seo-checker has been reliable in day-to-day use. Documentation quality is above average for community skills.

  • Daniel Ramirez· Nov 27, 2024

    I recommend technical-seo-checker for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.

  • Charlotte Diallo· Nov 19, 2024

    Useful defaults in technical-seo-checker — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.

  • Oshnikdeep· Nov 15, 2024

    I recommend technical-seo-checker for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.

showing 1-10 of 67

1 / 7