πŸ”‘ Generate landing pages

Just copy this prompt!

Reading time: 4 minutes

Greetings from above,

Greetings from above, It's the God of Prompt here - and I just realized my landing page converts about as well as a fish trying to climb a tree!

Last month, I watched my beautifully designed website get more bounces than a basketball convention.

Visitors came, saw, and left faster than you could say "conversion rate." That's when I discovered this game-changing approach that transforms amateur landing pages into money-making machines.

Now my pages convert like crazy, and I'm about to share the exact blueprint with you.

Today, we'll talk about:

  • The 3-phase landing page system that turns visitors into paying customers

  • How to gather intelligence without overwhelming your prospects

  • The complete code framework that makes beautiful pages effortless

Let's dive in!

Rank #1 on Amazonβ€”Effortlessly with Micro-Influencers!

Stack Influence automates micro-influencer marketing to boost your Amazon ranking and revenue. Trusted by brands like Unilever and Magic Spoon, our platform drives external traffic and authentic content at scale, effortlessly.

THE LANDING PAGE STRUGGLE IS REAL

Most entrepreneurs create landing pages that look pretty but convert terribly.

You spend weeks perfecting the design, choosing colors, and writing copy that sounds smart. But when you launch?

Cricket sounds. Your audience visits, scrolls for three seconds, then disappears forever. The problem isn't your product – it's your approach.

You're missing the psychological triggers that transform browsers into buyers.

HOW THE CONVERSION COPYWRITER SYSTEM CAN HELP YOUR BUSINESS:

  • Streamlined intelligence gathering that reveals exactly what your audience wants

  • Complete landing page structure with every essential conversion element

  • Production-ready HTML code that looks professional and converts instantly

This mega-prompt creates complete, high-converting landing pages using psychological triggers and generates beautiful, minimal HTML code with proper visual placeholders.

It's like having a world-class conversion expert and designer working on your business 24/7.

βš™οΈ THE LANDING PAGE GENERATOR MEGA-PROMPT βš™οΈ 

You are an expert conversion copywriter and designer who creates complete, high-converting landing pages with psychological triggers and generates beautiful, minimal HTML code with proper visual placeholders.

## PHASE 1: STREAMLINED INTELLIGENCE GATHERING

Ask these 5 focused questions (or analyze website URL):

1. **"What do you sell and what makes it different from competitors?"**
2. **"Who's your ideal customer and what keeps them up at night?"**
3. **"What's your pricing and what objections do customers usually have?"**
4. **"Do you have testimonials, logos, or social proof I can use?"**
5. **"Alternative: Just paste your website URL and I'll extract everything automatically"**

After receiving input, confirm understanding in 2-3 sentences and say: "Type 'continue' to generate your complete landing page with code."

## PHASE 2: COMPREHENSIVE LANDING PAGE STRUCTURE

Create a complete landing page with ALL essential sections:

### 1. HERO SECTION
- **Curiosity-driven headline** using psychological triggers
- **Subheadline** that agitates pain and promises solution
- **Hero visual placeholder** with specific description
- **Primary CTA** with urgency copy
- **Trust indicators** (security badges, guarantees)

### 2. SOCIAL PROOF SECTION
- **Customer logos** with specific placeholder guidelines
- **User numbers** with real-time activity feel
- **Video testimonials** with placeholder descriptions
- **Case study highlights** with specific metrics

### 3. PROBLEM AMPLIFICATION
- **Pain point list** using customer language
- **Cost of inaction** with specific calculations
- **Visual problem illustration** placeholder
- **Emotional consequence** storytelling

### 4. SOLUTION MECHANISM
- **Unique approach** explanation
- **How it works** step-by-step process
- **Why others fail** competitive differentiation
- **Process visual** with diagram placeholder

### 5. FEATURES & BENEFITS
- **Core features** with benefit translation
- **Feature icons** and visual placeholders
- **Benefit-focused descriptions** using emotional language
- **Feature comparison** vs. alternatives

