# Website ICP-Fit — Conversion Anti-Patterns Reference

*Part of the Website ICP-Fit skill: https://wavect.io/.well-known/agent-skills/website-icp-fit/SKILL.md*

The patterns that most frequently cause a technically well-built website to fail with a specific ICP.

## ICP-Specific Conversion Anti-Patterns

These are the patterns that most frequently cause a technically well-built
website to fail with a specific ICP segment.

### Anti-Pattern 1: The Feature Resume

A website structured as a comprehensive list of every feature, organized
by the product's internal architecture rather than by the ICP's jobs-to-be-done.

Symptom: 8 feature cards on the homepage, each with a technical icon and
a label like "Real-time sync," "Advanced reporting," "Custom webhooks."
No mention of who these features are for or what problem they solve.

Fix: Replace feature cards with job-to-be-done outcomes.
```
Before: "Advanced reporting" with chart icon
After: "Know which campaigns are generating pipeline — before the quarter ends"
```

### Anti-Pattern 2: The Enterprise Camouflage

A startup writing copy that mimics enterprise tone to appear larger than it is.
Words like "enterprise-grade," "mission-critical," "end-to-end platform" signal
incumbent, not challenger. If the ICP is a startup founder or SMB buyer, this
tone is actively repellent — it signals "this is expensive and complex."

Symptom: Homepage reads like a Salesforce or SAP product page. Navigation has
words like "Platform," "Solutions," "Ecosystem."

Fix: Write at the exact vocabulary level and tone of the ICP. If the ICP
is an indie developer, write informally. If the ICP is a VP of Finance, write
precisely. Match the register.

### Anti-Pattern 3: The Testimonial Mismatch

Testimonials from a customer segment the ICP does not identify with, or
testimonials from an earlier product stage that no longer reflects the ICP.

Symptom: Product targets SMB operations managers, but the only case studies
are from Fortune 500 pilot programs. ICP thinks "this is too big for us."

Fix: Curate proof specifically for the primary ICP. If you only have large
company logos, add at minimum one testimonial from a company the ICP
would say "that's a company like mine."

### Anti-Pattern 4: The Buried CTA

A website where the primary conversion action is not visible above the fold,
and then appears once at the very bottom. Visitors who are ready to act
mid-page have no place to act.

Fix: CTA should appear at minimum in: hero section, after social proof
section, after features section, and in the final section. Sticky CTA
in the navigation is optional but effective for high-intent traffic.

### Anti-Pattern 5: The Generic Pain

Problem section that names the category of pain without specificity.
"Managing operations is hard" — everyone agrees but no one feels seen.
The ICP's specific pain must be named with the precision of a doctor
naming a symptom.

```
Generic: "Managing finances manually is time-consuming and error-prone."
Specific: "Every month you spend 3 days reconciling accounts in Excel,
           only to find errors in the board report on the day it's due."
```

The specific version activates recognition ("that's exactly me"). The
generic version is passively agreeable and creates no emotional response.

### Anti-Pattern 6: The Unmatched Traffic-to-Page Offer

The page assumes visitor intent that the traffic source does not provide.
A visitor arriving from a Facebook ad about a problem gets a homepage that
leads with the product brand, not the problem. The message break causes
bounce.

Fix: Match the landing page's first 50 words to the exact promise made in
the ad, email, or referral source. If you cannot do this with one homepage,
create dedicated landing pages per traffic source.

### Anti-Pattern 7: Mobile Invisibility

Over 50% of B2B buyers now research products on mobile before proceeding
to desktop. A homepage that requires horizontal scroll, has text too small
to read without zooming, or hides the CTA below 3 screens of content on
mobile is discarding half its qualified traffic.

The mobile audit minimum:
- H1 visible without scrolling on iPhone 14 viewport
- CTA button tap-target at least 48×48px
- No horizontal overflow
- Load time under 3 seconds on 4G (check with PageSpeed Insights)
