-
Notifications
You must be signed in to change notification settings - Fork 0
content: rebuild Modules 2-8 to the full lesson-production standard #36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -10,6 +10,14 @@ xpReward: 75 | |
|
|
||
| # Listing Anatomy: Title, Bullets, Images & PPC | ||
|
|
||
| ## What you can do after this lesson | ||
|
|
||
| After this lesson, you can rewrite a listing's title, bullet points, and image sequence using the PPC-aware formulas in this lesson so each section pulls its own weight for CTR (click-through rate) and CVR (conversion rate, orders divided by clicks). | ||
|
|
||
| ## The decision in one sentence | ||
|
|
||
| The title earns you the click and the bullets and images earn you the sale, so build the title around your primary keyword and build the bullets and images around feature, benefit, and proof. | ||
|
|
||
| Every part of your Amazon listing is a PPC asset. Your title feeds keyword relevance. Your images drive your CTR (click-through rate). Your bullets close the sale. Treat each section as part of your ad strategy, not just product information. | ||
|
|
||
| > **Analogy**: Your Amazon listing is a storefront. The **title** is the sign above the door. The **main image** is the window display. The **bullet points** are the salesperson greeting customers at the entrance. The **A+ Content** is the interior decor that makes people want to stay. A good storefront has all four working together. | ||
|
|
@@ -186,6 +194,20 @@ Use this before every product launch: | |
| > - Every part of your listing feeds back into ad performance. Optimize all of it, not just one piece. | ||
| > - Spend **one hour per listing** on this before launching ads. That hour is small next to what a weak listing burns in wasted ad spend, even though the exact payback ratio varies per product. | ||
|
|
||
| ## Your turn | ||
|
|
||
| Work this through before checking the answer. | ||
|
|
||
| You're optimizing the listing for a $19.99 collapsible silicone travel mug. The current title is "Silicone Travel Mug." The current bullet 1 reads "350ml capacity." The main image sits on a white background but is only 900px, and there are just 3 images total. Before reading further: rewrite the title so it's PPC-optimized but still natural to read, rewrite bullet 1 using the feature to benefit to proof structure, and name the two image fixes needed before this listing is ready for real ad spend. | ||
|
|
||
| **Work it through:** Title: "Collapsible Silicone Travel Mug, 350ml Cup for On-the-Go Use." That adds the confirmed capacity and a general use-case phrase without inventing features the brief never confirmed, since a title should only promise what the listing can actually back up. Bullet 1: "COLLAPSES TO HALF THE SIZE. At 350ml, this mug flattens down to fit any bag pocket or cup holder once you're done with it. Confirm with the client whether it's leakproof and tested for daily carry before adding that as a third sentence, since an unverified durability claim is worse than none at all." That moves the bullet from a bare spec ("350ml capacity") toward feature and benefit, with proof added only once it's actually verified. Image fixes: the main image needs to reach at least 1000px so Amazon's zoom feature can activate, and the listing needs more than 3 images, at least 5, ideally with a lifestyle shot in position 2 showing the mug in use. | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🎯 Functional Correctness | 🟠 Major | ⚡ Quick win Keep the worked answer grounded in confirmed product facts. The prompt confirms only a collapsible silicone travel mug and 350 ml capacity. “Collapses to half the size” and “fit any bag pocket or cup holder” add unverified claims; the later leakproof caveat does not remove them. Use confirmed facts or mark these as client-verification placeholders. As per coding guidelines, curriculum content must follow the documented lesson-production standard and voice rules. Proposed correction- Bullet 1: "COLLAPSES TO HALF THE SIZE. At 350ml, this mug flattens down to fit any bag pocket or cup holder once you're done with it."
+ Bullet 1: "COLLAPSIBLE SILICONE DESIGN. Folds down for compact storage. 350 ml capacity."🧰 Tools🪛 LanguageTool[grammar] ~203-~203: Ensure spelling is correct (QB_NEW_EN_ORTHOGRAPHY_ERROR_IDS_1) [style] ~203-~203: ‘none at all’ might be wordy. Consider a shorter alternative. (EN_WORDINESS_PREMIUM_NONE_AT_ALL) [grammar] ~203-~203: Ensure spelling is correct (QB_NEW_EN_ORTHOGRAPHY_ERROR_IDS_1) 🤖 Prompt for AI AgentsSource: Coding guidelines |
||
|
|
||
| ## Client language | ||
|
|
||
| Use this when a client asks why you're rewriting a title that already has the product name in it: | ||
|
|
||
| > "The current title only matches one search term, so I'm rewriting it to naturally include the confirmed size and general use-case language. That can improve relevance signals, but how many searches we actually show for still depends on our campaign's targeting and match types, not the title alone." | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🎯 Functional Correctness | 🟡 Minor | ⚡ Quick win Do not claim the old title matches only one search term. A title can contribute relevance to multiple queries; title text does not determine query reach by itself. Replace this with “gives shoppers limited product detail,” while keeping the existing caveat about targeting and match types. 🤖 Prompt for AI Agents |
||
|
|
||
| ## Quick check | ||
|
|
||
| 1. Why should you keep your title concise and natural instead of stuffing it with keywords? | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎯 Functional Correctness | 🟠 Major | ⚡ Quick win
Require enough evidence before blocking a term.
Both lessons let low-data terms become negatives too early. Add a minimum clicks/spend or target-ACoS threshold, with a clear-irrelevance exception, before recommending a negative.
content/curriculum/modules/2-keyword-research/2.3-negative-keywords.mdx#L17-L19: change “real spend and no sales” to “sufficient spend/clicks with no sales, or clearly irrelevant.”content/curriculum/modules/2-keyword-research/2.1-match-types.mdx#L178-L182: provide clicks, spend, orders, or a target-ACoS threshold before recommending a negative.📍 Affects 2 files
content/curriculum/modules/2-keyword-research/2.3-negative-keywords.mdx#L17-L19(this comment)content/curriculum/modules/2-keyword-research/2.1-match-types.mdx#L178-L182🤖 Prompt for AI Agents