kdp-listing-optimizer

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

KDP Listing Optimizer

KDP图书列表优化指南

Create high-converting Amazon book listings using proven copywriting frameworks.
使用经过验证的文案框架打造高转化率的Amazon图书列表。

Listing Anatomy & Character Limits

列表结构与字符限制

ElementLimitImpact
Title200 charsSEO + Click-through
Subtitle200 charsKeywords + Clarity
Description4,000 charsConversion
Backend Keywords7 × 50 charsDiscoverability
Author Bio2,000 charsTrust
Editorial Reviews1,200 chars eachSocial Proof
元素字符限制影响
标题200字符SEO优化+点击率
副标题200字符关键词覆盖+内容清晰度
描述4000字符转化率
后台关键词7组×50字符可发现性
作者简介2000字符信任度
编辑推荐每组1200字符社交证明

Title Optimization Formula

标题优化公式

Structure:
[Primary Keyword]: [Promise/Benefit] - [Differentiator]
Examples:
❌ Weak: "My Book About Marketing"
✅ Strong: "Digital Marketing Mastery: The Step-by-Step System to Generate Leads and Sales Online - Even If You're Starting From Zero"
Title Checklist:
  • Primary keyword in first 5 words
  • Clear benefit or outcome
  • Specific (numbers, timeframes, audiences)
  • Under 80 characters for mobile display
结构:
[核心关键词]: [承诺/收益] - [差异化卖点]
示例:
❌ 欠佳:"My Book About Marketing"
✅ 优秀:"Digital Marketing Mastery: The Step-by-Step System to Generate Leads and Sales Online - Even If You're Starting From Zero"
标题检查清单:
  • 核心关键词出现在前5个词中
  • 明确的收益或成果
  • 具体化(数字、时间范围、目标受众)
  • 移动端显示控制在80字符以内

Description Framework: PASTOR

描述框架:PASTOR公式

Write descriptions using the PASTOR formula:
使用PASTOR公式撰写描述:

P - Problem

P - 痛点(Problem)

Open with the reader's pain point. Use "you" language.

Example:
"You've tried every diet, read every book, and still can't lose those last 20 pounds. The frustration of watching the scale refuse to budge—despite doing everything 'right'—is exhausting."
以读者的痛点开篇,使用“你”的视角。

示例:
"你尝试过所有节食方法,读过所有相关书籍,但还是减不掉最后20磅体重。尽管一切都按‘正确方式’做,体重秤却纹丝不动——这种挫败感令人疲惫不堪。"

A - Amplify

A - 放大痛点(Amplify)

Make the problem feel urgent. What happens if unsolved?

Example:
"Every year that passes makes it harder. Your metabolism slows. Your energy drops. And that dream of feeling confident in your own skin fades further away."
让痛点显得更紧迫。如果问题得不到解决会怎样?

示例:
"每过一年,减肥就会更难。你的新陈代谢变慢,精力下降。而那种在自己皮肤里感到自信的梦想也越来越遥远。"

S - Story/Solution

S - 故事/解决方案(Story/Solution)

Introduce yourself and your solution.

Example:
"After 15 years as a registered dietitian and helping 10,000+ clients, I discovered something surprising: the problem isn't willpower—it's your approach."
介绍你自己和你的解决方案。

示例:
"作为注册营养师拥有15年从业经验,帮助过10000+客户后,我发现了一个令人惊讶的事实:问题不在于意志力——而在于你的方法。"

T - Transformation

T - 转变成果(Transformation)

Paint the picture of success. What will life look like?

Example:
"Imagine waking up energized. Fitting into clothes you haven't worn in years. Having people ask what your secret is."
描绘成功后的场景。生活会变成什么样?

示例:
"想象一下,你醒来时精力充沛,能穿上多年没穿的衣服,还有人问你保持身材的秘诀是什么。"

O - Offer

O - 内容呈现(Offer)

Explain what's in the book. Use bullet points.

Example:
"Inside this book, you'll discover:
• The 3 metabolism myths keeping you stuck (and what to do instead)
• My proven 4-week reset protocol used by 10,000+ clients
• 50+ recipes that taste amazing AND burn fat
• The exact meal timing strategy that maximizes results"
说明书中的内容,使用项目符号。

示例:
"在这本书中,你将发现:
• 让你停滞不前的3个新陈代谢误区(以及正确的做法)
• 我帮助10000+客户成功的4周重置方案
• 50+既美味又燃脂的食谱
• 能最大化效果的精准用餐时间策略"

