Lesson 30 of 38 intermediate

Landing Pages That Convert

One Page, One Goal, Maximum Sales

Open interactive version (quiz + challenge)

Real-world analogy

A landing page is like a movie trailer. A great trailer doesn't show you the entire movie — it shows you just enough to make you NEED to see it. It opens with a jaw-dropping scene (headline), builds tension with quick cuts of the best moments (benefits), shows critics raving about it (social proof), and ends with 'In theaters March 15 — get tickets now' (CTA). It has one single goal: make you buy a ticket. Not browse the studio's other films. Not read the director's bio. One movie. One goal. Buy the ticket. Your landing page should work exactly the same way.

What is it?

A landing page is a standalone web page designed with a single purpose: to convert visitors into leads or customers. Unlike a regular website page with navigation, multiple links, and various content, a landing page strips away all distractions and focuses entirely on one action — signing up for your email list or buying your ebook. Every word, image, and design element exists to move the visitor toward that one goal. It's the most critical page in your entire sales funnel because it's where the conversion happens.

Real-world relevance

Basecamp (project management tool) famously tested their landing page headline and found that changing it from a feature-focused headline to a benefit-focused one ('Before Basecamp: scattered, lost in email. After Basecamp: organized, on top of things') increased signups by 14%. For ebook sellers, Ramit Sethi's landing pages are legendary — his sales page for 'I Will Teach You To Be Rich' course converts at 8-12% by following every principle in this lesson: massive social proof (500,000 students), specific results, FAQ section addressing every objection, and a strong money-back guarantee. ConvertKit's landing page template gallery shows that the simplest designs often convert best.

Key points

Code example

╔══════════════════════════════════════════════════════════╗
║        LANDING PAGE BLUEPRINT                            ║
╠══════════════════════════════════════════════════════════╣
║                                                          ║
║  PAGE STRUCTURE (Top to Bottom):                         ║
║  ┌────────────────────────────────────────────┐          ║
║  │ 1. HERO SECTION (Above the Fold)          │          ║
║  │    • Headline (main benefit)               │          ║
║  │    • Subheadline (supporting detail)        │          ║
║  │    • Hero image / ebook mockup             │          ║
║  │    • CTA button (contrasting color)         │          ║
║  │    • Trust element ("10,000+ readers")      │          ║
║  ├────────────────────────────────────────────┤          ║
║  │ 2. PROBLEM SECTION                        │          ║
║  │    • 3 pain points your audience feels      │          ║
║  │    • "Sound familiar?" identification       │          ║
║  ├────────────────────────────────────────────┤          ║
║  │ 3. SOLUTION SECTION                       │          ║
║  │    • Introduce your ebook as THE answer     │          ║
║  │    • "What if there was a better way?"      │          ║
║  ├────────────────────────────────────────────┤          ║
║  │ 4. BENEFITS (not features!)               │          ║
║  │    • 4-6 outcome-focused bullet points      │          ║
║  │    • Icons or checkmarks for scannability   │          ║
║  │    • CTA button                             │          ║
║  ├────────────────────────────────────────────┤          ║
║  │ 5. SOCIAL PROOF                           │          ║
║  │    • 3-5 testimonials with photos + names   │          ║
║  │    • Star ratings / review scores           │          ║
║  │    • "As seen in" logos (if applicable)     │          ║
║  ├────────────────────────────────────────────┤          ║
║  │ 6. WHAT'S INSIDE (Product Details)         │          ║
║  │    • Chapter list or module breakdown       │          ║
║  │    • Page count, bonuses, format details    │          ║
║  │    • Ebook mockup image                     │          ║
║  ├────────────────────────────────────────────┤          ║
║  │ 7. PRICING + CTA                          │          ║
║  │    • Price with anchor ("$47 value → $27") │          ║
║  │    • What's included summary                │          ║
║  │    • Money-back guarantee badge             │          ║
║  │    • BIG CTA button                         │          ║
║  ├────────────────────────────────────────────┤          ║
║  │ 8. FAQ SECTION                            │          ║
║  │    • 5-8 common objections answered          │          ║
║  │    • "Is this for beginners?"               │          ║
║  │    • "What if it doesn't work for me?"      │          ║
║  ├────────────────────────────────────────────┤          ║
║  │ 9. FINAL CTA + GUARANTEE                  │          ║
║  │    • Urgency element (limited offer)        │          ║
║  │    • Last chance CTA button                 │          ║
║  │    • 30-day guarantee reminder               │          ║
║  └────────────────────────────────────────────┘          ║
║                                                          ║
║  HEADLINE FORMULAS:                                      ║
║  "How to [Outcome] Without [Pain]"                       ║
║  "[Number] [Things] to [Desired Result]"                 ║
║  "The [Adjective] Guide to [Topic] for [Audience]"       ║
║  "Finally, [Solution] That Actually Works"                ║
║  "Stop [Pain]. Start [Outcome]. In [Timeframe]."         ║
║                                                          ║
║  CONVERSION BENCHMARKS:                                  ║
║  Average ............ 2-5%                               ║
║  Good ............... 5-10%                               ║
║  Exceptional ........ 10%+                               ║
║  Cold traffic ....... 1-3%                               ║
║  Warm traffic ....... 3-8%                               ║
║  Email traffic ...... 5-15%                              ║
╚══════════════════════════════════════════════════════════╝

