TL;DR
Your landing page is where traffic turns into leads (or bounces). The "5F Fold Formula" covers what must be above the fold: Fast load time (<3s), Focused headline (one clear value prop), Friction-light form (3–5 fields max), Features as proof (trust signals, not fluff), and Forward-motion CTA (action-oriented button copy). Below the fold: social proof, process explanation, FAQ, sticky CTA. Page speed is critical: 1–3s load = baseline, 3–5s load = +32% bounce, 5–10s = +90% bounce.
You're running Google Ads. You're getting clicks. But your landing page converts at 2%.
Industry benchmarks:
- Lead gen landing pages: 5–15% conversion rate (average)
- Top performers: 15–25%
If you're at 2%, you're leaving 60–80% of leads on the table.
The problem is usually one of two things:
- Your above-the-fold content is weak (unclear value prop, too much friction, slow load time)
- Your page is slow (3+ seconds to load = users bounce before they even see your form)
Here's how to fix both.
The 5F Fold Formula (What Must Be Above the Fold)
"Above the fold" = What users see without scrolling.
This is the most important real estate on your landing page. If you don't nail this, nothing else matters.
F1: Fast (Load Time <3 Seconds)
If your page takes 5+ seconds to load, 90% of users bounce before they see anything.
Google's data:
- 1–3 seconds: Baseline (acceptable)
- 1–5 seconds: +32% bounce rate
- 1–10 seconds: +90% bounce rate
Your landing page must load in under 3 seconds (ideally under 2).
F2: Focused (One Clear Headline, One Value Prop)
Your headline is the first thing users see. It must answer: "What's in it for me?"
Bad headlines (vague, generic):
- "Welcome to Phoenix Roofing"
- "Quality Service Since 1995"
- "We're Here to Help"
Good headlines (specific, benefit-driven):
- "Get 3 Free Roofing Quotes in 60 Seconds"
- "Emergency Roof Repair – Phoenix – Same-Day Service"
- "Licensed Phoenix Roofers – Free Inspection + 25-Year Warranty"
What makes a good headline:
- Specific: Mentions the service (roofing) and location (Phoenix)
- Benefit: Tells the user what they get (free quotes, same-day service)
- Urgency (optional): "Same-day" / "60 seconds" / "24/7 emergency"
F3: Friction-Light (Form with 3–5 Fields Max)
Every form field you add = 10–20% drop in conversion rate.
Why? Users are lazy. The more work you ask them to do, the more likely they bounce.
Minimum viable form (3 fields): Name, Phone, Zip code
Acceptable form (5 fields): Name, Phone, Email, Zip code, Service needed (dropdown)
Too many fields (10+ fields): Name, phone, email, address, city, state, zip, service type, urgency, budget, timeline, preferred contact method... → Conversion rate tanks.
Rule of thumb: Only ask for info you NEED to qualify or contact the lead. Everything else can wait for the follow-up call.
F4: Features as Proof (Trust Signals, Not Fluff)
Users don't trust you yet. You need to prove you're legit.
Trust signals to include above the fold:
- Years in business: "Serving Phoenix Since 2005"
- Reviews/ratings: "⭐⭐⭐⭐⭐ 4.8 Stars (250+ Reviews)"
- Licensing/insurance: "Licensed (ROC #12345) & Insured"
- Awards/certifications: "BBB A+ Rated" / "Angi Super Service Award"
- Social proof: "Over 1,000 Phoenix Roofs Replaced"
- Guarantees: "Free Estimates" / "Same-Day Service" / "25-Year Warranty"
Bad trust signals (fluff):
- "We care about our customers"
- "Quality workmanship"
- "Your satisfaction is our priority"
These mean nothing. Every business says this. Show specific proof instead.
F5: Forward-Motion CTA (Action-Oriented Button Copy)
Your CTA button must tell users exactly what happens when they click.
Bad CTA copy (vague):
- "Submit" | "Send" | "Click Here"
Good CTA copy (specific, action-oriented):
- "Get My Free Quote"
- "Request a Free Inspection"
- "Call Now for Same-Day Service"
- "See My Roofing Options"
What makes a good CTA:
- Action verb: Get, Request, Call, See, Start
- Benefit: Free quote, free inspection, same-day service
- First-person: "Get MY quote" (not "Get a quote")
CTA button design: High contrast (orange button on dark background), large enough to click on mobile (50px+ height), whitespace around it.
Below the Fold (What to Include)
Above the fold = convince them to fill out the form. Below the fold = answer objections and reinforce trust.
1. Social Proof (Reviews, Testimonials)
Show real reviews with photos/names. Example:
⭐⭐⭐⭐⭐ "Phoenix Roofing replaced our roof in 2 days. Professional crew, great communication." — Sarah M., Scottsdale
2. How It Works (Process Overview)
Users want to know what happens next:
- Fill out the form (takes 60 seconds)
- We'll call you within 1 hour to schedule a free inspection
- Our crew inspects your roof and provides a detailed quote
- If you approve, we start work within 3–7 days
3. FAQ (Answer Common Objections)
Q: How much does a roof replacement cost? A: Most residential roofs in Phoenix cost $8,000–$15,000 depending on size and materials. We provide free, no-obligation quotes.
Q: Are you licensed and insured? A: Yes. Licensed (ROC #12345) and fully insured with $2M liability coverage.
Q: Do I have to commit today? A: No. Our inspection and quote are 100% free. You're under no obligation.
4. Sticky CTA (Repeat the Form or Button)
Add a second CTA at the bottom of the page or a sticky footer CTA that follows as the user scrolls:
Ready for your free quote? [Get My Free Quote →]
Page Speed Optimization (The #1 Conversion Killer)
If your page is slow, nothing else matters.
Google's data:
- 53% of mobile users abandon pages that take 3+ seconds to load
- Pages that load in 1 second have 3x higher conversion rates than pages that load in 5 seconds
Your goal: Load time under 2.5 seconds (ideally under 2s).
Core Web Vitals
Google measures page speed using three Core Web Vitals:
LCP (Largest Contentful Paint) — How long it takes for the largest visible element to load (usually your hero image or headline).
- Target: <2.5 seconds (good) | 2.5–4s (needs improvement) | >4s (poor)
- Fix: Optimize images (WebP format), use a CDN, remove render-blocking JavaScript
FID (First Input Delay) — How long before the page responds to user input.
- Target: <100ms (good) | 100–300ms (needs improvement) | >300ms (poor)
- Fix: Minimize JavaScript execution time, defer non-critical JS
CLS (Cumulative Layout Shift) — How much the page "jumps around" as it loads.
- Target: <0.1 (good) | 0.1–0.25 (needs improvement) | >0.25 (poor)
- Fix: Set explicit width/height for images and videos, reserve space for ads
Speed Optimization Checklist
✅ Compress images — Use WebP format (50–90% smaller than JPEG/PNG). Tools: TinyPNG, Squoosh
✅ Use a CDN — Serve assets from Cloudflare or AWS CloudFront. Reduces latency.
✅ Minify CSS/JS — Remove whitespace, comments, unused code. Tools: UglifyJS, CSSNano
✅ Defer JavaScript — Load non-critical JS after the page loads. Use defer or async attributes.
✅ Enable caching — Set HTTP caching headers for images/CSS/JS (cache for 30+ days)
✅ Use fast hosting — Shared hosting (GoDaddy, Bluehost) is slow. Use managed hosting (WP Engine, Kinsta)
✅ Reduce redirects — Every redirect adds 200–500ms. Avoid redirect chains (A → B → C)
✅ Lazy load below-the-fold images — Use loading="lazy" attribute in <img> tags
Real-World Example: Pest Control Landing Page
Before optimization:
- Load time: 6.2 seconds | Form: 8 fields | Headline: "Welcome to ABC Pest Control"
- No trust signals above the fold
- Conversion rate: 2.1%
After optimization:
- Load time: 1.8 seconds (compressed images, CDN, deferred JS)
- Form: 3 fields (name, phone, zip code)
- Headline: "Same-Day Pest Control – Phoenix – Free Inspection"
- Trust signals: "⭐⭐⭐⭐⭐ 4.9 Stars | Licensed #12345 | 24/7 Emergency Service"
- CTA: "Get My Free Inspection →"
Results:
- Conversion rate: 6.1% (2.1% → 6.1% = 190% increase)
- Cost per lead: $43 → $15
- Monthly leads: 50 → 145 (same ad spend)
- Revenue: 145 leads × 25% close rate × $300 avg job = $10,875/month (vs. $3,750 before)
Common Landing Page Mistakes
Mistake #1: Too much text above the fold ❌ 3 paragraphs of text before the form ✅ Headline + subheadline + form (keep it simple)
Mistake #2: Form is below the fold ❌ Hero image takes up entire screen, form is hidden below ✅ Form is visible above the fold (no scrolling required)
Mistake #3: Generic headline ❌ "Welcome to Our Roofing Company" ✅ "Get 3 Free Roofing Quotes in 60 Seconds – Phoenix"
Mistake #4: No trust signals ❌ Just a headline and form (nothing else) ✅ Reviews, license number, years in business, guarantees
Mistake #5: Weak CTA copy ❌ "Submit" ✅ "Get My Free Quote"
Mistake #6: Slow load time (5+ seconds) ❌ Uncompressed images, no CDN, bloated JavaScript ✅ Compressed images, CDN, deferred JS, <2.5s load time
The Bottom Line
Landing pages that convert follow the 5F Fold Formula:
- Fast (load in <3 seconds, ideally <2s)
- Focused (one clear headline with a specific value prop)
- Friction-light (3–5 form fields max)
- Features as proof (trust signals: reviews, licenses, guarantees)
- Forward CTA (action-oriented button copy: "Get My Free Quote")
Below the fold: social proof, process overview, FAQ, sticky CTA.
Optimize for speed: compress images, use a CDN, defer JavaScript, target Core Web Vitals: LCP <2.5s, FID <100ms, CLS <0.1.
Do this, and your conversion rate will double (or triple).
Ready to Start Selling Leads?
Launch your first campaign in under 15 minutes. Try Growth free for 14 days.
Start Selling Leads →