seo-audit-reference

1. **Crawlability & Indexation** (can Google find and index it?)

Content Preview
# seo-audit reference

## Audit Framework

### Priority Order
1. **Crawlability & Indexation** (can Google find and index it?)
2. **Technical Foundations** (is the site fast and functional?)
3. **On-Page Optimization** (is content optimized?)
4. **Content Quality** (does it deserve to rank?)
5. **Authority & Links** (does it have credibility?)

---

## Technical SEO Audit

### Crawlability

**Robots.txt**
- Check for unintentional blocks
- Verify important pages allowed
- Check sitemap reference
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/seo-audit-reference.md \
  https://raw.githubusercontent.com/alirezarezvani/claude-skills/main/marketing-skill/seo-audit/references/seo-audit-reference.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 marketing-skill/seo-audit/references/seo-audit-reference.md

Related Skills