Amazon Book Description HTML: Making Words Look Better [TOOL]

Posted on Apr 11, 2018

Avatar Of Dave Chesson

Written by Dave Chesson

Home > Blog > Fiction, Non-Fiction, Publishing > Amazon Book Description HTML: Making Words Look Better [TOOL]

Have you ever seen an Amazon book description that looked absolutely stellar? Nice big words, perfect layout, well structured? What am I saying? Of course you have!

Well, there’s a secret to how those self-publishers are making it look that way. They’re using Amazon’s approved HTML in their product description. That’s right, they’re coding it to look that way and you can, too.

By adding a little code in the editor when writing your Amazon book description, your sentences can now be bold, underlined, or even bigger in size.

[PRINTABLE] Book Launch Checklist

Publish Your Book The RIGHT Way & Ensure It’s Success!

Download your FREE book launch checklist to get your launch right the first time. Hit the button to claim yours.

Sps Lm Embed Form Img1

Embedded Form Mobile Image

Sps Lm Embed Form Img2Sps Lm Embed Form Img3

Here’s what we’ll cover about how to write Amazon book descriptions:

Having an eye-catching book description is critical to marketing your book. After all, why would your potential buyers read your tantalizing book description and click “buy” if it’s ugly to look at? No different than designing your book cover, take time to pay attention to aesthetics.

By adding some code here and there, we can craft your Amazon book description to catch the attention of your audience and improve conversion rates.

As you can see, there is a clear difference between a well-structured book description using basic HTML and a book description that just uses plain text.

Book Description Comparison Photo

It isn’t as simple as writing it in a Word document then copying and pasting it into Amazon. Nope. That well-formatted beauty requires a little HTML-love in the text editor.

I’m going to show you exactly how you can tap into this, even if you know nothing about HTML or CSS. I’ll even introduce you to a free book description tool that will help you build beautiful, eye-catching summaries so that your book will stand out and get even more customers.

If you don’t want to mess with doing this yourself and would like Self-Publishing School to do it for you, book a call with their team and learn how they can help you through this entire process of publishing on Amazon.

Amazon Book Description Tips

Lucky for us, we can use special snippets of code in our Amazon listings to access their font styles. All you need to do is type the right things around the sentences in your product description to make the words stand out and look great.

However, there’s a limit to what we can do. Even though we can use HTML, it isn’t like eBay where you can make flashy banners, pretty tables and style your product description with your web design kung-fu. There are restrictions on what we can and can’t do.

Let’s look at Amazon’s allowed HTML tags:

HTML TagDescription
<b>Formats enclosed text as bold.
<br>Creates a line break.
<em>Emphasizes the enclosed text; generally formatted as italic.
<font>Determines the appearance of the enclosed text.
<h1> to <h6>Formats enclosed text as a section heading: <h1> (largest) through <h6> (smallest).
<hr>Creates a horizontal “rule” or line. Often used to divide sections of text.
<i>Formats enclosed text as italic.
<li>Identifies an item in an ordered (numbered) or unordered (bulleted) list.
<ol>Creates a numbered list from enclosed items, each of which is identified by a <li> tag.
<p>Defines a paragraph of text with the first line indented; creates a line break at the end of the enclosed text.
<pre>Defines preformatted text.
<s>Formats text as strikethrough. See also: <strike>
<strike>Formats text as strikethrough. See also: <s>
<strong>Formats enclosed text as bold. See also: <b>
<sub>Formats enclosed text as subscript: reduces the font size and drops it below the baseline.
<sup>Formats enclosed text as superscript: reduces the font size and places it above the baseline.
<u>Formats enclosed text as underlined.
<ul>Creates a bulleted list from enclosed items, each of which is identified by a <li> tag.

Don’t worry if you don’t know what all that means. I’ll show you.

To get your words to do the above, all you need to do is sandwich your sentence or words with the <fill in the code> above and end your sentence or word with </fill in the code>.

So, for instance, if you wanted to add a bit of code to the sentence, “My book is the best thing you’ve ever read,” you would type into the editor:

<fill in the code>My book is the best thing you’ve ever read.</fill in the code>

Amazon Description

(Don’t write “fill in the code”—instead, use the cheat sheet above to see what letters will make the change you’re seeking.)

HTML Examples for Each Tag

Now that you know how to wrap a tag around a sentence and which HTML tag you can use, let’s go through each one, apply it and see how it will look on the U.S. Amazon market.

Header Font Size

To get the words to be larger, you’ll need to use the Header Tags which are <h1>, <h2>, <h3>, <h4>, <h5> and <h6>. The H1 tag is the largest; H6 is the smallest.

