# Ahrefs CSV Processing - Quick Reference Card

## One Command

```bash
python3 v2/scripts/blog/process-ahrefs-csv.py /path/to/ahrefs-export.csv
```

## Options

```bash
# Auto-approve (skip confirmation)
--auto-approve

# Dry-run only (no implementation)
--dry-run-only
```

## Output Location

`v2/scripts/blog/ahrefs-analysis/`

## What It Does

1. Analyzes CSV opportunities
2. Validates duplicates & safety
3. Generates report
4. Runs dry-run
5. Implements approved links

## Safety

- ✅ Automatic backups
- ✅ Dry-run by default
- ✅ Safe placement validation
- ✅ Comprehensive logging

## Documentation

- Quick Start: `v2/scripts/blog/QUICK_START_AHREFS.md`
- Full Guide: `docs/seo/AHREFS_RECURRING_WORKFLOW.md`
- Master Guide: `docs/seo/AHREFS_MASTER_GUIDE.md`
