# Conversion Rate Optimization

> Optimize landing pages, forms, CTAs, and funnels - diagnosis, hypotheses, and test plans. Use when traffic exists but conversions lag.

- Skill: `navinspire-ia/conversion-rate-optimization` (Agent Skill)
- Install (CLI): `npx skillmds@latest add navinspire-ia/conversion-rate-optimization`
- Raw SKILL.md: https://api.skillmd.com/api/skills/navinspire-ia/conversion-rate-optimization/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: Navinspire-ia (https://skillmd.com/u/navinspire-ia)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/navinspire-ia/conversion-rate-optimization

---


# Conversion Rate Optimization (CRO)

## Overview

CRO = removing friction and adding clarity where visitors already are. Diagnose before touching anything.

## Landing page audit grid

| Element | Question |
|---------|----------|
| Headline | does a stranger get the value in 5 seconds? |
| Subhead / hero | who it's for + what changes for them |
| Proof | logos, numbers, testimonials, cases near the claim they support |
| CTA | one primary action, visible without scrolling, specific label |
| Friction | form fields count, unclear pricing, dead ends |
| Objections | are the top 3 objections answered on the page? |
| Speed / mobile | loads fast, works on phone |

## Workflow

1. Get data: where users drop (analytics), what they say (session notes, chat logs).
2. Audit the page with the grid; fetch it with `web_fetch` for structure.
3. Rank issues: high traffic × high friction first.
4. Write hypotheses (`growth-marketing` experiment format) - copy changes usually beat design changes.
5. Propose the test: A/B if traffic allows, before/after with a holdout period otherwise.
6. Rewrite copy via `copywriting-agent`; measure and iterate.

## Rules

- Clarity beats persuasion tricks; specificity beats superlatives.
- Never test tiny changes on tiny traffic - you'll never reach significance.
- The form asks only for what sales actually uses.

