Platform
Programmatic Fix Paths™
CLI, API, and CI-oriented ways to close top Money Gaps™.
MoneyGap AI surfaces Money Gaps™ with ranked Opportunity Index™. Closing them can be manual in Action Center™ — or programmatic with the tools below.
1. Free live diagnostics (no account)
npx moneygap-scan https://example.com
Checks crawlability (robots/sitemap), JSON-LD schema, and performance signals. Same engine as the homepage sandbox.
These heuristics show what is leaking. Step-by-step Fix Paths™ require a free account and a full MoneyGap Engine™ scan.
2. Full analysis API
Authenticated workspaces can start analyses via /api/analysis (session) or /api/v1/analyze (API keys from Developer Hub™).
Typical loop:
- Analyze URL → report + Money Gaps™
- Open Fix Path™ for the top opportunity
- Implement in IDE / Developer Mode / FixFlow™
- Re-scan to verify score movement
3. Mapping common gaps to Fix Paths™
| Gap class | Start here |
| --- | --- |
| Crawl / robots / sitemap | Guides: crawlability; CLI moneygap-scan; docs Crawlability Score™ |
| Schema / AEO | Docs: Money Gaps™ & Fix Paths™; add Organization / FAQ JSON-LD |
| Conversion / CTA | Action Center™ checklist Fix Path |
| Trust / policy pages | Trust Fix Path + Growth Academy playbooks |
| Performance CLS / images | Developer Mode™ / IDE prompt with image dimension fixes |
4. CI/CD (GitHub Action)
Gate pull requests with live or offline MoneyGap diagnostics:
- uses: actions/setup-node@v4
with:
node-version: "22"
- run: npx --yes moneygap-scan@latest https://your-preview.example.com
Exit 1 when critical crawl/schema/perf-signal findings appear. See /cli for a copy-paste workflow. Managed org-policy CI remains on the waitlist.
Offline: moneygap init then moneygap scan in the repo.
5. Related reading
- Money Gaps™ and Fix Paths™
- Getting started
- MoneyGap Score™
- Guides: Next.js hydration
- Guides: Next.js metadata
- Open Audits
- Internal:
docs/fix-paths.md,docs/cli-sandbox.md