Landing Pages That Convert
A landing page has one job: get someone to take one action. Learn the structure that works, write compelling copy with AI, and build a page for something real — maybe a WV business idea, a community event, or a service you want to offer.
📐 The Anatomy of a Great Landing Page
A landing page has one job: get a visitor to take one specific action. Every section is designed to reduce doubt and increase desire. Here's the standard structure that converts.
✍️ AI-Assisted Copywriting
Landing page copy is an art — short, punchy sentences that reduce friction. Claude is excellent at this when you give it the right inputs.
Write landing page copy for [your idea]. Target audience: [describe them]. The main thing they want: [outcome]. The main thing they fear: [concern]. Write: - 3 hero headline options (under 10 words each) - A 2-line subheadline - 3 benefit bullets (outcome-focused, not feature-focused) - 2 CTA button text options - 5 FAQ questions + answers Make it honest and conversational. No corporate buzzwords.
Feature: "AI-powered meal planning." Benefit: "Stop staring at the fridge wondering what to cook." Write benefits — what the person gets, feels, or avoids. Claude will help you make this shift if you ask it to.
🎨 Hero Sections, Buttons & CTAs
The hero is the most important real estate on the page. Let's look at the code patterns for building a compelling one, and understand why each choice matters.
<section class="hero"> <h1>Stop Forgetting to Water Your Plants</h1> <p>PlantPal sends you a nudge exactly when each plant needs water — no app required.</p> <a href="#signup" class="cta-btn">Get Early Access — Free</a> <p class="social-proof">Join 340 plant lovers on the waitlist</p> </section>
📊 Adding Basic Analytics
Once your page is live, you want to know: is anyone visiting? Where are they coming from? Are they clicking your CTA? Free tools give you this data in minutes.
Create a free Plausible or Google Analytics account
Plausible (plausible.io) is simpler and privacy-friendly. Google Analytics is more powerful. Either works — Plausible is better for beginners.
Copy the tracking script they give you
It's a single <script> tag. Paste it just before the </head> tag in your HTML. That's the whole installation.
Watch live visitors appear in the dashboard
Share your URL with a few people. Within minutes, you'll see them appear as live visitors. This is immediately addictive.
A Landing Page for Your Idea
A complete landing page for something you actually care about
It can be a real project, a fictional product, an event, a newsletter — anything. Use Claude for both the copy and the code. Deploy it to Netlify and add analytics.
- All 7 sections from the anatomy lesson
- A real CTA (email signup, waitlist form, or link)
- Mobile responsive layout
- Analytics tracking installed
- Share the live URL and see who visits
Week 6 Done!
Mark it complete and keep your momentum going.