R - Response

R - 行动号召(Response)

Clear call-to-action.

Example:
"Scroll up and click 'Buy Now' to start your transformation today. Your future self will thank you."
明确的行动号召。

示例:
"向上滚动,点击‘立即购买’,从今天开始你的转变之旅。未来的你会感谢现在的自己。"

HTML Formatting for Descriptions

描述的HTML格式

Amazon allows limited HTML in descriptions:
html
<h2>Section Header</h2>
<p>Paragraph text goes here.</p>
<b>Bold text</b>
<i>Italic text</i>
<br> Line break
<ul><li>Bullet point</li></ul>
Optimal Description Structure:
html
<h2>Are You Tired of [PROBLEM]?</h2>
<p>[Problem paragraph - 2-3 sentences]</p>

<h2>What If There Was a Better Way?</h2>
<p>[Solution intro - 2-3 sentences]</p>

<h2>Inside This Book, You'll Discover:</h2>
<ul>
<li><b>[Benefit 1]</b> - [Brief explanation]</li>
<li><b>[Benefit 2]</b> - [Brief explanation]</li>
<li><b>[Benefit 3]</b> - [Brief explanation]</li>
<li><b>[Benefit 4]</b> - [Brief explanation]</li>
<li><b>[Benefit 5]</b> - [Brief explanation]</li>
</ul>

<h2>Who Is This Book For?</h2>
<p>[Target audience description]</p>

<h2>About the Author</h2>
<p>[Brief credibility statement]</p>

<p><b>Ready to [TRANSFORMATION]?</b></p>
<p>Scroll up and click "Buy Now" to get started today!</p>
亚马逊允许在描述中使用有限的HTML:
html
<h2>Section Header</h2>
<p>Paragraph text goes here.</p>
<b>Bold text</b>
<i>Italic text</i>
<br> Line break
<ul><li>Bullet point</li></ul>
最佳描述结构:
html
<h2>Are You Tired of [PROBLEM]?</h2>
<p>[Problem paragraph - 2-3 sentences]</p>

<h2>What If There Was a Better Way?</h2>
<p>[Solution intro - 2-3 sentences]</p>

<h2>Inside This Book, You'll Discover:</h2>
<ul>
<li><b>[Benefit 1]</b> - [Brief explanation]</li>
<li><b>[Benefit 2]</b> - [Brief explanation]</li>
<li><b>[Benefit 3]</b> - [Brief explanation]</li>
<li><b>[Benefit 4]</b> - [Brief explanation]</li>
<li><b>[Benefit 5]</b> - [Brief explanation]</li>
</ul>

<h2>Who Is This Book For?</h2>
<p>[Target audience description]</p>

<h2>About the Author</h2>
<p>[Brief credibility statement]</p>

<p><b>Ready to [TRANSFORMATION]?</b></p>
<p>Scroll up and click "Buy Now" to get started today!</p>

Backend Keyword Strategy

后台关键词策略

The 7-Keyword Framework

7关键词框架

Amazon allows 7 keyword phrases (50 chars each). Optimize each slot:
SlotStrategyExample
1Main topic + audiencemarketing book entrepreneurs
2Problem keywordslead generation struggling
3Solution keywordssales funnel automation
4Comparison keywordsalternative to expert secrets
5Format keywordsguide workbook exercises
6Audience demographicssmall business owner startup
7Related topicssocial media facebook ads
亚马逊允许使用7组关键词短语(每组50字符),优化每个位置:
位置策略示例
1核心主题+目标受众marketing book entrepreneurs
2痛点关键词lead generation struggling
3解决方案关键词sales funnel automation
4对比关键词alternative to expert secrets
5格式关键词guide workbook exercises
6受众 demographicssmall business owner startup
7相关主题social media facebook ads

Keyword Rules

关键词规则

DO:
  • Use all 350 characters (7 × 50)
  • Separate phrases with spaces
  • Include misspellings people search
  • Use singular and plural forms
DON'T:
  • Repeat title/subtitle words
  • Use competitor brand names
  • Include "book," "kindle," "ebook"
  • Use quotation marks or punctuation
建议:
  • 用完所有350字符(7×50)
  • 使用空格分隔短语
  • 包含用户可能搜索的拼写错误
  • 包含单数和复数形式