Line-by-line walkthrough

  1. 1. The page structure blueprint shows 9 sections in a specific order that follows the buyer's psychological journey — from 'What is this?' (hero) through 'Do I need this?' (problem/solution) to 'Should I trust this?' (social proof) to 'How much?' (pricing) to 'What if it doesn't work?' (FAQ/guarantee).
  2. 2. The headline formulas are fill-in-the-blank templates — 'How to [Outcome] Without [Pain]' works because it promises a result while removing the objection simultaneously. Test 3-5 variations of your headline before settling on one.
  3. 3. The conversion benchmarks by traffic temperature explain why the same page can convert at 1% or 15% — warm traffic (email subscribers, retargeted visitors) already trusts you, while cold traffic (strangers from ads) needs more convincing. This is why your funnel stages matter.
  4. 4. Notice the landing page has NO navigation menu — this is intentional. Every link that isn't your CTA is a leak in your funnel. Studies show removing navigation from landing pages increases conversions by 20-30%.
  5. 5. The pricing section uses anchoring ('$47 value → $27') — showing the higher value first makes the actual price feel like a bargain. This psychological pricing technique increases perceived value and conversion rates.

Spot the bug

Landing Page Plan: Include a full website navigation bar with 8 menu items. Use the headline 'Welcome to Our Website.' Show a stock photo of a generic office. Write 3,000 words of text before the first CTA button. Don't include any testimonials — let the product speak for itself. Use a light gray CTA button that says 'Submit.' Don't mention price until they click through to checkout. Skip the FAQ section.
Need a hint?
This landing page would convert at near 0%. Fix every element using this lesson's best practices.
Show answer
The bugs: (1) Navigation with 8 links gives visitors 8 reasons to leave — remove all navigation. (2) 'Welcome to Our Website' says nothing about the benefit — use a formula like 'How to [Outcome] Without [Pain].' (3) Generic stock photos don't connect — use an ebook mockup or personal photo. (4) 3,000 words before the CTA means most visitors never see it — place CTA above the fold and after every major section. (5) No testimonials removes social proof, the #1 converter — add 3-5 with names and photos. (6) Gray 'Submit' button is invisible and uninspiring — use a contrasting color with action text like 'Get Instant Access.' (7) Hiding price erodes trust — be transparent about pricing with value anchoring. (8) No FAQ leaves objections unanswered — address the top 5-8 concerns directly.

Explain like I'm 5

Imagine you set up a table at school to sell your homemade cookies. A bad table would have cookies mixed with homework, toys, and random stuff — confusing! A great table would have: a big sign saying 'THE BEST CHOCOLATE CHIP COOKIES — $1' (headline), a few cookies to smell (social proof through your senses), your friend saying 'These are AMAZING!' (testimonial), a sign saying 'Only 20 left!' (urgency), and a clear jar to put the dollar in (CTA). Nothing else on the table — just cookies and everything that makes people want to buy them. That's a landing page!

Fun fact

Barack Obama's 2008 presidential campaign used A/B testing on their donation landing page and found that changing the button text from 'Sign Up' to 'Learn More' and using a family photo instead of a video increased conversions by 40.6%. That single landing page optimization generated an estimated $60 million in additional donations. It proves that even tiny changes — a word on a button, a different photo — can have massive financial impact. The lesson: always test, never assume.

Hands-on challenge

Build or design a complete landing page for your ebook. Write every section: (1) Headline using one of the formulas from this lesson. (2) Subheadline expanding on the benefit. (3) Three pain points your audience experiences. (4) How your ebook solves them. (5) Six benefits (outcomes, not features — say 'Lose 10 pounds in 30 days' not 'Contains 47 recipes'). (6) Three testimonials (use beta reader feedback, or write templates to fill in later). (7) What's inside — list chapters or sections. (8) Pricing with an anchored value. (9) Five FAQ items addressing common objections. (10) A compelling CTA button text. Use Carrd ($19/year) or Systeme.io (free) to actually build it.

More resources

Open interactive version (quiz + challenge) ← Back to course: eBook Business Masterclass