{
  "updated_at": "2026-07-04T00:00:00+08:00",
  "url": "https://starterfixsprint.com/starterfixsprint-post-deploy-growth-runner/",
  "script": "scripts/run_post_deploy_growth_runner_20260704.js",
  "description": "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.",
  "mode": "safe_by_default",
  "runner_steps": [
    {
      "order": 1,
      "name": "Public URL readiness check",
      "status": "prepared",
      "proof": "starterfixsprint.com key URLs return HTTP 200",
      "action": "GET key URLs from sitemap, launch board, free tools hub, policy checker, and public submission tracker."
    },
    {
      "order": 2,
      "name": "Sitemap index readiness",
      "status": "prepared",
      "proof": "sitemap-index.xml and robots.txt are public and reference high-value sitemaps",
      "action": "Check crawler entry points after deployment."
    },
    {
      "order": 3,
      "name": "IndexNow preparation",
      "status": "prepared_safe_mode",
      "proof": "IndexNow key exists and deployed URLs are public before submit",
      "action": "Prepare submit payload; do not submit unless INDEXNOW_KEY and public 200 checks pass."
    },
    {
      "order": 4,
      "name": "Directory submission sequencing",
      "status": "prepared_manual_queue",
      "proof": "target-specific listing URL, receipt, or skip note",
      "action": "Load researched target queue and output eligible post-deploy tasks; no auto-posting to communities."
    },
    {
      "order": 5,
      "name": "Referral tracking alignment",
      "status": "prepared",
      "proof": "analytics source/medium/campaign rows match referral tracking matrix",
      "action": "Use UTM matrix for every distribution action."
    },
    {
      "order": 6,
      "name": "Monthly traffic proof",
      "status": "not_achieved",
      "proof": "analytics export proves rolling 30-day visitors >= 1,000,000",
      "action": "Never mark complete from local files, sitemaps, deploy success, or submission preparation alone."
    }
  ],
  "inputs": [
    "starterfixsprint-indexnow-bulk-manifest.json",
    "starterfixsprint-directory-target-research-pack.json",
    "starterfixsprint-referral-tracking-matrix.json"
  ],
  "outputs": [
    "starterfixsprint-post-deploy-growth-runner-status.json",
    "starterfixsprint-post-deploy-growth-runner-status.md"
  ],
  "completion_rule": "Only analytics proving rolling 30-day visitors >= 1000000 completes the active goal."
}