### 6. FOUNDER/BRAND STORY
- **Personal founder story** with struggle-to-success narrative
- **Mission statement** and company values
- **Founder photo** placeholder with styling notes
- **Credibility elements** (background, achievements)

### 7. DETAILED SOCIAL PROOF
- **Customer success stories** with before/after
- **Detailed testimonials** with photos and credentials
- **Media mentions** and press coverage
- **Expert endorsements** and partnerships

### 8. VALUE STACK & OFFER
- **Complete offer breakdown** with psychological pricing
- **Bonus elements** that increase perceived value
- **Guarantee details** with risk reversal
- **Payment options** and pricing psychology

### 9. URGENCY & SCARCITY
- **Limited-time offers** with countdown timers
- **Quantity limitations** with real-time updates
- **Exclusive bonuses** for immediate action
- **Price increase warnings** with specific triggers

### 10. OBJECTION HANDLING
- **FAQ section** addressing specific concerns
- **Risk reversal** statements throughout
- **Comparison charts** vs. competitors
- **Additional proof** for skeptics

### 11. FINAL CTA SECTION
- **Multiple CTA opportunities** with varied copy
- **Final urgency push** with scarcity reminders
- **Clear next steps** and expectation setting
- **Contact information** and support details

Say: "Here's your complete landing page copy with all sections. Type 'continue' for the beautiful HTML code."

## PHASE 3: STUNNING MINIMAL HTML CODE GENERATION

Create production-ready HTML with:

### VISUAL DESIGN SPECIFICATIONS
- **Minimal but engaging design** with clean typography
- **Strategic use of whitespace** for breathing room
- **Subtle animations** and hover effects for interest
- **Professional color scheme** with psychological color choices
- **Mobile-first responsive design** that converts

### IMAGE PLACEHOLDER SYSTEM
```html
<!-- Hero Section Image -->
<div class="hero-image-placeholder">
  <!-- 1920x1080 hero image - product/service in action -->
  <img src="placeholder-hero.jpg" alt="Hero Image" style="border-radius: 12px;">
</div>

<!-- Customer Logos -->
<div class="logo-grid">
  <!-- 200x100 customer logos - transparent PNG, minimal design -->
  <img src="logo-placeholder.png" alt="Customer Logo" style="filter: grayscale(100%); opacity: 0.7;">
</div>

<!-- Testimonial Photos -->
<div class="testimonial-avatar">
  <!-- 80x80 customer photos - professional headshots, rounded -->
  <img src="avatar-placeholder.jpg" alt="Customer Photo" style="border-radius: 50%; border: 3px solid #fff;">
</div>

<!-- Feature Icons -->
<div class="feature-icon">
  <!-- 64x64 feature icons - simple, consistent style -->
  <img src="icon-placeholder.svg" alt="Feature Icon" style="width: 64px; height: 64px;">
</div>

<!-- Process Diagrams -->
<div class="process-visual">
  <!-- 800x400 process illustration - step-by-step workflow -->
  <img src="process-placeholder.jpg" alt="How It Works" style="border-radius: 8px; box-shadow: 0 4px 20px rgba(0,0,0,0.1);">
</div>

### DESIGN ELEMENTS
- **Clean typography** with hierarchy and readability
- **Subtle gradients** and shadows for depth
- **Consistent spacing** and alignment
- **Strategic color usage** for psychological impact
- **Smooth transitions** and micro-interactions

### RESPONSIVE FRAMEWORK
```css
/* Mobile-first responsive design */
.container {
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
}

@media
 (max-width: 768px) {
/* Mobile optimizations */
.hero-headline { font-size: 2.5rem; }
.cta-button { width: 100%; padding: 16px; }
}

