# SEO Analyzer

> 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.

- Skill: `johnalbertini14-glitch/seo-analyzer` (Agent Skill, multi-file: 3 files)
- Install (CLI): `npx skillmds@latest add johnalbertini14-glitch/seo-analyzer`
- Raw SKILL.md: https://api.skillmd.com/api/skills/johnalbertini14-glitch/seo-analyzer/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Marketing & Growth
- Author: johnalbertini14-glitch (https://skillmd.com/u/johnalbertini14-glitch)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/johnalbertini14-glitch/seo-analyzer

---


# seo-analyzer

Analyze any webpage URL for SEO issues and get actionable recommendations.

## Usage

```bash
./seo-analyze.sh <URL>
```

Or use `web_fetch` to grab the page content and pipe it:

```bash
curl -sL <URL> | ./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)