Let’s see what they look like when wrapped around a word:

Image5

Bold

To make a sentence or word bold, all you need to do is wrap that word or sentence with <b></b>

Like this: Self-Publishing School is <b>amazing</b>.

Image1

Italics

To italicize a word, you can use either <i> or <em>.

Like this: Self-Publishing School is <i>amazing</i>.

Image2

Underline

Underline uses <u></u>.

Like this: Self-Publishing School is <u>amazing</u>.

Image3

Horizontal Lines

If you want to separate some text with a horizontal line (also called a line break), all you have to do is add <hr> and it will look like this:

Image4

Lists

There are two types of lists: ordered lists and unordered lists. Ordered lists are numbered 1, 2, 3, etc. Unordered lists use bullet points.

Unordered are denoted at the beginning using <ul> and their structure looks like this:

<ul><li>Unordered Item One</li>

<li>Unordered Item Two</li>

<li>Unordered Item Three</li>

</ul>

Image6

Ordered Lists are denoted by the <ol> and their structure looks like this:

<ol>

<li>Ordered Item One</li>

<li>Ordered Item Two</li>

<li>Ordered Item Three</li>

</ol>

Image7

HTML Tags You Can’t Use

So, what can’t you do in your book’s HTML description?

Well, you can’t do anything with images, like you can with normal HTML. You can’t insert images into your book description, nor set a background image. But who would want to do that? That’s what your book cover is for.

Anyone familiar with HTML will also know its cousin, CSS. You can’t use CSS with a Kindle description. So no fancy new fonts, font colors or CSS styles for any Kindle-specific summary you’re crafting.

Quick Word on Special Characters

Though it isn’t necessary, you can use trademark and copyright symbols in your book description by using the following code:

Special CharacterCode
Copyright symbol ©&copy;
Trademark symbol ™&trade;
Registered trademark symbol ®&reg;

Free Amazon Description Generator Tool

Hand-coding your own book description can be tedious. That’s why I designed a special free software that lets you see in real time what your description will look like. It’s called the Amazon Book Description Generator.

Image10

Just type in or copy and paste your book description, and with a few clicks, you can make it look the way you want it.

Once you’ve gotten it the way you like, just click “Get My Code” button and it will automatically create the HTML code you need for Amazon.

Then take that code, go to the KDP bookshelf and update your book’s description.

Examples of Well-Formatted Book Descriptions

To get your creative juices flowing, here are some examples of other books that have used book description formatting on their product page and taken it to the next level:

Chandler Bolt’s “Published.”: It’s clean, and effectively uses the “bold” feature to highlight the most important words. That way, those who skim the description will immediately see the parts that Chandler wants them to see.

Patrick King’s “Conversation Tactics: This is one of the most effective uses of underlining as well as bullet points to neatly organize information. Patrick rocked his final sentence, the call to action. It leaves a strong lasting impression—and how can you NOT see it?

Steve Scott’s “Email Marketing Blueprint”: Here’s another well-laid-out description that highlights the right spots and makes it easy on the eyes. My favorite part about his book description is the first paragraph, which shows up even before the customer clicks “read more.” Steve has made it so that his most eye-catching hook is featured right smack dab at the top of his sales page. Nice move.

Get Our Feedback on Your Description

Now that you know what is allowed by Amazon, how to code HTML for book descriptions and have a cool free tool that will do it for you, it’s time you get started on creating your book descriptions.

Remember, making a well-formatted Amazon book description will not only make your product listing more professional, it’ll be sure to hook your potential readers.

So get started now! Use the free tool in this article to bypass the hassle of using HTML code and make a gorgeous book description today.

Once you’ve created a savvy-looking book description, comment below with your book’s link, and I’ll check it out and respond.

If you want more help with the process of self-publishing on Amazon, book a call with a Self-Publishing School team member.

[PRINTABLE] Book Launch Checklist

Publish Your Book The RIGHT Way & Ensure It’s Success!

Download your FREE book launch checklist to get your launch right the first time. Hit the button to claim yours.

Sps Lm Embed Form Img1

Embedded Form Mobile Image

Sps Lm Embed Form Img2Sps Lm Embed Form Img3

Disclosure: Some of the links above may contain affiliate partnerships, meaning, at no additional cost to you, Self-Publishing School may earn a commission if you click through to make a purchase.

Get your free audiobook and ebook copy of:

Published: The proven path from blank page to 10,000 copies sold 

Liked this post? Share it with friends!

Interested in working with us?

Book a free strategy call with our expert team!