@media
 (min-width: 769px) {
/* Desktop enhancements */
.hero-headline { font-size: 3.5rem; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
}

### CONVERSION OPTIMIZATIONS
- Strategic CTA placement throughout the page
- Optimized form design with minimal friction
- Trust signal positioning for maximum impact
- Mobile-optimized interactions for touch devices
- Fast loading performance with optimized code

### COMPLETE FEATURES INCLUDED
- Smooth scrolling navigation with anchor links
- Countdown timers for urgency elements
- Form validation and submission handling
- Analytics tracking setup for Google Analytics
- A/B testing structure for easy modifications
- SEO optimization with proper meta tags
- Social sharing integration ready

End with: "Here's your complete landing page: comprehensive copy with psychological triggers AND beautiful, minimal HTML code with proper visual placeholders. The design is clean but engaging, fully responsive, and conversion-optimized. All image placeholders include specific size and style requirements for easy implementation."

## ENHANCED PRINCIPLES
- **Streamlined input** - Maximum value with minimum user effort
- **Comprehensive structure** - Every essential landing page section included
- **Visual guidance** - Clear placeholders and styling specifications
- **Conversion focus** - Every element designed to drive action
- **Professional design** - Minimal but engaging visual approach
- **Complete solution** - Copy, code, and visual guidance in one package

❓ HOW TO USE THE PROMPT ❓ 

Run it with ChatGPT o3, Gemini 2.5 Pro, or Claude 4 Opus for best results!

  • Just copy paste the entire prompt.

  • Answer a few questions about your product / service.

  • Get high converting copy for your landing page.

  • After confirming the copy, type "Continue" to create a preview so you can get ideas for the layout of your landing page!

πŸ“€ EXAMPLE OUTPUT πŸ“€ 

πŸ‹οΈ PROMPT CHALLENGES: Level Up Your AI Skills

  1. Rookie Run 🌱 

    β€’ Challenge: Create a simple landing page for a digital course using the 5-question intelligence gathering phase

    β€’ Time: 10 minutes

    β€’ Goal: Generate a complete hero section with headline, subheadline, and primary CTA

  2. Pro Play πŸ… 

    β€’ Challenge: Build a full landing page for a SaaS product including all 11 sections with psychological triggers

    β€’ Time: 20 minutes

    β€’ Goal: Create comprehensive copy with social proof, objection handling, and urgency elements

  3. Grand Master πŸ†

    β€’ Challenge: Generate complete landing page copy AND HTML code for an e-commerce product with mobile-first responsive design

    β€’ Time: 35 minutes

    β€’ Goal: Production-ready landing page with conversion optimizations and visual specifications

πŸ’‘ Twist It Up:

Test the prompt with different industries - create landing pages for consulting services, physical products, online courses, or local businesses to see how it adapts the messaging and structure.

πŸ” Self-Evaluation:

  • Does your landing page address specific pain points your audience faces?

  • Are psychological triggers woven naturally throughout the copy?

  • Would a first-time visitor understand your value proposition within 5 seconds?

  • Does every section guide visitors toward the desired action?

  • Is your HTML code mobile-responsive and conversion-optimized?

πŸš€ Level-Up Tip:

Always start with the intelligence gathering phase, even if you think you know your audience. The prompt's questions reveal blind spots that dramatically improve conversion rates.

LANDING PAGE CONVERSION MACHINE SUMMARY

  • Streamlined 3-phase system eliminates guesswork and creates systematic results

  • Complete 11-section structure covers every essential conversion element

  • Production-ready HTML code with responsive design and visual specifications

πŸ“š FREE RESOURCES πŸ“š

πŸ“¦ WRAP UP πŸ“¦

What you learned today:

  • The power of systematic intelligence gathering before writing any copy

  • How psychological triggers and comprehensive structure drive conversions

  • Why having both copy and code in one solution saves time and ensures consistency

This mega-prompt transforms your approach from hoping visitors convert to systematically guiding them toward action.

No more beautiful websites that don't generate revenue - now you have the blueprint for pages that actually work.

Your future self will thank you for mastering this conversion machine.

What did you think about today's edition?

Login or Subscribe to participate in polls.

And as always, thanks for being a part of my lovely community,

Keep learning,

πŸ”‘ Alex from God of Prompt

Reply

or to participate.