Posts Tagged HTML

Using HTML in Amazon Book Descriptions

This is a post for those of you who have self-published on Amazon via Kindle Direct Publishing (KDP) or are planning to do so.

KDP requires a Product Description for each book. This is the equivalent of the blurb on the back of a traditional book and it is very important in selling the book. These short paragraphs help readers decide whether or not to buy the book. Therefore the product description must be set out in an easy to read format. This is not as straightforward as it sounds because Amazon doesn’t provide any formatting options within the box where the the product description is keyed i.e. it’s not possible to use bold or italics or bullet points. This means the product descriptions of many self-published books appear flat and uninteresting.

But there is a way to slip formatting into the product description and thus make it more attractive. HTML can be used. HTML stands for Hyper Text Markup Language and is the standard markup language for web pages. DO NOT GLAZE OVER OR RUN AWAY! This is simpler than it sounds.

For example, to make the word ‘thriller’ appear in bold in a product description, use <b> and </b> immediately before and after ‘thriller’.

And, to make the word ‘scare’ appear in italics, use <i> and </i> immediately before and after ‘scare’.

Put ‘A <b>thriller</b> guaranteed to <i>scare</i>.’ in the product description box and it will appear as ‘A thriller guaranteed to scare.’ on the Amazon page.

It’s also possible to use HTML to underline, create lists and give other text effects. This page lists the HTML acceptable in the product description.

To complicate matters, when publishing in paperback through KDP, the product description has a tendency to lose the line breaks. Use <br> to manually indicate where the line breaks should go and use <br> <br> to create a blank line between paragraphs.

Why not experiment with HTML to liven up your book descriptions?

 

, , , ,

8 Comments