growth-strategy
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseGrowth Strategy
增长策略
Comprehensive growth strategy combining technical SEO/SMO/CRO implementation with strategic growth frameworks.
整合SEO/SMO/CRO技术落地与战略增长框架的全面增长策略方案。
Quick Reference
快速参考
| Situation | Use This Skill For |
|---|---|
| SEO/SMO/CRO implementation | Technical Optimization |
| Building growth engines | Growth Loops Framework |
| Strategic growth planning | Strategy & Frameworks |
| Distribution strategy | Channel & Platform Strategy |
| Network effects | Product-Led Growth |
| 场景 | 适用技能场景 |
|---|---|
| SEO/SMO/CRO落地 | 技术优化 |
| 搭建增长引擎 | 增长循环框架 |
| 增长战略规划 | 策略与框架 |
| 分发策略制定 | 渠道与平台策略 |
| 网络效应构建 | 产品驱动型增长 |
Part 1: Core Principles
第一部分:核心原则
Foundational Truths
基础共识
- Growth follows product-market fit, never precedes it
- Retention is the foundation; acquisition without retention is a leaky bucket
- The best growth is product-driven, not marketing-driven
- Compound effects beat linear efforts
- Every growth channel eventually saturates
- Network effects are the ultimate moat
- Premature growth destroys companies
- 增长始于产品市场匹配(PMF),而非先于PMF
- 留存是根基;无留存的获客如同“漏桶”
- 最优增长是产品驱动而非营销驱动
- 复利效应优于线性投入
- 所有获客渠道终将饱和
- 网络效应是终极护城河
- 过早增长会拖垮公司
Growth Is Not Marketing
增长≠营销
Growth is the systematic application of product, engineering, and data to create compounding user acquisition, activation, and retention. It's a mindset, not a department.
增长是产品、工程与数据的系统性应用,用于实现用户获客、激活与留存的复利增长。它是一种思维模式,而非单一部门的职能。
Part 2: Growth Loops Framework
第二部分:增长循环框架
Why Loops, Not Funnels
为什么用循环而非漏斗
Funnels: Linear. Pour effort in, get results out, start over.
Loops: Each cycle generates fuel for the next cycle.
The key shift: Move from "How do we get more users?" to "How does each user we acquire generate more users?"
漏斗模型:线性模式。投入资源,获取结果,然后重复。
循环模型:每个周期都为下一个周期提供动力。
核心转变:从“如何获取更多用户?”转向“我们获取的每个用户如何带来更多用户?”
Loop Types
循环类型
| Loop Type | Description |
|---|---|
| Content Loops | Users create content → attracts more users → more content |
| Viral Loops | Users invite others → exponential spread |
| Sales Loops | Customers generate revenue → fund more acquisition |
| 循环类型 | 描述 |
|---|---|
| 内容循环 | 用户创作内容 → 吸引更多用户 → 生成更多内容 |
| 病毒式循环 | 用户邀请他人 → 指数级传播 |
| 销售循环 | 客户产生收入 → 为更多获客提供资金 |
Critical Patterns
关键模式
| Pattern | Insight |
|---|---|
| Funnels vs Loops | Funnels are linear; loops compound |
| Paid ≠ Loop | Paid acquisition doesn't compound — it's buying users |
| Founder-Led First | Can't outsource finding growth model |
| Product Must Own Growth | Can't be marketing-only function |
| One Primary Loop | Others supplement but won't save you |
| Earned Over Paid | Invest 80%+ in earned/owned channels |
| 关键模式 | 核心洞察 |
|---|---|
| 漏斗vs循环 | 漏斗是线性的;循环是复利的 |
| 付费≠循环 | 付费获客不产生复利——本质是购买用户 |
| 创始人主导优先 | 增长模型的探索无法外包 |
| 产品必须主导增长 | 不能仅由营销部门负责增长 |
| 单一核心循环 | 其他循环仅为补充,无法替代核心循环 |
| 免费/自有渠道优先 | 80%以上资源投入免费/自有渠道 |
Platform Cycles
平台生命周期
New platforms open, then close. Time your bets correctly:
- Early: High reach, low competition
- Mid: Reach peaks, competition grows
- Late: High competition, diminishing returns
新平台的生命周期分为开放期与关闭期,需把握时机:
- 早期:触达范围广,竞争度低
- 中期:触达峰值,竞争加剧
- 晚期:竞争激烈,收益递减
Part 3: SEO × SMO × CRO Framework
第三部分:SEO×SMO×CRO框架
SEO Checklist
SEO检查清单
Page-Level
- — unique, 50-60 chars, primary keyword
<title> - — 150-160 chars
<meta name="description"> - — self-referencing
<link rel="canonical"> - Single with primary keyword
<h1> - Primary keyword in first 100 words
- Descriptive text on all images
alt - Internal links to related pages
Site-Level
- not blocking important resources
robots.txt - up to date
sitemap.xml - HTTPS everywhere; mobile-friendly
- Core Web Vitals passing (LCP < 2.5s, CLS < 0.1, INP < 200ms)
页面级
- 标签 — 唯一、50-60字符、包含核心关键词
<title> - 标签 — 150-160字符
<meta name="description"> - 标签 — 自引用
<link rel="canonical"> - 单个包含核心关键词的标签
<h1> - 核心关键词出现在前100词
- 所有图片添加描述性文本
alt - 添加至相关页面的内部链接
站点级
- 未拦截重要资源
robots.txt - 保持更新
sitemap.xml - 全站HTTPS、适配移动端
- 通过Core Web Vitals考核(LCP < 2.5秒,CLS < 0.1,INP < 200毫秒)
OGP / Twitter Cards
OGP/推特卡片
html
<meta property="og:type" content="website">
<meta property="og:title" content="Page Title">
<meta property="og:description" content="Description">
<meta property="og:image" content="https://example.com/og-image.png">
<meta property="twitter:card" content="summary_large_image">html
<meta property="og:type" content="website">
<meta property="og:title" content="Page Title">
<meta property="og:description" content="Description">
<meta property="og:image" content="https://example.com/og-image.png">
<meta property="twitter:card" content="summary_large_image">CRO Core
CRO核心
| Pillar | Goal | Key Metrics |
|---|---|---|
| SEO | Be found | Organic traffic, rankings |
| SMO | Be shared | Social CTR, shares |
| CRO | Convert | Signup rate, completion |
| 支柱 | 目标 | 核心指标 |
|---|---|---|
| SEO | 被用户发现 | 自然流量、搜索排名 |
| SMO | 被用户分享 | 社交点击率、分享量 |
| CRO | 完成转化 | 注册率、转化完成率 |
Part 4: Growth Models
第四部分:增长模型
The LTV Equation
LTV公式
LTV = (Average Revenue Per Customer × Average Customer Lifespan) - CACLTV = (Average Revenue Per Customer × Average Customer Lifespan) - CACUnit Economics
单位经济效益
- LTV:CAC ratio: 3:1 minimum for sustainable growth
- Payback period: < 12 months preferred
- CAC: Cost to acquire a customer
- ARPU: Average revenue per user
- LTV:CAC比值:可持续增长的最低标准为3:1
- 回收期:优选<12个月
- CAC:客户获取成本
- ARPU:每用户平均收入
AARRR Framework
AARRR框架
| Metric | Definition |
|---|---|
| Acquisition | Users come from |
| Activation | First meaningful use |
| Retention | Users come back |
| Referral | Users invite others |
| Revenue | Users pay |
| 指标 | 定义 |
|---|---|
| 获客(Acquisition) | 用户来源 |
| 激活(Activation) | 用户首次有意义使用 |
| 留存(Retention) | 用户再次返回使用 |
| 推荐(Referral) | 用户邀请他人 |
| 变现(Revenue) | 用户付费 |
Part 5: Network Effects
第五部分:网络效应
Types of Network Effects
网络效应类型
| Type | Description |
|---|---|
| Direct | More users → more value (social networks) |
| Indirect | More users → more options → more value (marketplaces) |
| Two-sided | Supply and demand sides benefit (platforms) |
| Data | More data → better product → more users |
| 类型 | 描述 |
|---|---|
| 直接网络效应 | 用户越多 → 价值越高(如社交网络) |
| 间接网络效应 | 用户越多 → 可选内容越多 → 价值越高(如交易平台) |
| 双边网络效应 | 供需双方均受益(如平台型产品) |
| 数据网络效应 | 数据越多 → 产品越优 → 用户越多 |
Building Network Effects
构建网络效应
- Cross-side presence: Ensure both sides of marketplace exist
- Liquidity thresholds: Hit critical mass in each segment
- Switching costs: Users invest in platform
- Platform stickiness: Integration with workflows
- 跨端覆盖:确保交易平台供需两端均有用户
- 流动性阈值:各细分领域达到临界规模
- 转换成本:促使用户在平台投入资源
- 平台粘性:与用户工作流深度整合
Part 6: Product-Led Growth (PLG)
第六部分:产品驱动型增长(PLG)
PLG Core Principles
PLG核心原则
- Product as the main driver of acquisition
- Free trials and freemium models
- In-product virality
- Self-serve onboarding
- Usage-based expansion
- 产品作为获客核心驱动力
- 免费试用与免费增值模式
- 产品内病毒传播
- 自助式新手引导
- 基于使用量的增值变现
PLG Metrics
PLG核心指标
| Metric | Target |
|---|---|
| Activation rate | > 40% |
| Time to value | < 5 minutes |
| Weekly active ratio | > 20% |
| Expansion revenue | > 20% of total |
| 指标 | 目标值 |
|---|---|
| 激活率 | >40% |
| 价值实现时间 | <5分钟 |
| 周活跃用户占比 | >20% |
| 增值收入占比 | >总营收的20% |
Part 7: Growth Experimentation
第七部分:增长实验
ICE Framework
ICE框架
| Factor | Score (1-10) |
|---|---|
| Impact | Could this double growth? |
| Confidence | How sure will this work? |
| Ease | How easy to implement? |
| 维度 | 评分(1-10分) |
|---|---|
| 影响力(Impact) | 能否让增长翻倍? |
| 置信度(Confidence) | 成功的把握有多大? |
| 实施难度(Ease) | 落地难度如何? |
Test Execution
测试执行流程
- Document hypothesis clearly
- Define primary and guardrail metrics
- Calculate required sample size
- Wait for statistical significance (95%)
- Run full business cycle (1-2 weeks minimum)
- 清晰记录假设
- 确定核心指标与护栏指标
- 计算所需样本量
- 等待达到统计显著性(95%置信度)
- 覆盖完整业务周期(至少1-2周)
What NOT to Test
避免测试的内容
- Button colors before understanding objections
- Copying competitors blindly
- Optimizing without funnel context
- 在未理解用户异议前测试按钮颜色
- 盲目抄袭竞品
- 脱离漏斗上下文的优化
Part 8: Growth Team & Timing
第八部分:增长团队与时机
When to Hire Growth
何时招聘增长人员
| Stage | Growth Focus |
|---|---|
| Pre-PMF | Founder-led, iterate on product |
| Finding PMF | First 100 customers, understand channels |
| Validated PMF | First growth hire, build experiments |
| Scaling | Full growth team, channel expansion |
| 阶段 | 增长重点 |
|---|---|
| 产品市场匹配前(Pre-PMF) | 创始人主导,迭代产品 |
| 探索产品市场匹配 | 前100位客户,验证获客渠道 |
| 已验证产品市场匹配 | 招聘首位增长人员,搭建实验体系 |
| 规模化阶段 | 组建完整增长团队,拓展获客渠道 |
Growth Team Structure
增长团队架构
- Individual Contributor: Run experiments
- Growth Manager: Prioritize and coordinate
- Growth Lead: Strategy and team management
- 个人贡献者:执行增长实验
- 增长经理:优先级排序与跨团队协调
- 增长负责人:制定策略与团队管理
Part 9: Key Frameworks Summary
第九部分:核心框架总结
Andrew Chen's Wisdom
Andrew Chen核心观点
- Marketplace dynamics
- Network effects as moat
- Platform distribution
- Cold start problem
- 交易平台动态
- 网络效应作为护城河
- 平台分发策略
- 冷启动问题
Brian Balfour's Frameworks
Brian Balfour核心框架
- Growth loops methodology
- Platform cycles
- Paid ≠ loop insight
- 增长循环方法论
- 平台生命周期
- 付费≠循环的核心洞察
Casey Winters' Playbooks
Casey Winters实战手册
- Kindle before fire (non-scalable → scalable)
- Product-led sales
- PQA > PQL
- 先慢后快(从非规模化到规模化)
- 产品驱动型销售
- PQA(产品合格用户)> PQL(营销合格用户)
Common Mistakes
常见误区
- Premature scaling — Growth before PMF burns cash
- Acquisition without retention — Leaky bucket
- Chasing channels — Without understanding loops
- Vanity metrics — Focus on leading indicators
- One-hit wonders — Not building compounding systems
- 过早规模化 — 产品市场匹配前启动增长会消耗现金
- 无留存的获客 — 如同漏桶,无法持续
- 盲目追逐渠道 — 未理解增长循环的本质
- 虚荣指标 — 应聚焦前置性指标
- 单次成功依赖 — 未搭建复利增长体系
Related Skills
相关技能
- product-market-fit-analysis: For PMF assessment
- conversion-rate-optimization: For CRO implementation
- customer-success-and-retention: For retention strategy
- ab-test-setup: For growth experiments
- product-market-fit-analysis:用于产品市场匹配评估
- conversion-rate-optimization:用于CRO落地
- customer-success-and-retention:用于留存策略制定
- ab-test-setup:用于增长实验搭建