🚀 Best Practices for Authors
- Keep a Master File: Always save your original description in a separate document. If you change it here, update your master file too so you don't lose it.
- Readability is King: Don't go crazy with Bold or Caps. Use formatting to highlight key hooks, but keep it clean. Think: Is this easy for a parent to scan quickly?
- Less is More: You don't need to fill every inch of space. Look at best-selling children's books on Amazon—they are usually punchy and clear.
📝 HTML Basics (The Non-Techy Version)
You don't need to be a coder. Our tool does the heavy lifting, but here is what’s happening behind the scenes:
- Tags: Code lives in brackets like
<b> for bold. Most need a closing tag like </b> to stop the effect.
- Headings: Amazon KDP is picky. They generally only allow smaller headings (H4, H5, H6). Our tool uses these automatically so you don't get errors.
- The "Break" Rule: The
<br> tag (line break) is the rebel—it doesn't need a closing tag.
🛠️ Troubleshooting & Quick Fixes
If your description looks messy, it’s usually because of hidden formatting pasted from Word or Google Docs.
- The Fix: Type directly into our tool or paste your text as "Plain Text" (Right Click > Paste as Plain Text).
- Too much space? If you see big gaps between paragraphs, check the code view (<> button). You might have double
<br> tags. Delete the extras!
- Need a blank line? To force a gap, you actually do need two break tags:
<br><br>.
🚫 Amazon KDP "No-Go" Rules
Amazon will reject your description if you include these. Keep them out!
- ❌ Phone numbers, emails, or website URLs.
- ❌ Pricing info (e.g., "Only $9.99!").
- ❌ Time-sensitive info (e.g., "On sale this week").
- ❌ Asking for reviews.
- ❌ Offensive content or spoilers.