optimization-checklist

Pre-Publish Optimization Checklist

Content Preview
# Pre-Publish Optimization Checklist

Run this before every piece goes live. Each section is a gate — fail a gate, fix it before moving on.

---

## Gate 1: SEO Signals

### Title & Headers
- [ ] H1 contains primary keyword (naturally, not forced)
- [ ] H1 is ≤70 characters
- [ ] At least 2 H2s contain secondary keywords or related phrases
- [ ] No two H2s are duplicates or near-duplicates
- [ ] H1 differs from the title tag (they can overlap but shouldn't be identical)

### Keyword Presence
- [
How to Use

Recommended: Install to project (local)

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

Related Skills