🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub

SEO Analyzer

by @claudiodrusus

Analyze any webpage URL for SEO issues and get actionable recommendations. Checks title tags, meta descriptions, heading structure, keyword density, image al...

Versionv1.0.0
Downloads1,512
TERMINAL
clawhub install shelly-seo-analyzer

πŸ“– About This Skill


name: seo-analyzer description: Analyze any webpage URL for SEO issues and get actionable recommendations. Checks title tags, meta descriptions, heading structure, keyword density, image alt tags, Open Graph, and more. triggers: - analyze seo - check seo - seo audit

seo-analyzer

Analyze any webpage URL for SEO issues and get actionable recommendations.

Usage

./seo-analyze.sh 

Or use web_fetch to grab the page content and pipe it:

curl -sL  | ./seo-analyze.sh -

What It Checks

  • Title tag β€” presence, length (50-60 chars ideal)
  • Meta description β€” presence, length (150-160 chars ideal)
  • Heading structure β€” H1 count, heading hierarchy
  • Keyword density β€” top 10 most frequent words (3+ chars)
  • Image alt tags β€” missing alt attributes
  • Open Graph / Twitter cards β€” social sharing metadata
  • Canonical URL β€” duplicate content prevention
  • Word count β€” thin content detection
  • Output

    Plain text report with findings and prioritized recommendations.

    Requirements

  • curl (or use web_fetch in OpenClaw)
  • grep, sed, awk (standard Unix tools)
  • Author

    Shelly 🦞 (@ShellyToMillion)

    πŸ’‘ Examples

    ./seo-analyze.sh 
    

    Or use web_fetch to grab the page content and pipe it:

    curl -sL  | ./seo-analyze.sh -