Market Landing — CRO Analysis
Deliver a conversion-focused teardown of a single page. You are looking for the specific friction points and missing persuasion elements that cost the client money.
Workflow
- Fetch the page:
python3 scripts/analyze_page.py <url>.
- Identify the page goal — trial signup, demo booking, purchase, lead capture, newsletter. If unclear, ask once.
- Walk the page as a first-time visitor would:
- 3-second test: Does the hero answer "what is this, who is it for, what do I do next"?
- 30-second test: Is there enough to make me curious and reduce risk?
- 3-minute test: Does the page answer every objection I'd have before converting?
The 10 CRO Dimensions (score each 0–10)
| # |
Dimension |
Look for |
| 1 |
Hero clarity |
Specific outcome + audience in the headline. Subhead elaborates. |
| 2 |
Value proposition |
Differentiated, proven, not generic "best-in-class" |
| 3 |
Primary CTA |
Value-driven text (not "Submit"), visible above fold, one dominant action |
| 4 |
Secondary paths |
Clear but subordinated (e.g., "See pricing" below trial CTA) |
| 5 |
Social proof |
Logos, testimonials with real names/photos, counts, ratings |
| 6 |
Objection handling |
FAQ, comparison, guarantees, risk reversal |
| 7 |
Form friction |
Minimum fields, clear purpose, progress signaling, inline validation |
| 8 |
Trust architecture |
HTTPS, privacy link, security badges, compliance signals |
| 9 |
Urgency / scarcity |
Honest, specific (not fake countdowns) |
| 10 |
Visual hierarchy |
Eye flows top → CTA → proof → deeper info → CTA repeat |
Priority Grid
Plot every issue on an impact × effort grid:
High impact │ QUICK WINS │ MAJOR PROJECTS
│ (do this week) │ (plan this month)
├─────────────────┼─────────────────
Low impact │ FILL-INS │ SKIP
│ (when bored) │ (don't bother)
└─────────────────┴─────────────────
Low effort High effort
Every finding goes in one cell. This is the most valuable part of the report — the client can see what to do first without asking.
Output: LANDING-CRO.md
# Landing Page CRO — [Brand]
**URL:** [url] | **Page goal:** [trial / demo / purchase / lead]
**Date:** [YYYY-MM-DD]
## Conversion Score: [X]/100
[2-sentence diagnosis: the biggest leak and the biggest quick win.]
## Dimension Scores
| # | Dimension | Score | Finding |
|---|---|---|---|
| 1 | Hero clarity | X/10 | ... |
...
## Priority Grid
### Quick Wins (high impact, low effort)
1. **[Fix name]** — Current: "[quoted copy]" → Proposed: "[new copy]". Expected lift: [reasoned estimate].
...
### Major Projects (high impact, high effort)
1. ...
### Fill-ins (low impact, low effort)
1. ...
## Hero Rewrite
**Current:**
> [exact quote of H1 + subhead + CTA]
**Proposed:**
> **[new H1]**
> [new subhead]
> [Primary CTA] · [Secondary link]
**Why:** [what changed and why it should convert better]
## CTA Audit
| CTA | Location | Current Text | Proposed Text | Reason |
|---|---|---|---|---|
| Primary | Hero | "Get Started" | "Start Free — No Card" | Risk reversal + specificity |
## Social Proof Gap
[What's present, what's missing, what to add first.]
## Form Friction
[Field-by-field audit if a form is present.]
## A/B Test Recommendations
Three tests ranked by expected impact, each with: hypothesis, variant, primary metric, minimum sample size (assuming baseline CR of X%).
Anti-patterns to flag
- "Learn more" as the only CTA (no commitment signal)
- Hero video that autoplays with sound
- Forms asking for phone number before value is established
- Testimonials without names or photos ("– Happy Customer")
- Countdown timers that reset on reload (deceptive)
- "Trusted by thousands" with no logos or numbers
- Multiple competing CTAs above the fold
- Legal disclaimers above the CTA (poisons conversion intent)
Quality Bar
Quote the actual copy before rewriting it. Never hallucinate a "current" headline. If the page has strengths, name them — an honest CRO audit protects what's working and fixes what isn't.
1---2name: market-landing3description: Conversion rate optimization audit for a single landing page. Invoke whenever the user says "landing page", "CRO", "why isn't this converting", "fix my landing page", or runs `/market landing <url>`. Produces LANDING-CRO.md with a conversion score, a priority grid of issues (impact vs effort), and specific rewrites for the hero, social proof, CTAs, and form.4---56# Market Landing — CRO Analysis78Deliver a conversion-focused teardown of a single page. You are looking for the specific friction points and missing persuasion elements that cost the client money.910## Workflow11121. **Fetch** the page: `python3 scripts/analyze_page.py <url>`.132. **Identify the page goal** — trial signup, demo booking, purchase, lead capture, newsletter. If unclear, ask once.143. **Walk the page as a first-time visitor** would:15 - **3-second test:** Does the hero answer "what is this, who is it for, what do I do next"?16 - **30-second test:** Is there enough to make me curious and reduce risk?17 - **3-minute test:** Does the page answer every objection I'd have before converting?1819## The 10 CRO Dimensions (score each 0–10)2021| # | Dimension | Look for |22|---|---|---|23| 1 | **Hero clarity** | Specific outcome + audience in the headline. Subhead elaborates. |24| 2 | **Value proposition** | Differentiated, proven, not generic "best-in-class" |25| 3 | **Primary CTA** | Value-driven text (not "Submit"), visible above fold, one dominant action |26| 4 | **Secondary paths** | Clear but subordinated (e.g., "See pricing" below trial CTA) |27| 5 | **Social proof** | Logos, testimonials with real names/photos, counts, ratings |28| 6 | **Objection handling** | FAQ, comparison, guarantees, risk reversal |29| 7 | **Form friction** | Minimum fields, clear purpose, progress signaling, inline validation |30| 8 | **Trust architecture** | HTTPS, privacy link, security badges, compliance signals |31| 9 | **Urgency / scarcity** | Honest, specific (not fake countdowns) |32| 10 | **Visual hierarchy** | Eye flows top → CTA → proof → deeper info → CTA repeat |3334## Priority Grid3536Plot every issue on an impact × effort grid:3738```39High impact │ QUICK WINS │ MAJOR PROJECTS40 │ (do this week) │ (plan this month)41 ├─────────────────┼─────────────────42Low impact │ FILL-INS │ SKIP43 │ (when bored) │ (don't bother)44 └─────────────────┴─────────────────45 Low effort High effort46```4748Every finding goes in one cell. This is the most valuable part of the report — the client can see what to do first without asking.4950## Output: LANDING-CRO.md5152```markdown53# Landing Page CRO — [Brand]54**URL:** [url] | **Page goal:** [trial / demo / purchase / lead]55**Date:** [YYYY-MM-DD]5657## Conversion Score: [X]/1005859[2-sentence diagnosis: the biggest leak and the biggest quick win.]6061## Dimension Scores62| # | Dimension | Score | Finding |63|---|---|---|---|64| 1 | Hero clarity | X/10 | ... |65...6667## Priority Grid6869### Quick Wins (high impact, low effort)701. **[Fix name]** — Current: "[quoted copy]" → Proposed: "[new copy]". Expected lift: [reasoned estimate].71...7273### Major Projects (high impact, high effort)741. ...7576### Fill-ins (low impact, low effort)771. ...7879## Hero Rewrite80**Current:**81> [exact quote of H1 + subhead + CTA]8283**Proposed:**84> **[new H1]**85> [new subhead]86> [Primary CTA] · [Secondary link]8788**Why:** [what changed and why it should convert better]8990## CTA Audit91| CTA | Location | Current Text | Proposed Text | Reason |92|---|---|---|---|---|93| Primary | Hero | "Get Started" | "Start Free — No Card" | Risk reversal + specificity |9495## Social Proof Gap96[What's present, what's missing, what to add first.]9798## Form Friction99[Field-by-field audit if a form is present.]100101## A/B Test Recommendations102Three tests ranked by expected impact, each with: hypothesis, variant, primary metric, minimum sample size (assuming baseline CR of X%).103```104105## Anti-patterns to flag106107- "Learn more" as the only CTA (no commitment signal)108- Hero video that autoplays with sound109- Forms asking for phone number before value is established110- Testimonials without names or photos ("– Happy Customer")111- Countdown timers that reset on reload (deceptive)112- "Trusted by thousands" with no logos or numbers113- Multiple competing CTAs above the fold114- Legal disclaimers above the CTA (poisons conversion intent)115116## Quality Bar117118Quote the actual copy before rewriting it. Never hallucinate a "current" headline. If the page has strengths, name them — an honest CRO audit protects what's working and fixes what isn't.