Back to field notes
Playbooks 4 min read

Where to embed a Wall of Love (and where it actively hurts conversion)

We A/B tested 14 placements of the Wall of Love embed across 80 SaaS landing pages. Three slots lifted conversion by 20%+. Two dropped it. Here's the map.

TL;DR

Embed the Wall of Love directly below the hero (above the pricing fold) on long-form landing pages. Avoid the footer and the post-pricing slot — both decreased conversion in our tests. Carousel format outperforms grid by 14% on mobile.

The Wall of Love is the most effective conversion asset most SaaS teams under-use. It's also the one most likely to be placed in a slot that quietly tanks performance — usually the footer, where 89% of visitors never scroll.

We ran a placement study across 80 marketing pages over 60 days. Each page tested 14 placements with a 50/50 traffic split, measuring conversion to signup or trial. This post is the map of what worked.

The placement results, ranked#

We measured the lift relative to a control variant where the Wall was hidden entirely. Numbers below are medians across the 80 pages.

PlacementLift vs. no-wallNotes
Below hero, above feature grid+24%Highest lift, lowest variance
Inline mid-page, between feature blocks+19%Strong on long pages (>3 viewports)
Above pricing+17%Best for paid conversion specifically
Sidebar of hero (right rail)+9%Crowded; worked only when hero is text-heavy
Footer−6%Net negative — most visitors never see it
Below pricing, above FAQ−11%Reads as desperate; breaks the close
+24%Conversion lift from the below-hero placementSource — Proofly placement study, n=80 pages, Mar 2026

The pattern: proof works best when it answers an objection that's actively forming. Below the hero, the visitor is asking "is this real?" Mid-page, they're asking "do people like me use this?" Above pricing, they're asking "is this worth $X?" After pricing, the question is closed — adding more proof is a stall.

Why the post-pricing slot hurts#

This was the most counterintuitive finding. Many teams put their best testimonials right after the pricing table, reasoning that the visitor needs one more nudge before clicking. In our data, that placement dropped conversion 11% — worse than no testimonials at all.

The hypothesis that fits the data: by the time a visitor has read the pricing, they're either close to "yes" or already mentally gone. A wall of new content at that moment introduces new doubt — they wonder if the testimonials are addressing concerns they hadn't formed yet, which they then start forming.

We get this question every week. Here's what the data says, broken out by device:

  • Desktop: 3-up grid wins by 6%. Visitors scan diagonally and read the top-left and top-right cards. A carousel forces a click-to-progress action that most desktop visitors won't take.
  • Mobile: Horizontal carousel wins by 14%. A stacked vertical grid gets abandoned after the second card because mobile visitors are scrolling fast.

The simplest implementation: a CSS grid that becomes a scroll-snap carousel below 768px. No JavaScript carousel library needed.

<div class="grid gap-4 md:grid-cols-3 max-md:grid-flow-col max-md:auto-cols-[85%] max-md:overflow-x-auto max-md:snap-x">
  <!-- testimonial cards -->
</div>

The format isn't the variable. The format is the unblocker for the format the visitor's device wants. Let the device pick.

What to put inside the wall#

Six slots. Two video, four written quotes. Mix the formats so the rail doesn't feel monolithic. Order matters:

  1. Strongest video first. Auto-pause, click-to-play, captions on by default. This is the most-replayed slot.
  2. Two written quotes from named, recognizable companies. Logos visible.
  3. A second video — ideally an underdog story ("I'm a solo founder and…").
  4. Two more quotes — one quantitative ("3.8x lift"), one emotional ("I sleep better").

The quantitative-then-emotional order matters: the number creates trust, the emotion creates desire. Reverse the order and conversion drops about 4%.

A cheat sheet for your homepage#

If you're shipping this week and don't want to A/B test:

  • One Wall, six testimonials, two of them video.
  • Placed directly below the hero, above the feature grid.
  • 3-up on desktop, horizontal scroll on mobile.
  • No autoplay carousel. Let the visitor swipe.
  • Quote attribution = name + role + company + headshot. All four. Missing the role is the most common error and costs about 8% of the lift.

That's the version that won across the 80 pages. Ship it, measure for two weeks, then start testing the variants on your specific traffic. The Wall is one of the rare growth levers where the second-best version is still significantly better than nothing — so don't wait for perfect.

Frequently asked

Quick answers

Should the Wall of Love be a carousel or a grid?+

On desktop, a 3-up grid converts 6% better. On mobile, a horizontal carousel converts 14% better than the same testimonials in a stacked grid. Use a responsive component that flips between the two. Auto-advance hurts both — let the visitor swipe.

How many testimonials should I show on the homepage?+

Six is the sweet spot. Three feels thin and signals you only have a handful of happy customers. Twelve is too many to scan — visitors stop reading after the third. Six fits in one viewport on desktop and two on mobile, which keeps the rail scannable.

Do I need to show video, or are quote testimonials enough?+

Mix both. Two videos plus four quotes outperformed six videos and six quotes in our tests. Video carries credibility but requires effort to watch. Quotes are scannable. The combination respects both the skimmer and the convinced visitor.