OpenClaw SEO Audit Skill Released for Technical Website Analysis

✍️ OpenClawRadar📅 Published: April 17, 2026🔗 Source
OpenClaw SEO Audit Skill Released for Technical Website Analysis
Ad

A new OpenClaw skill has been uploaded that performs comprehensive SEO audits. After installation, users can ask OpenClaw 'seo audit [url]' to get a detailed analysis of any website.

What the Skill Checks

The audit covers seven main categories with specific checks in each:

Technical SEO (25%)

  • robots.txt validity
  • XML sitemap existence & structure
  • HTTPS/SSL implementation
  • Hreflang tags for multi-language sites
  • Redirect chains
  • Canonical tags
  • Security headers

Content Quality (25%)

  • E-E-A-T signals (Experience, Expertise, Authority, Trust)
  • Author bylines & credentials
  • Social proof (testimonials, logos)
  • Thin content detection
  • Readability analysis

On-Page SEO (20%)

  • Title tags
  • Meta descriptions
  • H1-H6 heading structure
  • Internal linking
  • URL structure
  • CTAs (Calls to Action)

Schema/Structured Data (10%)

  • JSON-LD detection
  • Organization, Product, FAQ, Review schemas
  • Validation against Google's supported types
  • Deprecation warnings (HowTo, FAQ restrictions)

Performance/Core Web Vitals (10%)

  • LCP (Largest Contentful Paint) ≤2.5s target
  • INP (Interaction to Next Paint) ≤200ms target
  • CLS (Cumulative Layout Shift) ≤0.1 target
  • TTFB (Time to First Byte)
  • Page weight

Images (5%)

  • Alt text presence
  • Image sizing/compression
  • Modern formats (WebP/AVIF)

AI Search Readiness / GEO (5%)

  • AI crawler access (GPTBot, ClaudeBot, etc.)
  • llms.txt file presence
  • Citability for AI Overviews
  • Content structure for AI extraction
Ad

Output Format

The skill outputs a health score from 0-100 along with a prioritized action plan categorized as Critical, High, Medium, or Low priority items.

The skill is available at: https://www.machina.directory/skills/seo-audit

📖 Read the full source: r/openclaw

Ad

👀 See Also

log-context-mcp: MCP tool reduces log token usage by 96% for Claude debugging
Tools

log-context-mcp: MCP tool reduces log token usage by 96% for Claude debugging

log-context-mcp is an MCP tool that preprocesses log files before they reach Claude's context, deduplicating lines, grouping stack traces, and stripping noise to reduce token usage. Testing on a 2000-line Apache log showed 96.5% reduction while correctly identifying root causes.

OpenClawRadar
GitVelocity: AI Scoring of 50k PRs Reveals Insights on Code Complexity
Tools

GitVelocity: AI Scoring of 50k PRs Reveals Insights on Code Complexity

GitVelocity uses Claude to score merged pull requests 0-100 across six dimensions: scope, architecture, implementation, risk, quality, and performance/security. After analyzing 50,000+ PRs across TypeScript, Python, Rust, Go, Java, and Elixir, the team found surprising patterns about PR size, test coverage, and AI adoption.

OpenClawRadar
Custom Output Styles Collection for Claude Code
Tools

Custom Output Styles Collection for Claude Code

A developer has created 13 custom output styles for Claude Code that modify the AI's behavior through system prompts. The styles include Roast for brutal code critique, Socratic for guided questioning, Breaker for adversarial testing, Ship It for pragmatic solutions, Paranoid for security focus, and TDD for test-driven development.

OpenClawRadar
Caliber: Local CLI tool generates AI coding assistant configs from your repo
Tools

Caliber: Local CLI tool generates AI coding assistant configs from your repo

Caliber is a local-first CLI tool that scans repositories in languages like TypeScript, Python, Go, and Rust, then generates prompt and configuration files for AI coding assistants including Claude Code, Cursor, and Codex. It runs entirely on your machine with your own keys, has 13k npm installs, and is open source under MIT license.

OpenClawRadar