Install
openclaw skills install shelly-seo-analyzerAnalyze 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.
openclaw skills install shelly-seo-analyzerAnalyze any webpage URL for SEO issues and get actionable recommendations.
./seo-analyze.sh <URL>
Or use web_fetch to grab the page content and pipe it:
curl -sL <URL> | ./seo-analyze.sh -
Plain text report with findings and prioritized recommendations.
curl (or use web_fetch in OpenClaw)grep, sed, awk (standard Unix tools)Shelly 🦞 (@ShellyToMillion)