# SEO Report: {POST_TITLE}

**Last Updated:** {LAST_UPDATED}  
**Post Slug:** {POST_SLUG}  
**Category:** {CATEGORY}  
**Last Report Generated:** {REPORT_TIMESTAMP}

> **Automated Reports:** See `data/reports/` folder for detailed automated SEO analysis:
>
> - `seo-performance-report.md` - SEO metrics, keyword performance, search console data
> - `keyword-opportunities-report.md` - Keyword analysis, quick wins, domain opportunities
> - `traffic-analysis-report.md` - GA4 and GSC traffic analysis

## Quick Summary (From Reports)

**SEO Performance:**

- **SEO Score:** {SEO_SCORE}/100 ({SEO_STATUS})
- **Primary Keyword:** {PRIMARY_KEYWORD_1} (Position: {POSITION_1}, Volume: {VOLUME_1})
- **Search Console:** {GSC_CLICKS_90} clicks, {GSC_IMPRESSIONS_90} impressions, {GSC_CTR_90}% CTR
- **Average Position:** {GSC_POSITION_90}

**Top SEO Opportunities:**

- {QUICK_SEO_OPPORTUNITY_1}
- {QUICK_SEO_OPPORTUNITY_2}

> **To regenerate reports:** Run `php v2/scripts/blog/generate-automated-reports.php --post={POST_SLUG} --category={CATEGORY}`

<!-- BEGIN MANUAL -->

## Manual SEO Review & Insights (EDITABLE)

> ✅ **Safe to Edit:** Content between `<!-- BEGIN MANUAL -->` and `<!-- END MANUAL -->` markers is preserved during regeneration. Add your manual SEO review notes, insights, and expert observations here.

### Manual SEO Notes

{MANUAL_SEO_NOTES}

### Manual SEO Observations

Add your manual SEO observations, refinements, and expert insights here:

- {MANUAL_SEO_OBSERVATION_1}
- {MANUAL_SEO_OBSERVATION_2}

### Manual SEO Improvement Priorities

**High Priority (Manual Assessment):**

- {MANUAL_SEO_HIGH_PRIORITY_1}
- {MANUAL_SEO_HIGH_PRIORITY_2}

**Medium Priority (Manual Assessment):**

- {MANUAL_SEO_MEDIUM_PRIORITY_1}

**Low Priority (Manual Assessment):**

- {MANUAL_SEO_LOW_PRIORITY_1}

---

> **See Also:** For comprehensive manual review notes, see `MANUAL_NOTES.md` (never overwritten by scripts).

<!-- END MANUAL -->
