seo-auditor

Scan and optimize docs for SEO — meta tags, readability, keywords, broken links, sitemap.

Content Preview
---
description: Scan and optimize docs for SEO — meta tags, readability, keywords, broken links, sitemap.
---

Run the SEO auditor on documentation files. Target path: `$ARGUMENTS` (default: all docs/ and root README.md).

If `$ARGUMENTS` is `--report-only`, scan without making changes.

Execute all 7 phases. Auto-fix non-destructive issues. Never change URLs. Preserve content on high-ranking pages.

## Phase 1: Discovery

Find all target markdown files:
- `docs/**/*.md` — all documentation pag
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/seo-auditor.md \
  https://raw.githubusercontent.com/alirezarezvani/claude-skills/main/.claude/commands/seo-auditor.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/alirezarezvani/claude-skills

Then reference at .claude/commands/seo-auditor.md

Related Skills