Amazon HTML Product Descriptions: The Complete Guide for Sellers
Amazon's HTML editor is full of hidden rules — wrong tags get your listing suppressed. This guide covers every allowed tag, best practices, and how to write descriptions that actually convert.
Why Your Amazon Product Description Isn't Showing Up
You spent an hour writing a beautifully formatted product description, uploaded it to Amazon Seller Central, and... it shows as a plain wall of text. Or worse — it disappeared entirely.
Amazon supports a limited subset of HTML in product descriptions, but the rules are undocumented, inconsistently enforced, and change without notice. Understanding them is essential to any serious seller.
The HTML Tags Amazon Actually Allows
Amazon restricts HTML to prevent sellers from injecting malicious code or creating layouts that break their listing page. Here are the tags that actually work in 2025:
✅ Allowed Tags
| Tag | Purpose | Example |
|---|---|---|
<br> |
Line break | Line one.<br>Line two. |
<b> |
Bold text | <b>Premium Quality</b> |
<i> |
Italic text | <i>As seen in Forbes</i> |
<p> |
Paragraph | <p>Your product description here.</p> |
<ul> |
Unordered list | See below |
<li> |
List item | <li>Feature one</li> |
❌ Prohibited Tags (Will Get Your Listing Suppressed)
-
<h1>through<h6>— headings -
<table>— tables -
<div>— divs -
<span>— spans -
<img>— images (use Amazon's image manager instead) -
<a>— links (no external links allowed) -
<style>or<script>— CSS/JavaScript -
class=,id=,style=attributes on any tag
The Right Structure for a High-Converting Amazon Description
Here's a proven template used by top Amazon sellers:
<p><b>THE ONE-LINE PROMISE</b>: State your biggest benefit in bold as the first line. This is what customers skim first.</p>
<p>Expand on the main benefit. Use conversational language. Address the pain point your product solves. Keep this to 2-3 sentences.</p>
<p><b>KEY FEATURES:</b></p>
<ul>
<li><b>Feature 1:</b> Explain what it does and why it matters to the buyer.</li>
<li><b>Feature 2:</b> Lead with the benefit, follow with the spec.</li>
<li><b>Feature 3:</b> Include specific numbers where possible (e.g., "holds 3.2L" not "large capacity").</li>
<li><b>Feature 4:</b> Address a common objection or concern.</li>
<li><b>Feature 5:</b> Close with a satisfaction signal (compatibility, warranty, etc.).</li>
</ul>
<p><b>PERFECT FOR:</b> Briefly describe your ideal customer. "Ideal for home bakers, cooking enthusiasts, and anyone who wants to..."</p>
<p><b>RISK-FREE PURCHASE:</b> Mention your return policy or satisfaction guarantee here. Amazon mandates their return policy anyway, but reinforcing it increases conversion.</p>
Common Mistakes That Get Listings Suppressed
1. Using <h2> or <h3> tags
Amazon's listing pages have their own H1 (the product title) and H2 structure. Adding your own headings creates conflicting hierarchy and gets stripped or suppressed.
2. Including promotional language Phrases like "Best on Amazon", "#1 Seller", or "Award-winning" without substantiation violate Amazon's listing policies — regardless of whether they're in HTML or plain text.
3. Nested lists
<ul> within <li> is not supported and will render as plain text.
4. Special characters without encoding
Use & for &, < for <, > for >. Unencoded special characters cause unpredictable rendering.
5. Excessive line breaks
More than two consecutive <br> tags are often stripped by Amazon's parser.
A+ Content vs. HTML Description: When to Use Each
| HTML Description | A+ Content | |
|---|---|---|
| Who can use it | All sellers | Brand Registry required |
| Image support | No | Yes (up to 7 modules) |
| Character limit | 2,000 characters | 5,000+ words equivalent |
| HTML support | Limited | Custom modules |
| SEO impact | Yes (indexed) | Limited |
| Conversion lift | Moderate | +3–10% average |
Use the HTML description as your SEO-focused fallback. Use A+ Content to visually sell the product to buyers who are already on your page.
How to Preview Your Description Before Going Live
Amazon's Seller Central editor doesn't show a real-time preview of how your HTML will render on the listing page. This leads to constant submit-check-edit cycles that waste hours.
Use our Amazon Listing HTML Editor for:
- Real-time preview exactly as it appears on Amazon
- Automatic compliance check for prohibited tags
- Character count with Amazon's limits highlighted
- Copy-ready output to paste directly into Seller Central
Optimising Descriptions for Amazon's A9 Algorithm
Amazon's search algorithm considers keyword density in your product description. Best practices:
- Include your primary keyword in the first 100 characters
- Use backend search terms for keywords you can't naturally fit in the description
- Avoid keyword stuffing — Amazon's algorithm penalises unnatural repetition
- Match search intent — if buyers search "waterproof dog collar large breed", your description should directly address waterproofing, size range, and breed appropriateness
Checklist Before Publishing
- No prohibited HTML tags (
<h2>,<div>,<span>,<table>) - No external links or references to other websites
- No competitor mentions
- No price claims ("cheapest", "lowest price")
- All special characters properly encoded
- Total character count under 2,000
- Primary keyword appears in first sentence
- Lists use only
<ul>and<li>(not<ol>)
With these guidelines, your Amazon listings will render correctly, pass compliance checks, and convert at a higher rate.