禁忌:
  • 重复标题/副标题中的词汇
  • 使用竞争对手品牌名称
  • 包含“book, kindle, ebook”等词汇
  • 使用引号或标点符号

A+ Content Modules

A+内容模块

If Brand Registered, create A+ Content with 5-7 modules:
如果已完成品牌备案,可创建包含5-7个模块的A+ Content:

Recommended Module Order

推荐模块顺序

  1. Hero Banner - Book cover + tagline
  2. About the Author - Photo + credibility
  3. What You'll Learn - 3-5 key takeaways
  4. Book Preview - Table of contents or chapter preview
  5. Testimonials - 2-3 reader quotes
  6. Comparison Chart - Your book vs. alternatives
  7. CTA Banner - Final push to purchase
  1. Hero Banner - 图书封面+标语
  2. About the Author - 作者照片+可信度证明
  3. What You'll Learn - 3-5个核心要点
  4. Book Preview - 目录或章节预览
  5. Testimonials - 2-3条读者评价
  6. Comparison Chart - 本书与同类书籍对比
  7. CTA Banner - 最终购买号召

A+ Content Specs

A+内容规格

Module TypeImage SizeText Limit
Standard Image970 × 600 pxNone
Header970 × 300 pxNone
Comparison Chart150 × 150 px icons250 chars/cell
Standard TextN/A6,000 chars
模块类型图片尺寸文本限制
标准图片970 × 600 px
标题横幅970 × 300 px
对比图表150 × 150 px 图标每个单元格250字符
标准文本6000字符

Conversion Rate Optimization

转化率优化

Above-the-Fold Checklist

首屏内容检查清单

First 300 characters of description = highest impact
  • Hook in first sentence
  • Specific number or stat
  • Clear target audience
  • Immediate benefit promise
描述的前300字符影响最大:
  • 第一句设置钩子
  • 包含具体数字或数据
  • 明确目标受众
  • 直接承诺收益

Social Proof Elements

社交证明元素

ElementWhereImpact
Review quotesEditorial ReviewsHigh
CredentialsAuthor BioHigh
Numbers servedDescriptionMedium
Awards/featuresEditorial ReviewsMedium
元素放置位置影响
评价引用编辑推荐
作者资质作者简介
服务客户数量图书描述
获奖/推荐编辑推荐

Quick Reference: High-Converting Listing

速查:高转化率列表

markdown
TITLE (80 chars ideal):
[Keyword]: [Specific Promise] for [Audience]

SUBTITLE (80 chars ideal):
The [Framework/System] to [Outcome] in [Timeframe]

DESCRIPTION (2,500-3,500 chars optimal):
├── Hook (problem) - 150 chars
├── Amplify pain - 200 chars
├── Solution intro - 200 chars
├── "What you'll learn" bullets - 800 chars
├── Target audience - 200 chars
├── Author credibility - 200 chars
└── CTA - 100 chars

KEYWORDS (7 × 50 chars):
Slot 1: [topic] [audience] [format]
Slot 2: [problem] [pain point]
Slot 3: [solution] [outcome]
Slot 4: [comparison] [alternative]
Slot 5: [format] [style] [approach]
Slot 6: [demographic] [role]
Slot 7: [related] [adjacent topics]
markdown
TITLE (80 chars ideal):
[Keyword]: [Specific Promise] for [Audience]

SUBTITLE (80 chars ideal):
The [Framework/System] to [Outcome] in [Timeframe]

DESCRIPTION (2,500-3,500 chars optimal):
├── Hook (problem) - 150 chars
├── Amplify pain - 200 chars
├── Solution intro - 200 chars
├── "What you'll learn" bullets - 800 chars
├── Target audience - 200 chars
├── Author credibility - 200 chars
└── CTA - 100 chars

KEYWORDS (7 × 50 chars):
Slot 1: [topic] [audience] [format]
Slot 2: [problem] [pain point]
Slot 3: [solution] [outcome]
Slot 4: [comparison] [alternative]
Slot 5: [format] [style] [approach]
Slot 6: [demographic] [role]
Slot 7: [related] [adjacent topics]

Scripts

脚本

  • Keyword analyzer: See
    scripts/keyword_analyzer.py
  • Description validator: See
    scripts/description_validator.py
  • 关键词分析工具:查看
    scripts/keyword_analyzer.py
  • 描述验证工具:查看
    scripts/description_validator.py