Landing Page Generator
Overview
Generate high-converting landing pages with copy, structure, and HTML/CSS ready for deployment. Create marketing pages that convert visitors into customers.
Core Capabilities
1. Page Templates
Pre-built templates for:
- - Product launch pages (pre-launch and launch)
- Squeeze pages (email capture)
- Webinar registration pages
- Digital product sales pages (courses, ebooks, templates)
- Service booking pages
- Affiliate review pages
- Comparison pages (Product A vs Product B)
- Thank you/confirmation pages
2. Copywriting Frameworks
Built with proven frameworks:
- - AIDA (Attention, Interest, Desire, Action)
- PAS (Problem, Agitation, Solution)
- Story-based hooks
- Social proof integration
- Objection handling
- Scarcity/urgency elements
3. SEO Optimization
Automatically includes:
- - Optimized meta tags (title, description, keywords)
- Header tags (H1, H2, H3)
- Alt text for images
- Structured data (schema markup)
- Mobile-responsive design
- Fast loading structure
4. Conversion Elements
Built-in conversion triggers:
- - Clear value propositions
- Benefit-oriented bullet points
- Testimonials/social proof
- FAQ sections
- Multiple CTAs (above and below fold)
- Guarantee/risk-reversal statements
- Countdown timers
- Limited-time offers
5. Responsive Design
Optimized for:
- - Desktop (1920px+)
- Tablet (768px - 1024px)
- Mobile (320px - 767px)
- Cross-browser compatibility
Quick Start
Generate Product Launch Page
CODEBLOCK0
Generate Squeeze Page
CODEBLOCK1
Generate Affiliate Review Page
CODEBLOCK2
Scripts
generate_landing.py
Generate landing page from parameters.
Parameters:
- -
--type: Page type (product-launch, squeeze, webinar, digital-product, service, affiliate-review, comparison, thank-you) - INLINECODE2 : Main headline
- INLINECODE3 : Supporting subheadline
- INLINECODE4 : Product/service name
- INLINECODE5 : Price or "Starting at $X"
- INLINECODE6 : Comma-separated benefits
- INLINECODE7 : Comma-separated features
- INLINECODE8 : Number of testimonials to include
- INLINECODE9 : Call-to-action button text
- INLINECODE10 : Guarantee text (optional)
- INLINECODE11 : Urgency message (optional)
- INLINECODE12 : Output file
Example:
CODEBLOCK3
optimize_copy.py
Optimize existing landing page copy.
Parameters:
- -
--input: Input HTML file - INLINECODE15 : Copywriting framework (AIDA, PAS, story)
- INLINECODE16 : Add testimonial placeholders
- INLINECODE17 : Add scarcity elements
- INLINECODE18 : Optimized output
ab_test_variations.py
Generate A/B testing variations.
Parameters:
- -
--input: Base landing page - INLINECODE21 : Number to generate (default: 3)
- INLINECODE22 : What to test (headline, cta, price, colors)
- INLINECODE23 : Output directory for variations
Page Templates
Product Launch Page Structure
CODEBLOCK4
Best Practices
Headlines
- - Length: 6-12 words maximum
- Format: Clear, benefit-driven
- Punctuation: Use numbers and brackets
- Examples:
- "Master SEO in 30 Days"
- "[Product Name]: The #1 Solution"
- "How to [Benefit] Without [Pain]"
CTAs
- - Positioning: Above fold + multiple times below
- Color: High contrast (green, orange, blue)
- Text: Action-oriented (Enroll, Get, Start, Join)
- Urgency: Add time or scarcity
Social Proof
- - Placement: Near CTA sections
- Variety: Mix of reviews, case studies, stats
- Specificity: Include names, photos, results
Pricing
- - Anchoring: Show expensive option first
- Tiered: 3 tiers (Good, Better, Best)
- Highlight: Make middle option stand out
- Psychological: Use $299 instead of $300
Mobile Optimization
- - CTA placement: Above fold on mobile
- Font size: Minimum 16px
- Touch targets: 44px minimum buttons
- Form fields: One input per screen
Automation
Bulk Landing Page Generation
CODEBLOCK5
A/B Test Automation
CODEBLOCK6
Integration Opportunities
With Product Description Generator
CODEBLOCK7
With Review Summarizer
# 1. Get review insights
review-summarizer/scripts/scrape_reviews.py --url "[product_url]"
# 2. Extract pros/cons
# 3. Generate review page
landing-page-generator/scripts/generate_landing.py \
--type affiliate-review \
--pros "[extracted]" \
--cons "[extracted]"
Build pages. Convert visitors. Scale revenue.
着陆页生成器
概述
生成高转化率的着陆页,包含文案、结构以及可直接部署的HTML/CSS代码。创建能将访问者转化为客户的营销页面。
核心功能
1. 页面模板
预制模板适用于:
- - 产品发布页面(发布前和发布后)
- 引流页面(邮件地址收集)
- 网络研讨会注册页面
- 数字产品销售页面(课程、电子书、模板)
- 服务预约页面
- 联盟营销评测页面
- 对比页面(产品A vs 产品B)
- 感谢/确认页面
2. 文案撰写框架
内置经过验证的框架:
- - AIDA(注意力、兴趣、欲望、行动)
- PAS(问题、激化、解决方案)
- 故事化钩子
- 社交证明整合
- 异议处理
- 稀缺性/紧迫性元素
3. SEO优化
自动包含:
- - 优化的元标签(标题、描述、关键词)
- 标题标签(H1、H2、H3)
- 图片的Alt文本
- 结构化数据(Schema标记)
- 移动端响应式设计
- 快速加载结构
4. 转化元素
内置转化触发机制:
- - 清晰的价值主张
- 利益导向的要点列表
- 客户评价/社交证明
- 常见问题解答板块
- 多个行动号召按钮(折叠上方和下方)
- 保证/风险逆转声明
- 倒计时器
- 限时优惠
5. 响应式设计
针对以下设备优化:
- - 桌面端(1920px以上)
- 平板端(768px - 1024px)
- 移动端(320px - 767px)
- 跨浏览器兼容性
快速开始
生成产品发布页面
python
使用 scripts/generate_landing.py
python3 scripts/generate_landing.py \
--type product-launch \
--product SEO课程 \
--price 299 \
--benefits 学习SEO,提升排名,获取流量 \
--testimonials 3 \
--cta 立即报名 \
--output product_launch.html
生成引流页面
python
python3 scripts/generate_landing.py \
--type squeeze \
--headline 免费获取SEO检查清单 \
--benefits 检查清单,技巧,策略 \
--cta 发送检查清单给我 \
--output squeeze.html
生成联盟营销评测页面
python
python3 scripts/generate_landing.py \
--type affiliate-review \
--product 软件XYZ \
--affiliate-link https://example.com/affiliate \
--pros 5 \
--cons 2 \
--cta 立即试用XYZ \
--output affiliate_review.html
脚本
generate_landing.py
根据参数生成着陆页。
参数:
- - --type:页面类型(product-launch, squeeze, webinar, digital-product, service, affiliate-review, comparison, thank-you)
- --headline:主标题
- --subheadline:副标题
- --product:产品/服务名称
- --price:价格或起价$X
- --benefits:逗号分隔的利益点
- --features:逗号分隔的功能点
- --testimonials:包含的客户评价数量
- --cta:行动号召按钮文本
- --guarantee:保证文本(可选)
- --urgency:紧迫性信息(可选)
- --output:输出文件
示例:
bash
python3 scripts/generate_landing.py \
--type product-launch \
--headline 30天掌握SEO \
--subheadline 包含实时辅导的完整课程 \
--product SEO精通课程 \
--price 299 \
--benefits 提升排名,引流,促进销售 \
--features 视频课程,模板,社区 \
--testimonials 5 \
--cta 立即报名 - 今日节省50% \
--guarantee 30天无条件退款保证 \
--urgency 名额有限 - 优惠周五截止 \
--output landing.html
optimize_copy.py
优化现有着陆页文案。
参数:
- - --input:输入的HTML文件
- --framework:文案撰写框架(AIDA, PAS, story)
- --add-social-proof:添加客户评价占位符
- --add-urgency:添加稀缺性元素
- --output:优化后的输出
abtestvariations.py
生成A/B测试变体。
参数:
- - --input:基础着陆页
- --variations:生成的变体数量(默认:3)
- --test-elements:测试的元素(headline, cta, price, colors)
- --output-dir:变体的输出目录
页面模板
产品发布页面结构
html
[产品名称] - 改变你的生活
最佳实践
标题
- - 长度: 最多6-12个词
- 格式: 清晰、利益驱动
- 标点: 使用数字和括号
- 示例:
- 30天掌握SEO
- [产品名称]:排名第一的解决方案
- 如何[利益点]而无需[痛点]
行动号召按钮
- - 位置: 折叠上方 + 下方多次出现
- 颜色: 高对比度(绿色、橙色、蓝色)
- 文本: 行动导向(报名、获取、开始、加入)
- 紧迫性: 添加时间或稀缺性元素
社交证明
- - 位置: 靠近行动号召区域
- 多样性: 混合使用评价、案例研究、数据
- 具体性: 包含姓名、照片、成果
定价
- - 锚定: 先展示最贵的选项
- 分层: 3个层级(好、更好、最好)
- 突出: 让中间选项更醒目
- 心理定价: 使用$299而非$300
移动端优化
- - 行动号召位置: 移动端折叠上方
- 字体大小: 最小16px
- 触摸目标: 按钮最小44px
- 表单字段: 每屏一个输入框
自动化
批量着陆页生成
bash
为多个产品生成着陆页
0 10 *