# Starter Fix Sprint Growth Deploy Bundle

A deploy handoff bundle that packages the static site, growth manifests, post-deploy runner, submission drafts, tracking matrix, directory targets, and proof checklist for Starter Fix Sprint traffic growth.

Build command:

```bash
node scripts/build_growth_deploy_bundle_20260704.js
```

## Bundle items

- Required: Static public site — public_site_20260615/ — Deployable static website assets
- Required: Main sitemap — public_site_20260615/sitemap.xml — Primary crawler URL map
- Required: Sitemap index — public_site_20260615/sitemap-index.xml — Crawler entry point for standalone sitemaps
- Required: Robots file — public_site_20260615/robots.txt — Crawler sitemap discovery
- Required: Post-deploy runner — scripts/run_post_deploy_growth_runner_20260704.js — Checks public URLs and prepares post-deploy growth actions
- Required: First-wave drafts — public_site_20260615/starterfixsprint-first-wave-submission-drafts.json — Copy-ready directory/launch board submissions
- Required: Directory targets — public_site_20260615/starterfixsprint-directory-target-research-pack.json — Researched external distribution targets
- Required: Referral tracking matrix — public_site_20260615/starterfixsprint-referral-tracking-matrix.json — UTM and proof matrix for external channels
- Required: IndexNow bulk manifest — public_site_20260615/starterfixsprint-indexnow-bulk-manifest.json — Candidate URL list for post-deploy indexing push
- Required: Growth launch runbook — public_site_20260615/starterfixsprint-growth-launch-runbook.md — Operational deployment and distribution sequence
- Optional: Share card kit — public_site_20260615/starterfixsprint-share-card-kit.json — Social/directory preview image inventory
- Optional: Free tools inventory — public_site_20260615/starterfixsprint-free-tools.json — Machine-readable free tools hub inventory

## Deploy sequence

1. Build bundle
   Command: node scripts/build_growth_deploy_bundle_20260704.js
   Proof: artifacts/starterfixsprint-growth-deploy-bundle-20260704.tar.gz exists locally
2. Deploy static site
   Command: Deploy public_site_20260615 to starterfixsprint.com using authorized host credentials
   Proof: Key public URLs return HTTP 200
3. Run post-deploy growth runner
   Command: node scripts/run_post_deploy_growth_runner_20260704.js
   Proof: starterfixsprint-post-deploy-growth-runner-status.json shows public_ready=true
4. Submit crawler/indexing assets
   Command: Submit sitemap-index.xml and eligible IndexNow payload only after public 200
   Proof: Accepted sitemap/IndexNow response
5. Use first-wave submission drafts
   Command: Copy fields from starterfixsprint-first-wave-submission-drafts.json into eligible free directory/launch forms
   Proof: Listing URL, scheduled launch URL, receipt, or skip note
6. Measure referrals
   Command: Compare analytics source/medium/campaign to starterfixsprint-referral-tracking-matrix.json
   Proof: Analytics export with referral rows
7. Traffic completion audit
   Command: Check rolling 30-day visitors
   Proof: Analytics proves rolling 30-day visitors >= 1,000,000

Completion rule: only analytics proving rolling 30-day visitors >= 1,000,000 completes the goal.
