# Starter Fix Sprint Post-Deploy Growth Runner

A safe post-deploy runner and status hub for checking public URLs, preparing IndexNow, sequencing free-directory submissions, and collecting analytics proof toward verified monthly traffic.

Run after deployment:

```bash
node scripts/run_post_deploy_growth_runner_20260704.js
```

## 1. Public URL readiness check

- Status: prepared
- Action: GET key URLs from sitemap, launch board, free tools hub, policy checker, and public submission tracker.
- Proof: starterfixsprint.com key URLs return HTTP 200

## 2. Sitemap index readiness

- Status: prepared
- Action: Check crawler entry points after deployment.
- Proof: sitemap-index.xml and robots.txt are public and reference high-value sitemaps

## 3. IndexNow preparation

- Status: prepared_safe_mode
- Action: Prepare submit payload; do not submit unless INDEXNOW_KEY and public 200 checks pass.
- Proof: IndexNow key exists and deployed URLs are public before submit

## 4. Directory submission sequencing

- Status: prepared_manual_queue
- Action: Load researched target queue and output eligible post-deploy tasks; no auto-posting to communities.
- Proof: target-specific listing URL, receipt, or skip note

## 5. Referral tracking alignment

- Status: prepared
- Action: Use UTM matrix for every distribution action.
- Proof: analytics source/medium/campaign rows match referral tracking matrix

## 6. Monthly traffic proof

- Status: not_achieved
- Action: Never mark complete from local files, sitemaps, deploy success, or submission preparation alone.
- Proof: analytics export proves rolling 30-day visitors >= 1,000,000

