seo_optimization_example

Demonstration of seo_optimizer.py input and output.

Content Preview
# SEO Optimization Example

Demonstration of seo_optimizer.py input and output.

---

## Sample Input

**File: `draft_article.md`**

```markdown
# Marketing Tips

Marketing is important for businesses. Here are some things to know.

## Why Marketing Matters

Companies need marketing. It helps them grow. Marketing brings customers.

## Some Ideas

Try social media. Post content. Use email. Run ads.

## Conclusion

Marketing is good. Do more of it.
```

---

## Command

```bash
python scripts/seo_
How to Use

Recommended: Install to project (local)

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

Related Skills