<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Guides on publishing.co.uk — Professional KDP Book Formatting</title><link>https://publishing.co.uk/guides/</link><description>Recent content in Guides on publishing.co.uk — Professional KDP Book Formatting</description><generator>Hugo</generator><language>en-gb</language><lastBuildDate>Fri, 03 Apr 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://publishing.co.uk/guides/index.xml" rel="self" type="application/rss+xml"/><item><title>Book Formatting Services Compared 2026 — Complete Guide for UK Authors</title><link>https://publishing.co.uk/guides/book-formatting-services-compared/</link><pubDate>Fri, 03 Apr 2026 00:00:00 +0000</pubDate><guid>https://publishing.co.uk/guides/book-formatting-services-compared/</guid><description>&lt;p&gt;&lt;em&gt;Last reviewed by Robert Prime — April 2026&lt;/em&gt;&lt;/p&gt;
&lt;h2 id="table-of-contents"&gt;Table of Contents&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="#introduction"&gt;Introduction&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#quick-comparison-table"&gt;Quick Comparison Table&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#diy-tools"&gt;DIY Tools&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#done-for-you-services"&gt;Done-For-You Services&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#free-tools"&gt;Free Tools&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#how-much-should-you-pay"&gt;How Much Should You Pay?&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#our-recommendation"&gt;Our Recommendation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#faq"&gt;FAQ&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;
&lt;p&gt;Getting your book formatted for Amazon KDP is one of the most frustrating parts of self-publishing. The formatting has to be technically perfect — correct margins, embedded fonts, even page count, chapters on the right-hand pages — or KDP will reject it.&lt;/p&gt;</description></item><item><title>Common KDP Rejection Reasons and Fixes — Interactive Troubleshooting Tool</title><link>https://publishing.co.uk/guides/kdp-rejection-fixes/</link><pubDate>Sat, 21 Mar 2026 00:00:00 +0000</pubDate><guid>https://publishing.co.uk/guides/kdp-rejection-fixes/</guid><description>&lt;style&gt;
.tool-container{max-width:800px;margin:0 auto 2rem}
.rejection-selector{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.75rem;margin:1.5rem 0}
.rejection-card{border:1px solid var(--border);border-radius:var(--radius-sm);padding:1rem 1.25rem;cursor:pointer;transition:all var(--transition);display:flex;align-items:flex-start;gap:.75rem}
.rejection-card:hover{border-color:var(--indigo);box-shadow:var(--shadow-md);transform:translateY(-1px)}
.rejection-card.active{border-color:var(--indigo);background:#faf5ff;box-shadow:var(--shadow-md)}
.rejection-card .rc-num{width:28px;height:28px;border-radius:50%;background:#f1f5f9;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;flex-shrink:0;color:var(--muted)}
.rejection-card.active .rc-num{background:var(--indigo);color:var(--white)}
.rejection-card .rc-text{font-size:.88rem;font-weight:500;line-height:1.4}
.fix-panel{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:2rem;margin:1.5rem 0;box-shadow:var(--shadow);display:none}
.fix-panel.active{display:block}
.fix-panel h3{color:var(--indigo);margin-bottom:.5rem}
.fix-panel .severity{display:inline-block;padding:.2rem .6rem;border-radius:9999px;font-size:.75rem;font-weight:600;margin-bottom:1rem}
.severity-high{background:#fee2e2;color:#991b1b}
.severity-medium{background:#fef3c7;color:#92400e}
.severity-low{background:#d1fae5;color:#065f46}
.fix-steps{counter-reset:fix-step;margin:1.5rem 0}
.fix-step{counter-increment:fix-step;padding:1rem 1rem 1rem 3.5rem;position:relative;border-left:2px solid #e2e8f0;margin-left:1rem}
.fix-step::before{content:counter(fix-step);position:absolute;left:-14px;top:1rem;width:28px;height:28px;border-radius:50%;background:var(--indigo);color:var(--white);display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700}
.fix-step:last-child{border-left-color:transparent}
.fix-step p{margin:0;font-size:.95rem;line-height:1.6}
.fix-step .detail{font-size:.85rem;color:var(--muted);margin-top:.35rem}
.tip-box{background:linear-gradient(135deg,#f0fdf4,#dcfce7);border:1px solid #bbf7d0;border-radius:var(--radius-sm);padding:1rem 1.25rem;margin:1rem 0;font-size:.9rem}
.tip-box strong{color:var(--emerald)}
.search-box{position:relative;margin-bottom:1.5rem}
.search-box input{width:100%;padding:.75rem 1rem .75rem 2.5rem;border:1px solid var(--border);border-radius:var(--radius-sm);font-family:var(--font);font-size:1rem}
.search-box input:focus{outline:none;border-color:var(--indigo);box-shadow:0 0 0 3px rgba(107,33,168,.1)}
.search-box svg{position:absolute;left:.85rem;top:50%;transform:translateY(-50%);color:var(--muted)}
.cta-box{background:linear-gradient(135deg,var(--indigo),#5b1a91);color:var(--white);border-radius:var(--radius);padding:2rem;text-align:center;margin:2.5rem 0}
.cta-box h3{color:var(--white);margin-bottom:.5rem}
.cta-box p{color:rgba(255,255,255,.85);margin-bottom:1rem}
.cta-box .btn{background:var(--white);color:var(--indigo);padding:.75rem 2rem;border-radius:9999px;font-weight:600;text-decoration:none;display:inline-block}
.related-tools{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;margin:1.5rem 0}
.related-tool{border:1px solid var(--border);border-radius:var(--radius-sm);padding:1.25rem;text-align:center;transition:all var(--transition)}
.related-tool:hover{border-color:var(--indigo);box-shadow:var(--shadow-md);transform:translateY(-2px)}
.related-tool h4{font-size:.95rem;margin-bottom:.35rem}
.related-tool p{font-size:.82rem;color:var(--muted);margin:0}
&lt;/style&gt;
&lt;p&gt;Select your rejection reason below to get specific, step-by-step fix instructions. You can also search by keyword.&lt;/p&gt;</description></item><item><title>EPUB vs MOBI: What to Upload to KDP in 2026</title><link>https://publishing.co.uk/guides/epub-vs-mobi-2026/</link><pubDate>Sat, 21 Mar 2026 00:00:00 +0000</pubDate><guid>https://publishing.co.uk/guides/epub-vs-mobi-2026/</guid><description>&lt;style&gt;
.tool-container{max-width:800px;margin:0 auto 2rem}
.comparison-grid{display:grid;grid-template-columns:1fr 1fr;gap:0;margin:1.5rem 0;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}
.comp-col{padding:0}
.comp-header{padding:1.25rem;text-align:center;font-weight:700;font-size:1.1rem}
.comp-header.epub{background:var(--indigo);color:var(--white)}
.comp-header.mobi{background:#64748b;color:var(--white)}
.comp-row{display:contents}
.comp-label{grid-column:1/-1;background:#f8f5f0;padding:.6rem 1.25rem;font-weight:600;font-size:.85rem;text-transform:uppercase;letter-spacing:.04em;color:var(--muted);border-top:1px solid var(--border)}
.comp-cell{padding:.75rem 1.25rem;font-size:.9rem;border-top:1px solid #f1f5f9}
.comp-cell.yes{color:var(--emerald)}
.comp-cell.no{color:var(--rose)}
.comp-cell.partial{color:#d97706}
.verdict-box{background:linear-gradient(135deg,#faf5ff,#f3e8ff);border:2px solid var(--indigo);border-radius:var(--radius);padding:2rem;text-align:center;margin:2rem 0}
.verdict-box h3{color:var(--indigo);margin-bottom:.5rem}
.verdict-box .big{font-size:1.5rem;font-weight:700;color:var(--indigo)}
.decision-tree{max-width:600px;margin:2rem auto}
.dt-node{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-sm);padding:1.25rem;margin:1rem 0;text-align:center;box-shadow:var(--shadow)}
.dt-question{font-weight:600;font-size:1.05rem;margin-bottom:1rem}
.dt-buttons{display:flex;gap:1rem;justify-content:center}
.dt-btn{padding:.6rem 1.5rem;border-radius:9999px;font-weight:600;font-size:.9rem;cursor:pointer;border:2px solid var(--border);background:var(--white);transition:all var(--transition)}
.dt-btn:hover{border-color:var(--indigo);color:var(--indigo)}
.dt-btn.yes-btn:hover{border-color:var(--emerald);color:var(--emerald);background:#f0fdf4}
.dt-btn.no-btn:hover{border-color:var(--rose);color:var(--rose);background:#fff1f2}
.dt-result{background:linear-gradient(135deg,#f0fdf4,#dcfce7);border:2px solid #86efac;border-radius:var(--radius-sm);padding:1.5rem;text-align:center;margin:1rem 0;display:none}
.dt-result.epub-result{background:linear-gradient(135deg,#faf5ff,#f3e8ff);border-color:#c4b5fd}
.dt-result h4{margin-bottom:.5rem}
.dt-result p{font-size:.9rem;color:var(--muted);margin:0}
.format-card{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1rem;margin:1.5rem 0}
.fc{border:1px solid var(--border);border-radius:var(--radius-sm);padding:1.25rem;text-align:center}
.fc h4{font-size:.95rem;margin-bottom:.5rem}
.fc .status{font-size:.82rem;padding:.2rem .6rem;border-radius:9999px;display:inline-block;margin-bottom:.5rem}
.fc .status.recommended{background:#d1fae5;color:#065f46}
.fc .status.accepted{background:#dbeafe;color:#1e40af}
.fc .status.deprecated{background:#fee2e2;color:#991b1b}
.fc p{font-size:.82rem;color:var(--muted);margin:0}
.cta-box{background:linear-gradient(135deg,var(--indigo),#5b1a91);color:var(--white);border-radius:var(--radius);padding:2rem;text-align:center;margin:2.5rem 0}
.cta-box h3{color:var(--white);margin-bottom:.5rem}
.cta-box p{color:rgba(255,255,255,.85);margin-bottom:1rem}
.cta-box .btn{background:var(--white);color:var(--indigo);padding:.75rem 2rem;border-radius:9999px;font-weight:600;text-decoration:none;display:inline-block}
.related-tools{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;margin:1.5rem 0}
.related-tool{border:1px solid var(--border);border-radius:var(--radius-sm);padding:1.25rem;text-align:center;transition:all var(--transition)}
.related-tool:hover{border-color:var(--indigo);box-shadow:var(--shadow-md);transform:translateY(-2px)}
.related-tool h4{font-size:.95rem;margin-bottom:.35rem}
.related-tool p{font-size:.82rem;color:var(--muted);margin:0}
@media(max-width:640px){.comparison-grid{grid-template-columns:1fr}.format-card{grid-template-columns:1fr}}
&lt;/style&gt;
&lt;p&gt;Amazon deprecated the MOBI format in August 2022. If you are publishing a Kindle eBook in 2026, here is everything you need to know about which format to upload.&lt;/p&gt;</description></item><item><title>KDP Cover Formatting Guide — Interactive Cover Template Calculator</title><link>https://publishing.co.uk/guides/kdp-cover-formatting-guide/</link><pubDate>Sat, 21 Mar 2026 00:00:00 +0000</pubDate><guid>https://publishing.co.uk/guides/kdp-cover-formatting-guide/</guid><description>&lt;style&gt;
.tool-container{max-width:800px;margin:0 auto 2rem}
.tool-card-calc{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:2rem;margin:1.5rem 0;box-shadow:var(--shadow)}
.tool-input-group{margin-bottom:1.25rem}
.tool-input-group label{display:block;font-weight:600;margin-bottom:.5rem;font-size:.95rem}
.tool-input-group input,.tool-input-group select{width:100%;padding:.75rem 1rem;border:1px solid var(--border);border-radius:var(--radius-sm);font-family:var(--font);font-size:1rem;background:var(--white);transition:border-color var(--transition)}
.tool-input-group input:focus,.tool-input-group select:focus{outline:none;border-color:var(--indigo);box-shadow:0 0 0 3px rgba(107,33,168,.1)}
.tool-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:9999px;font-weight:600;font-size:.95rem;cursor:pointer;border:none;background:var(--indigo);color:var(--white);transition:all var(--transition);width:100%;justify-content:center}
.tool-btn:hover{background:#5b1a91;transform:translateY(-1px);box-shadow:0 4px 12px rgba(107,33,168,.35)}
.results-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1rem;margin-top:1.5rem}
.result-box{background:linear-gradient(135deg,#faf5ff,#f3e8ff);border:1px solid #e9d5ff;border-radius:var(--radius-sm);padding:1rem;text-align:center}
.result-box .label{font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:var(--muted);margin-bottom:.25rem}
.result-box .value{font-size:1.4rem;font-weight:700;color:var(--indigo)}
.result-box .sub{font-size:.78rem;color:var(--muted);margin-top:.15rem}
.cover-diagram-wrap{background:#f8f5f0;border-radius:var(--radius);padding:2rem 1rem;margin:2rem 0;overflow-x:auto}
.cover-diagram{position:relative;margin:0 auto;border:2px dashed #94a3b8}
.cover-zone{position:absolute;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:600;text-align:center;box-sizing:border-box}
.zone-bleed{background:rgba(239,68,68,.12);border:1px dashed #ef4444;color:#ef4444}
.zone-trim{background:rgba(255,255,255,.9);border:1px solid #64748b}
.zone-safe{background:rgba(107,33,168,.08);border:1px dashed var(--indigo);color:var(--indigo)}
.zone-spine{background:rgba(107,33,168,.15);border-left:2px solid var(--indigo);border-right:2px solid var(--indigo);color:var(--indigo)}
.zone-barcode{background:rgba(239,68,68,.08);border:1px solid #ef4444;color:#ef4444;font-size:.6rem}
.diagram-legend{display:flex;gap:1.5rem;justify-content:center;margin-top:1rem;flex-wrap:wrap;font-size:.8rem}
.legend-item{display:flex;align-items:center;gap:.4rem}
.legend-swatch{width:16px;height:16px;border-radius:3px}
.dim-label{position:absolute;font-size:.65rem;color:#64748b;font-weight:600;white-space:nowrap}
.cta-box{background:linear-gradient(135deg,var(--indigo),#5b1a91);color:var(--white);border-radius:var(--radius);padding:2rem;text-align:center;margin:2.5rem 0}
.cta-box h3{color:var(--white);margin-bottom:.5rem}
.cta-box p{color:rgba(255,255,255,.85);margin-bottom:1rem}
.cta-box .btn{background:var(--white);color:var(--indigo);padding:.75rem 2rem;border-radius:9999px;font-weight:600;text-decoration:none;display:inline-block}
.related-tools{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;margin:1.5rem 0}
.related-tool{border:1px solid var(--border);border-radius:var(--radius-sm);padding:1.25rem;text-align:center;transition:all var(--transition)}
.related-tool:hover{border-color:var(--indigo);box-shadow:var(--shadow-md);transform:translateY(-2px)}
.related-tool h4{font-size:.95rem;margin-bottom:.35rem}
.related-tool p{font-size:.82rem;color:var(--muted);margin:0}
&lt;/style&gt;
&lt;p&gt;Enter your book details below to get exact cover dimensions. The visual diagram updates in real time to show you exactly how your cover should be set up.&lt;/p&gt;</description></item><item><title>KDP Formatting Checklist — Interactive Pre-Upload Checklist</title><link>https://publishing.co.uk/guides/kdp-formatting-checklist/</link><pubDate>Sat, 21 Mar 2026 00:00:00 +0000</pubDate><guid>https://publishing.co.uk/guides/kdp-formatting-checklist/</guid><description>&lt;style&gt;
.tool-container{max-width:800px;margin:0 auto 2rem}
.checklist-section{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem 2rem;margin:1.25rem 0;box-shadow:var(--shadow)}
.checklist-section h3{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;cursor:pointer;user-select:none}
.checklist-section h3 .toggle{width:24px;height:24px;border-radius:50%;background:#f1f5f9;display:flex;align-items:center;justify-content:center;font-size:.8rem;transition:all var(--transition)}
.checklist-section h3:hover .toggle{background:var(--indigo);color:var(--white)}
.checklist-section .progress{font-size:.82rem;color:var(--muted);margin-bottom:1rem}
.checklist-section .progress-bar{height:4px;background:#e2e8f0;border-radius:2px;overflow:hidden;margin-top:.35rem}
.checklist-section .progress-fill{height:100%;background:var(--indigo);border-radius:2px;transition:width .3s ease}
.check-item{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem 0;border-bottom:1px solid #f1f5f9}
.check-item:last-child{border-bottom:none}
.check-item input[type=checkbox]{width:20px;height:20px;margin-top:2px;accent-color:var(--indigo);cursor:pointer;flex-shrink:0}
.check-item label{cursor:pointer;font-size:.95rem;line-height:1.5}
.check-item label .detail{display:block;font-size:.82rem;color:var(--muted);margin-top:.2rem}
.check-item.done label{text-decoration:line-through;color:var(--muted)}
.overall-progress{background:linear-gradient(135deg,#faf5ff,#f3e8ff);border:1px solid #e9d5ff;border-radius:var(--radius);padding:1.5rem 2rem;margin:1.5rem 0;text-align:center}
.overall-progress .big-num{font-size:2.5rem;font-weight:700;color:var(--indigo)}
.overall-progress .sub{font-size:.9rem;color:var(--muted)}
.btn-row{display:flex;gap:1rem;justify-content:center;margin:1.5rem 0;flex-wrap:wrap}
.tool-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:9999px;font-weight:600;font-size:.9rem;cursor:pointer;border:none;background:var(--indigo);color:var(--white);transition:all var(--transition)}
.tool-btn:hover{background:#5b1a91;transform:translateY(-1px);box-shadow:0 4px 12px rgba(107,33,168,.35)}
.tool-btn-outline{background:transparent;border:2px solid var(--indigo);color:var(--indigo)}
.tool-btn-outline:hover{background:var(--indigo);color:var(--white)}
.tool-btn-rose{background:var(--rose);color:var(--white)}
.tool-btn-rose:hover{background:#6b2535}
.cta-box{background:linear-gradient(135deg,var(--indigo),#5b1a91);color:var(--white);border-radius:var(--radius);padding:2rem;text-align:center;margin:2.5rem 0}
.cta-box h3{color:var(--white);margin-bottom:.5rem}
.cta-box p{color:rgba(255,255,255,.85);margin-bottom:1rem}
.cta-box .btn{background:var(--white);color:var(--indigo);padding:.75rem 2rem;border-radius:9999px;font-weight:600;text-decoration:none;display:inline-block}
.related-tools{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;margin:1.5rem 0}
.related-tool{border:1px solid var(--border);border-radius:var(--radius-sm);padding:1.25rem;text-align:center;transition:all var(--transition)}
.related-tool:hover{border-color:var(--indigo);box-shadow:var(--shadow-md);transform:translateY(-2px)}
.related-tool h4{font-size:.95rem;margin-bottom:.35rem}
.related-tool p{font-size:.82rem;color:var(--muted);margin:0}
&lt;/style&gt;
&lt;p&gt;Tick off each item as you complete it. Your progress is saved in your browser so you can come back anytime. When you are finished, download the checklist as a PDF for your records.&lt;/p&gt;</description></item><item><title>KDP Margin Calculator — Get Exact Gutter Margins for Your Page Count</title><link>https://publishing.co.uk/guides/kdp-margin-calculator/</link><pubDate>Sat, 21 Mar 2026 00:00:00 +0000</pubDate><guid>https://publishing.co.uk/guides/kdp-margin-calculator/</guid><description>&lt;style&gt;
.tool-container{max-width:800px;margin:0 auto 2rem}
.tool-card-calc{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:2rem;margin:1.5rem 0;box-shadow:var(--shadow)}
.tool-input-group{margin-bottom:1.25rem}
.tool-input-group label{display:block;font-weight:600;margin-bottom:.5rem;font-size:.95rem}
.tool-input-group input,.tool-input-group select{width:100%;padding:.75rem 1rem;border:1px solid var(--border);border-radius:var(--radius-sm);font-family:var(--font);font-size:1rem;background:var(--white);transition:border-color var(--transition)}
.tool-input-group input:focus,.tool-input-group select:focus{outline:none;border-color:var(--indigo);box-shadow:0 0 0 3px rgba(107,33,168,.1)}
.tool-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:9999px;font-weight:600;font-size:.95rem;cursor:pointer;border:none;background:var(--indigo);color:var(--white);transition:all var(--transition);width:100%;justify-content:center}
.tool-btn:hover{background:#5b1a91;transform:translateY(-1px);box-shadow:0 4px 12px rgba(107,33,168,.35)}
.results-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;margin-top:1.5rem}
.result-box{background:linear-gradient(135deg,#faf5ff,#f3e8ff);border:1px solid #e9d5ff;border-radius:var(--radius-sm);padding:1.25rem;text-align:center}
.result-box .label{font-size:.8rem;text-transform:uppercase;letter-spacing:.05em;color:var(--muted);margin-bottom:.35rem}
.result-box .value{font-size:1.75rem;font-weight:700;color:var(--indigo)}
.result-box .sub{font-size:.82rem;color:var(--muted);margin-top:.25rem}
.margin-table{width:100%;border-collapse:collapse;margin:1.5rem 0;font-size:.9rem}
.margin-table th,.margin-table td{padding:.65rem 1rem;text-align:left;border-bottom:1px solid var(--border)}
.margin-table th{background:#f8f5f0;font-weight:600;font-size:.8rem;text-transform:uppercase;letter-spacing:.04em;color:var(--muted)}
.margin-table tr.active{background:#faf5ff;font-weight:600}
.margin-table tr.active td{color:var(--indigo)}
.tip-box{background:linear-gradient(135deg,#f0fdf4,#dcfce7);border:1px solid #bbf7d0;border-radius:var(--radius-sm);padding:1.25rem;margin:1.5rem 0}
.tip-box strong{color:var(--emerald)}
.cta-box{background:linear-gradient(135deg,var(--indigo),#5b1a91);color:var(--white);border-radius:var(--radius);padding:2rem;text-align:center;margin:2.5rem 0}
.cta-box h3{color:var(--white);margin-bottom:.5rem}
.cta-box p{color:rgba(255,255,255,.85);margin-bottom:1rem}
.cta-box .btn{background:var(--white);color:var(--indigo);padding:.75rem 2rem;border-radius:9999px;font-weight:600;text-decoration:none;display:inline-block}
.cta-box .btn:hover{transform:translateY(-2px);box-shadow:0 4px 15px rgba(0,0,0,.2)}
.related-tools{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;margin:1.5rem 0}
.related-tool{border:1px solid var(--border);border-radius:var(--radius-sm);padding:1.25rem;text-align:center;transition:all var(--transition)}
.related-tool:hover{border-color:var(--indigo);box-shadow:var(--shadow-md);transform:translateY(-2px)}
.related-tool h4{font-size:.95rem;margin-bottom:.35rem}
.related-tool p{font-size:.82rem;color:var(--muted);margin:0}
&lt;/style&gt;
&lt;p&gt;Use this calculator to find the exact gutter margin Amazon KDP requires for your paperback. Enter your page count below and get instant results based on Amazon's official margin requirements.&lt;/p&gt;</description></item><item><title>KDP Royalty Calculator — Calculate Your Actual Earnings Per Sale</title><link>https://publishing.co.uk/guides/kdp-royalty-calculator/</link><pubDate>Sat, 21 Mar 2026 00:00:00 +0000</pubDate><guid>https://publishing.co.uk/guides/kdp-royalty-calculator/</guid><description>&lt;style&gt;
.tool-container{max-width:800px;margin:0 auto 2rem}
.tool-card-calc{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:2rem;margin:1.5rem 0;box-shadow:var(--shadow)}
.tool-input-group{margin-bottom:1.25rem}
.tool-input-group label{display:block;font-weight:600;margin-bottom:.5rem;font-size:.95rem}
.tool-input-group input,.tool-input-group select{width:100%;padding:.75rem 1rem;border:1px solid var(--border);border-radius:var(--radius-sm);font-family:var(--font);font-size:1rem;background:var(--white);transition:border-color var(--transition)}
.tool-input-group input:focus,.tool-input-group select:focus{outline:none;border-color:var(--indigo);box-shadow:0 0 0 3px rgba(107,33,168,.1)}
.tool-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:9999px;font-weight:600;font-size:.95rem;cursor:pointer;border:none;background:var(--indigo);color:var(--white);transition:all var(--transition);width:100%;justify-content:center}
.tool-btn:hover{background:#5b1a91;transform:translateY(-1px);box-shadow:0 4px 12px rgba(107,33,168,.35)}
.calc-tabs{display:flex;gap:0;margin-bottom:1.5rem;border-radius:var(--radius-sm);overflow:hidden;border:1px solid var(--border)}
.calc-tab{flex:1;padding:.75rem;text-align:center;font-weight:600;font-size:.9rem;cursor:pointer;background:#f8f5f0;transition:all var(--transition);border:none}
.calc-tab.active{background:var(--indigo);color:var(--white)}
.calc-tab:hover:not(.active){background:#f0ecf5}
.calc-panel{display:none}
.calc-panel.active{display:block}
.results-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;margin-top:1.5rem}
.result-box{background:linear-gradient(135deg,#faf5ff,#f3e8ff);border:1px solid #e9d5ff;border-radius:var(--radius-sm);padding:1.25rem;text-align:center}
.result-box .label{font-size:.78rem;text-transform:uppercase;letter-spacing:.05em;color:var(--muted);margin-bottom:.3rem}
.result-box .value{font-size:1.5rem;font-weight:700;color:var(--indigo)}
.result-box .sub{font-size:.8rem;color:var(--muted);margin-top:.2rem}
.result-box.highlight{background:linear-gradient(135deg,#d1fae5,#a7f3d0);border-color:#6ee7b7}
.result-box.highlight .value{color:var(--emerald)}
.breakdown-table{width:100%;border-collapse:collapse;margin:1.5rem 0;font-size:.9rem}
.breakdown-table th,.breakdown-table td{padding:.6rem 1rem;text-align:left;border-bottom:1px solid var(--border)}
.breakdown-table th{background:#f8f5f0;font-weight:600;font-size:.8rem;text-transform:uppercase;color:var(--muted)}
.breakdown-table .total{font-weight:700;border-top:2px solid var(--indigo)}
.price-slider{margin:1.5rem 0}
.price-slider label{font-weight:600;display:block;margin-bottom:.5rem}
.price-chart{display:flex;align-items:flex-end;gap:2px;height:200px;margin:1rem 0;padding:0 0 1.5rem;position:relative;border-bottom:1px solid var(--border);border-left:1px solid var(--border)}
.price-bar{flex:1;background:var(--indigo);border-radius:3px 3px 0 0;transition:height .3s ease;position:relative;min-width:3px;cursor:pointer}
.price-bar:hover{background:#5b1a91}
.price-bar .bar-label{position:absolute;bottom:-20px;left:50%;transform:translateX(-50%);font-size:.6rem;color:var(--muted);white-space:nowrap}
.price-bar .bar-value{position:absolute;top:-18px;left:50%;transform:translateX(-50%);font-size:.6rem;color:var(--indigo);font-weight:600;white-space:nowrap;display:none}
.price-bar:hover .bar-value{display:block}
.cta-box{background:linear-gradient(135deg,var(--indigo),#5b1a91);color:var(--white);border-radius:var(--radius);padding:2rem;text-align:center;margin:2.5rem 0}
.cta-box h3{color:var(--white);margin-bottom:.5rem}
.cta-box p{color:rgba(255,255,255,.85);margin-bottom:1rem}
.cta-box .btn{background:var(--white);color:var(--indigo);padding:.75rem 2rem;border-radius:9999px;font-weight:600;text-decoration:none;display:inline-block}
.related-tools{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;margin:1.5rem 0}
.related-tool{border:1px solid var(--border);border-radius:var(--radius-sm);padding:1.25rem;text-align:center;transition:all var(--transition)}
.related-tool:hover{border-color:var(--indigo);box-shadow:var(--shadow-md);transform:translateY(-2px)}
.related-tool h4{font-size:.95rem;margin-bottom:.35rem}
.related-tool p{font-size:.82rem;color:var(--muted);margin:0}
&lt;/style&gt;
&lt;p&gt;Calculate your exact royalty per sale on Amazon KDP. Switch between paperback and eBook calculations using the tabs below.&lt;/p&gt;</description></item><item><title>KDP Spine Width Calculator — Calculate Exact Spine Measurement</title><link>https://publishing.co.uk/guides/spine-width-calculator/</link><pubDate>Sat, 21 Mar 2026 00:00:00 +0000</pubDate><guid>https://publishing.co.uk/guides/spine-width-calculator/</guid><description>&lt;style&gt;
.tool-container{max-width:800px;margin:0 auto 2rem}
.tool-card-calc{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:2rem;margin:1.5rem 0;box-shadow:var(--shadow)}
.tool-input-group{margin-bottom:1.25rem}
.tool-input-group label{display:block;font-weight:600;margin-bottom:.5rem;font-size:.95rem}
.tool-input-group input,.tool-input-group select{width:100%;padding:.75rem 1rem;border:1px solid var(--border);border-radius:var(--radius-sm);font-family:var(--font);font-size:1rem;background:var(--white);transition:border-color var(--transition)}
.tool-input-group input:focus,.tool-input-group select:focus{outline:none;border-color:var(--indigo);box-shadow:0 0 0 3px rgba(107,33,168,.1)}
.tool-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:9999px;font-weight:600;font-size:.95rem;cursor:pointer;border:none;background:var(--indigo);color:var(--white);transition:all var(--transition);width:100%;justify-content:center}
.tool-btn:hover{background:#5b1a91;transform:translateY(-1px);box-shadow:0 4px 12px rgba(107,33,168,.35)}
.results-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-top:1.5rem}
.result-box{background:linear-gradient(135deg,#faf5ff,#f3e8ff);border:1px solid #e9d5ff;border-radius:var(--radius-sm);padding:1.25rem;text-align:center}
.result-box .label{font-size:.8rem;text-transform:uppercase;letter-spacing:.05em;color:var(--muted);margin-bottom:.35rem}
.result-box .value{font-size:1.75rem;font-weight:700;color:var(--indigo)}
.result-box .sub{font-size:.82rem;color:var(--muted);margin-top:.25rem}
.spine-visual{margin:2rem 0;padding:2rem;background:#f8f5f0;border-radius:var(--radius);text-align:center}
.spine-diagram{display:flex;align-items:stretch;justify-content:center;height:200px;margin:1rem auto;max-width:500px}
.spine-diagram .cover{background:var(--navy);color:var(--white);display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600;padding:.5rem;min-width:80px;writing-mode:vertical-rl;text-orientation:mixed}
.spine-diagram .cover-front{border-radius:var(--radius-sm) 0 0 var(--radius-sm)}
.spine-diagram .cover-back{border-radius:0 var(--radius-sm) var(--radius-sm) 0}
.spine-diagram .spine{background:var(--indigo);color:var(--white);display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:700;transition:width .5s ease;min-width:4px;writing-mode:vertical-rl;text-orientation:mixed;overflow:hidden}
.tip-box{background:linear-gradient(135deg,#f0fdf4,#dcfce7);border:1px solid #bbf7d0;border-radius:var(--radius-sm);padding:1.25rem;margin:1.5rem 0}
.tip-box strong{color:var(--emerald)}
.warn-box{background:linear-gradient(135deg,#fffbeb,#fef3c7);border:1px solid #fde68a;border-radius:var(--radius-sm);padding:1.25rem;margin:1.5rem 0}
.warn-box strong{color:#92400e}
.cta-box{background:linear-gradient(135deg,var(--indigo),#5b1a91);color:var(--white);border-radius:var(--radius);padding:2rem;text-align:center;margin:2.5rem 0}
.cta-box h3{color:var(--white);margin-bottom:.5rem}
.cta-box p{color:rgba(255,255,255,.85);margin-bottom:1rem}
.cta-box .btn{background:var(--white);color:var(--indigo);padding:.75rem 2rem;border-radius:9999px;font-weight:600;text-decoration:none;display:inline-block}
.cta-box .btn:hover{transform:translateY(-2px);box-shadow:0 4px 15px rgba(0,0,0,.2)}
.related-tools{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;margin:1.5rem 0}
.related-tool{border:1px solid var(--border);border-radius:var(--radius-sm);padding:1.25rem;text-align:center;transition:all var(--transition)}
.related-tool:hover{border-color:var(--indigo);box-shadow:var(--shadow-md);transform:translateY(-2px)}
.related-tool h4{font-size:.95rem;margin-bottom:.35rem}
.related-tool p{font-size:.82rem;color:var(--muted);margin:0}
&lt;/style&gt;
&lt;p&gt;Calculate the exact spine width for your Amazon KDP paperback. The spine width determines how wide the spine area of your cover needs to be, and it varies based on your page count and paper type.&lt;/p&gt;</description></item><item><title>KDP Trim Size Guide — Find the Perfect Size for Your Book</title><link>https://publishing.co.uk/guides/kdp-trim-size-guide/</link><pubDate>Sat, 21 Mar 2026 00:00:00 +0000</pubDate><guid>https://publishing.co.uk/guides/kdp-trim-size-guide/</guid><description>&lt;style&gt;
.tool-container{max-width:900px;margin:0 auto 2rem}
.tool-card-calc{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:2rem;margin:1.5rem 0;box-shadow:var(--shadow)}
.filter-row{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:1.5rem}
.filter-row select,.filter-row input{padding:.6rem 1rem;border:1px solid var(--border);border-radius:var(--radius-sm);font-family:var(--font);font-size:.9rem;background:var(--white)}
.filter-row select:focus,.filter-row input:focus{outline:none;border-color:var(--indigo);box-shadow:0 0 0 3px rgba(107,33,168,.1)}
.filter-row input{flex:1;min-width:200px}
.trim-table{width:100%;border-collapse:collapse;font-size:.88rem}
.trim-table th,.trim-table td{padding:.7rem .85rem;text-align:left;border-bottom:1px solid var(--border)}
.trim-table th{background:#f8f5f0;font-weight:600;font-size:.78rem;text-transform:uppercase;letter-spacing:.04em;color:var(--muted);position:sticky;top:0;z-index:1}
.trim-table tr:hover{background:#faf5ff}
.trim-table .badge{display:inline-block;padding:.15rem .5rem;border-radius:9999px;font-size:.72rem;font-weight:600}
.badge-popular{background:#f3e8ff;color:var(--indigo)}
.badge-fiction{background:#fce7f3;color:#9d174d}
.badge-nonfiction{background:#dbeafe;color:#1e40af}
.badge-children{background:#d1fae5;color:#065f46}
.badge-photo{background:#fef3c7;color:#92400e}
.genre-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.25rem;margin:1.5rem 0}
.genre-card{border:1px solid var(--border);border-radius:var(--radius-sm);padding:1.5rem;transition:all var(--transition);cursor:pointer}
.genre-card:hover{border-color:var(--indigo);box-shadow:var(--shadow-md);transform:translateY(-2px)}
.genre-card.active{border-color:var(--indigo);background:#faf5ff;box-shadow:var(--shadow-md)}
.genre-card h4{margin-bottom:.5rem;font-size:1rem}
.genre-card .sizes{font-size:.88rem;color:var(--muted);margin-bottom:.5rem}
.genre-card .uk-note{font-size:.82rem;color:var(--indigo);font-style:italic}
.size-preview{display:flex;align-items:flex-end;gap:1rem;justify-content:center;padding:2rem;background:#f8f5f0;border-radius:var(--radius);margin:1.5rem 0;min-height:200px;flex-wrap:wrap}
.size-box{background:var(--white);border:2px solid var(--border);display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:600;color:var(--muted);transition:all .3s ease;position:relative}
.size-box.highlighted{border-color:var(--indigo);background:#faf5ff;color:var(--indigo)}
.size-box .size-label{position:absolute;bottom:-20px;font-size:.65rem;white-space:nowrap}
.cta-box{background:linear-gradient(135deg,var(--indigo),#5b1a91);color:var(--white);border-radius:var(--radius);padding:2rem;text-align:center;margin:2.5rem 0}
.cta-box h3{color:var(--white);margin-bottom:.5rem}
.cta-box p{color:rgba(255,255,255,.85);margin-bottom:1rem}
.cta-box .btn{background:var(--white);color:var(--indigo);padding:.75rem 2rem;border-radius:9999px;font-weight:600;text-decoration:none;display:inline-block}
.related-tools{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;margin:1.5rem 0}
.related-tool{border:1px solid var(--border);border-radius:var(--radius-sm);padding:1.25rem;text-align:center;transition:all var(--transition)}
.related-tool:hover{border-color:var(--indigo);box-shadow:var(--shadow-md);transform:translateY(-2px)}
.related-tool h4{font-size:.95rem;margin-bottom:.35rem}
.related-tool p{font-size:.82rem;color:var(--muted);margin:0}
.table-wrap{overflow-x:auto;margin:1rem 0;border:1px solid var(--border);border-radius:var(--radius-sm)}
&lt;/style&gt;
&lt;p&gt;Find the perfect trim size for your Amazon KDP paperback. Use the genre selector below to see recommended sizes, or browse the complete filterable table of all available KDP trim sizes.&lt;/p&gt;</description></item><item><title>White Paper vs Cream Paper for KDP — Visual Comparison Tool</title><link>https://publishing.co.uk/guides/white-vs-cream-paper/</link><pubDate>Sat, 21 Mar 2026 00:00:00 +0000</pubDate><guid>https://publishing.co.uk/guides/white-vs-cream-paper/</guid><description>&lt;style&gt;
.tool-container{max-width:800px;margin:0 auto 2rem}
.paper-preview{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin:1.5rem 0}
.paper-sample{border-radius:var(--radius);padding:2rem;font-family:Georgia,'Times New Roman',serif;font-size:14px;line-height:1.8;box-shadow:var(--shadow-lg);position:relative;min-height:300px}
.paper-sample.white-paper{background:#ffffff;color:#1a1a1a;border:1px solid #e2e8f0}
.paper-sample.cream-paper{background:#FFF8EC;color:#2d2418;border:1px solid #e8dcc8}
.paper-sample .paper-label{position:absolute;top:12px;right:12px;font-family:var(--font);font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;padding:.25rem .6rem;border-radius:9999px}
.white-paper .paper-label{background:#f1f5f9;color:#64748b}
.cream-paper .paper-label{background:#fef3c7;color:#92400e}
.paper-controls{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;margin:1rem 0;box-shadow:var(--shadow)}
.paper-controls label{display:block;font-weight:600;margin-bottom:.5rem;font-size:.9rem}
.paper-controls select,.paper-controls input{width:100%;padding:.6rem 1rem;border:1px solid var(--border);border-radius:var(--radius-sm);font-family:var(--font);font-size:.9rem;margin-bottom:1rem}
.paper-controls input[type=range]{padding:0}
.comparison-table{width:100%;border-collapse:collapse;margin:1.5rem 0;font-size:.9rem}
.comparison-table th,.comparison-table td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid var(--border)}
.comparison-table th{background:#f8f5f0;font-weight:600;font-size:.8rem;text-transform:uppercase;color:var(--muted)}
.comparison-table .winner{color:var(--indigo);font-weight:600}
.genre-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin:1.5rem 0}
.genre-rec{border:1px solid var(--border);border-radius:var(--radius-sm);padding:1.25rem;text-align:center;transition:all var(--transition)}
.genre-rec:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}
.genre-rec h4{font-size:.95rem;margin-bottom:.35rem}
.genre-rec .rec{font-size:.85rem;font-weight:600;margin-bottom:.25rem}
.genre-rec .rec.white{color:#3b82f6}
.genre-rec .rec.cream{color:#d97706}
.genre-rec p{font-size:.78rem;color:var(--muted);margin:0}
.cost-calc{background:linear-gradient(135deg,#faf5ff,#f3e8ff);border:1px solid #e9d5ff;border-radius:var(--radius);padding:1.5rem;margin:1.5rem 0}
.cost-calc .results{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:1rem}
.cost-calc .result-item{text-align:center;padding:1rem;background:var(--white);border-radius:var(--radius-sm)}
.cost-calc .result-item .label{font-size:.8rem;text-transform:uppercase;color:var(--muted);margin-bottom:.25rem}
.cost-calc .result-item .value{font-size:1.3rem;font-weight:700;color:var(--indigo)}
.cta-box{background:linear-gradient(135deg,var(--indigo),#5b1a91);color:var(--white);border-radius:var(--radius);padding:2rem;text-align:center;margin:2.5rem 0}
.cta-box h3{color:var(--white);margin-bottom:.5rem}
.cta-box p{color:rgba(255,255,255,.85);margin-bottom:1rem}
.cta-box .btn{background:var(--white);color:var(--indigo);padding:.75rem 2rem;border-radius:9999px;font-weight:600;text-decoration:none;display:inline-block}
.related-tools{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;margin:1.5rem 0}
.related-tool{border:1px solid var(--border);border-radius:var(--radius-sm);padding:1.25rem;text-align:center;transition:all var(--transition)}
.related-tool:hover{border-color:var(--indigo);box-shadow:var(--shadow-md);transform:translateY(-2px)}
.related-tool h4{font-size:.95rem;margin-bottom:.35rem}
.related-tool p{font-size:.82rem;color:var(--muted);margin:0}
@media(max-width:640px){.paper-preview{grid-template-columns:1fr}.cost-calc .results{grid-template-columns:1fr}}
&lt;/style&gt;
&lt;p&gt;See exactly how your text will look on white and cream paper. Adjust the font, size, and preview text to compare both paper types side by side.&lt;/p&gt;</description></item><item><title>Word to KDP: Step-by-Step Formatting Guide</title><link>https://publishing.co.uk/guides/word-to-kdp-guide/</link><pubDate>Sat, 21 Mar 2026 00:00:00 +0000</pubDate><guid>https://publishing.co.uk/guides/word-to-kdp-guide/</guid><description>&lt;style&gt;
.tool-container{max-width:800px;margin:0 auto 2rem}
.step-section{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);margin:1.25rem 0;overflow:hidden;box-shadow:var(--shadow)}
.step-header{display:flex;align-items:center;gap:1rem;padding:1.25rem 1.5rem;cursor:pointer;user-select:none;transition:background var(--transition)}
.step-header:hover{background:#faf5ff}
.step-num{width:36px;height:36px;border-radius:50%;background:var(--indigo);color:var(--white);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem;flex-shrink:0}
.step-header h3{margin:0;font-size:1.05rem;flex:1}
.step-header .arrow{font-size:1.2rem;color:var(--muted);transition:transform .3s ease}
.step-header .arrow.open{transform:rotate(180deg)}
.step-body{padding:0 1.5rem 1.5rem;display:none}
.step-body.open{display:block}
.step-body p{font-size:.95rem;line-height:1.7;margin-bottom:1rem}
.step-body .code-block{background:var(--navy);color:#e2e8f0;padding:1rem 1.25rem;border-radius:var(--radius-sm);font-family:'JetBrains Mono',monospace;font-size:.85rem;margin:1rem 0;overflow-x:auto}
.step-body table{width:100%;border-collapse:collapse;margin:1rem 0;font-size:.9rem}
.step-body th,.step-body td{padding:.6rem .85rem;text-align:left;border-bottom:1px solid var(--border)}
.step-body th{background:#f8f5f0;font-weight:600;font-size:.8rem;text-transform:uppercase;color:var(--muted)}
.tip-box{background:linear-gradient(135deg,#f0fdf4,#dcfce7);border:1px solid #bbf7d0;border-radius:var(--radius-sm);padding:1rem 1.25rem;margin:1rem 0;font-size:.9rem}
.tip-box strong{color:var(--emerald)}
.warn-box{background:linear-gradient(135deg,#fffbeb,#fef3c7);border:1px solid #fde68a;border-radius:var(--radius-sm);padding:1rem 1.25rem;margin:1rem 0;font-size:.9rem}
.warn-box strong{color:#92400e}
.progress-tracker{display:flex;justify-content:space-between;padding:1rem 0;margin:1rem 0;position:relative}
.progress-tracker::before{content:'';position:absolute;top:50%;left:0;right:0;height:2px;background:#e2e8f0;transform:translateY(-50%)}
.progress-dot{width:28px;height:28px;border-radius:50%;background:#e2e8f0;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:700;position:relative;z-index:1;cursor:pointer;transition:all var(--transition)}
.progress-dot.active{background:var(--indigo);color:var(--white)}
.progress-dot.done{background:var(--emerald);color:var(--white)}
.cta-box{background:linear-gradient(135deg,var(--indigo),#5b1a91);color:var(--white);border-radius:var(--radius);padding:2rem;text-align:center;margin:2.5rem 0}
.cta-box h3{color:var(--white);margin-bottom:.5rem}
.cta-box p{color:rgba(255,255,255,.85);margin-bottom:1rem}
.cta-box .btn{background:var(--white);color:var(--indigo);padding:.75rem 2rem;border-radius:9999px;font-weight:600;text-decoration:none;display:inline-block}
.related-tools{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;margin:1.5rem 0}
.related-tool{border:1px solid var(--border);border-radius:var(--radius-sm);padding:1.25rem;text-align:center;transition:all var(--transition)}
.related-tool:hover{border-color:var(--indigo);box-shadow:var(--shadow-md);transform:translateY(-2px)}
.related-tool h4{font-size:.95rem;margin-bottom:.35rem}
.related-tool p{font-size:.82rem;color:var(--muted);margin:0}
&lt;/style&gt;
&lt;p&gt;This guide walks you through every step of formatting a Microsoft Word document for Amazon KDP paperback upload. Click each step to expand the detailed instructions.&lt;/p&gt;</description></item><item><title>Amazon A+ Content for KDP: How to Set It Up</title><link>https://publishing.co.uk/guides/amazon-a-content-kdp/</link><pubDate>Fri, 20 Mar 2026 00:00:00 +0000</pubDate><guid>https://publishing.co.uk/guides/amazon-a-content-kdp/</guid><description>&lt;p&gt;&lt;em&gt;Last reviewed by Robert Prime — March 2026&lt;/em&gt;&lt;/p&gt;
&lt;h2 id="table-of-contents"&gt;Table of Contents&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="#introduction"&gt;Introduction&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#what-you-need-to-know-before-starting"&gt;What You Need to Know Before Starting&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#step-by-step-guide-to-amazon-a-content-for-kdp"&gt;Step-by-Step Guide to Amazon A+ Content for KDP&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#uk-specific-considerations"&gt;UK-Specific Considerations&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#real-costs-and-pricing-breakdown-in-gbp"&gt;Real Costs and Pricing Breakdown in GBP&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#comparison-with-alternative-approaches"&gt;Comparison with Alternative Approaches&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#real-world-uk-case-studies-and-examples"&gt;Real-World UK Case Studies and Examples&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#common-mistakes-and-how-to-avoid-them"&gt;Common Mistakes and How to Avoid Them&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#tools-and-resources"&gt;Tools and Resources&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#expert-tips-from-25-years-in-the-industry"&gt;Expert Tips from 25 Years in the Industry&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#frequently-asked-questions"&gt;Frequently Asked Questions&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;
&lt;p&gt;Amazon A+ Content is often touted as the secret weapon for authors looking to stand out on the world's largest marketplace. Yet, for many UK-based self-publishers, the process is shrouded in confusion, misinformation, and outdated advice that largely comes from US-centric sources. As someone who has battled through the archaic self-publishing maze and now runs a platform dedicated to making book formatting painless, I can tell you that A+ Content on Kindle Direct Publishing (KDP) is no walk in the park—but it is absolutely worth mastering.&lt;/p&gt;</description></item><item><title>Amazon Ads for Authors: Complete Beginner's Guide</title><link>https://publishing.co.uk/guides/amazon-ads-for-authors/</link><pubDate>Fri, 20 Mar 2026 00:00:00 +0000</pubDate><guid>https://publishing.co.uk/guides/amazon-ads-for-authors/</guid><description>&lt;p&gt;Last reviewed by Robert Prime — March 2026&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="table-of-contents"&gt;Table of Contents&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="#introduction"&gt;Introduction&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#what-you-need-to-know-before-starting"&gt;What You Need to Know Before Starting&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#step-by-step-guide-to-amazon-ads-for-authors"&gt;Step-by-Step Guide to Amazon Ads for Authors&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#uk-specific-considerations"&gt;UK-Specific Considerations&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#common-mistakes-and-how-to-avoid-them"&gt;Common Mistakes and How to Avoid Them&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#tools-and-resources-for-uk-authors"&gt;Tools and Resources for UK Authors&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#cost-breakdown-amazon-ads-pricing-in-the-uk"&gt;Cost Breakdown: Amazon Ads Pricing in the UK&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#comparing-amazon-ads-with-alternative-marketing-approaches"&gt;Comparing Amazon Ads with Alternative Marketing Approaches&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#real-world-uk-author-case-studies"&gt;Real-World UK Author Case Studies&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#expert-tips-from-25-years-in-ecommerce-and-publishing"&gt;Expert Tips from 25 Years in eCommerce and Publishing&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#frequently-asked-questions"&gt;Frequently Asked Questions&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#about-the-author"&gt;About the Author&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;
&lt;p&gt;Amazon Advertising (Amazon PPC) is a vital tool for authors aiming to get their books noticed in an ultra-competitive marketplace. Yet, the platform’s complexity puts off many UK authors before they even start. Having spent over 25 years in eCommerce and digital marketing—including running a successful Amazon agency, MrPrime.com—I can tell you the learning curve is steep. But the rewards are worth the effort if you approach it with clarity and a no-nonsense strategy.&lt;/p&gt;</description></item><item><title>Amazon KDP Select vs Wide Distribution: A UK Author's Guide</title><link>https://publishing.co.uk/guides/kdp-select-vs-wide/</link><pubDate>Fri, 20 Mar 2026 00:00:00 +0000</pubDate><guid>https://publishing.co.uk/guides/kdp-select-vs-wide/</guid><description>&lt;p&gt;Last reviewed by Robert Prime — March 2026&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="table-of-contents"&gt;Table of Contents&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="#introduction"&gt;Introduction&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#what-you-need-to-know-before-starting"&gt;What You Need to Know Before Starting&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#step-by-step-guide-to-kdp-select-and-wide-distribution"&gt;Step-by-Step Guide to KDP Select and Wide Distribution&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#uk-specific-considerations-for-kdp-select-vs-wide"&gt;UK-Specific Considerations for KDP Select vs Wide&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#common-mistakes-and-how-to-avoid-them"&gt;Common Mistakes and How to Avoid Them&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#tools-and-resources-for-uk-authors"&gt;Tools and Resources for UK Authors&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#cost-breakdown-kdp-select-vs-wide-in-gbp"&gt;Cost Breakdown: KDP Select vs Wide in GBP&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#expert-tips-from-25-years-in-e-commerce-and-publishing"&gt;Expert Tips from 25 Years in E-Commerce and Publishing&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#real-world-case-studies-uk-authors-experiences"&gt;Real-World Case Studies: UK Authors’ Experiences&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#alternative-approaches-to-kdp-select-and-wide-distribution"&gt;Alternative Approaches to KDP Select and Wide Distribution&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#frequently-asked-questions"&gt;Frequently Asked Questions&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;
&lt;p&gt;Choosing between Amazon KDP Select and wide distribution is one of the most critical decisions UK self-published authors face. While the industry buzz often favours one or the other, the reality is far more nuanced — especially when viewed from a UK business perspective. The decision impacts not only your book’s reach and royalties but also your marketing strategy, ISBN ownership, and overall control.&lt;/p&gt;</description></item><item><title>Amazon KDP vs Lulu: A UK Self-Publisher's Guide</title><link>https://publishing.co.uk/guides/kdp-vs-lulu/</link><pubDate>Fri, 20 Mar 2026 00:00:00 +0000</pubDate><guid>https://publishing.co.uk/guides/kdp-vs-lulu/</guid><description>&lt;h2 id="table-of-contents"&gt;Table of Contents&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="#what-you-need-to-know-before-starting"&gt;What You Need to Know Before Starting&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#step-by-step-guide-to-publishing-on-kdp-and-lulu"&gt;Step-by-Step Guide to Publishing on KDP and Lulu&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#uk-specific-considerations-for-kdp-vs-lulu"&gt;UK-Specific Considerations for KDP vs Lulu&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#common-mistakes-and-how-to-avoid-them"&gt;Common Mistakes and How to Avoid Them&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#tools-and-resources-for-uk-authors"&gt;Tools and Resources for UK Authors&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#cost-breakdown-real-uk-pricing"&gt;Cost Breakdown: Real UK Pricing&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#expert-tips-from-25-years-in-the-industry"&gt;Expert Tips from 25 Years in the Industry&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#real-world-case-studies-and-examples"&gt;Real-World Case Studies and Examples&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#comparison-with-alternative-approaches"&gt;Comparison with Alternative Approaches&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#frequently-asked-questions"&gt;Frequently Asked Questions&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;h2 id="what-you-need-to-know-before-starting"&gt;What You Need to Know Before Starting&lt;/h2&gt;
&lt;p&gt;Amazon KDP and Lulu both offer Print-on-Demand (POD) publishing that lets authors bypass traditional publishers and print only the copies they sell. Yet, they differ significantly in how they operate, pricing, distribution reach, and suitability for UK-based authors.&lt;/p&gt;</description></item><item><title>Atticus Review: Is It Worth It for Self-Publishers?</title><link>https://publishing.co.uk/guides/atticus-book-formatting-review/</link><pubDate>Fri, 20 Mar 2026 00:00:00 +0000</pubDate><guid>https://publishing.co.uk/guides/atticus-book-formatting-review/</guid><description>&lt;p&gt;Last reviewed by Robert Prime — March 2026&lt;/p&gt;
&lt;p&gt;Self-publishing has become a viable path for many UK authors, but the technical headache of formatting a book to meet the standards of platforms like Amazon KDP or IngramSpark remains a persistent barrier. Enter Atticus, a newer contender promising an all-in-one solution for writing, formatting, and exporting professional-quality ebooks and paperbacks. But is it worth the investment for UK authors, especially when weighed against other tools and services?&lt;/p&gt;</description></item><item><title>Best Book Formatting Software 2025: Complete Roundup</title><link>https://publishing.co.uk/guides/best-book-formatting-software/</link><pubDate>Fri, 20 Mar 2026 00:00:00 +0000</pubDate><guid>https://publishing.co.uk/guides/best-book-formatting-software/</guid><description>&lt;p&gt;&lt;em&gt;Last reviewed by Robert Prime — March 2026&lt;/em&gt;&lt;/p&gt;
&lt;h2 id="table-of-contents"&gt;Table of Contents&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="#introduction"&gt;Introduction&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#what-you-need-to-know-before-starting"&gt;What You Need to Know Before Starting&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#step-by-step-guide-to-using-popular-formatting-software"&gt;Step-by-Step Guide to Using Popular Formatting Software&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#uk-specific-considerations-for-book-formatting"&gt;UK-Specific Considerations for Book Formatting&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#common-mistakes-and-how-to-avoid-them"&gt;Common Mistakes and How to Avoid Them&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#tools-and-resources-beyond-software"&gt;Tools and Resources Beyond Software&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#cost-breakdown-what-uk-authors-should-expect"&gt;Cost Breakdown: What UK Authors Should Expect&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#expert-tips-from-25-years-in-the-industry"&gt;Expert Tips from 25 Years in the Industry&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#frequently-asked-questions"&gt;Frequently Asked Questions&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;
&lt;p&gt;Formatting a book is often the most painful part of self-publishing, especially here in the UK where the industry standards and requirements can catch authors off guard. When I published &lt;em&gt;Google. Panic. Repeat.&lt;/em&gt;—a personal account of my battle with health anxiety—I thought the writing was the hardest part. It wasn’t. It was wrestling with formatting software, file conversions, and meeting Amazon KDP’s stringent requirements. Hours were lost to trial and error, and I ended up hiring a formatter for £130 who delivered a shoddy job. Then I tried Fiverr. Just as bad.&lt;/p&gt;</description></item><item><title>Best Free Open-Source Tools for Self-Publishers in 2026</title><link>https://publishing.co.uk/guides/best-free-open-source-tools-for-self-publishers/</link><pubDate>Fri, 20 Mar 2026 00:00:00 +0000</pubDate><guid>https://publishing.co.uk/guides/best-free-open-source-tools-for-self-publishers/</guid><description>&lt;p&gt;The self-publishing landscape is often dominated by expensive proprietary software and recurring monthly subscriptions. However, a thriving ecosystem of free, open-source tools exists that can handle everything from manuscript writing to EPUB generation and metadata management.&lt;/p&gt;
&lt;p&gt;Open-source tools offer several distinct advantages for self-publishers. First, they are completely free to use, which is crucial for independent authors managing their own publishing budgets. Second, they are actively maintained by communities of developers who frequently update the software to meet the latest publishing standards. Finally, they provide complete control over your files and data, ensuring you are never locked into a proprietary ecosystem or forced to pay for access to your own work.&lt;/p&gt;</description></item><item><title>Best Print on Demand Services UK: An Author's Guide</title><link>https://publishing.co.uk/guides/print-on-demand-uk/</link><pubDate>Fri, 20 Mar 2026 00:00:00 +0000</pubDate><guid>https://publishing.co.uk/guides/print-on-demand-uk/</guid><description>&lt;h2 id="table-of-contents"&gt;Table of Contents&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="#introduction"&gt;Introduction&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#what-you-need-to-know-before-starting"&gt;What You Need to Know Before Starting&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#step-by-step-guide-to-print-on-demand-uk"&gt;Step-by-Step Guide to Print on Demand UK&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#uk-specific-considerations-for-pod"&gt;UK-Specific Considerations for POD&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#common-mistakes-and-how-to-avoid-them"&gt;Common Mistakes and How to Avoid Them&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#tools-and-resources-for-uk-authors"&gt;Tools and Resources for UK Authors&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#cost-breakdown-real-uk-pricing-for-print-on-demand"&gt;Cost Breakdown: Real UK Pricing for Print on Demand&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#uk-market-context-and-isbn-insights"&gt;UK Market Context and ISBN Insights&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#real-world-case-studies-from-uk-authors"&gt;Real-World Case Studies from UK Authors&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#expert-tips-from-25-years-in-the-industry"&gt;Expert Tips from 25 Years in the Industry&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#frequently-asked-questions"&gt;Frequently Asked Questions&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;
&lt;p&gt;Print on Demand (POD) has transformed the self-publishing landscape worldwide, but for UK authors and small publishers, the process is far from straightforward. Despite its promise to eliminate upfront print runs and warehouse costs, navigating print on demand in the UK presents a unique set of challenges that many guides simply gloss over.&lt;/p&gt;</description></item><item><title>BookBaby vs KDP: Which Self-Publishing Service to Choose</title><link>https://publishing.co.uk/guides/bookbaby-vs-kdp/</link><pubDate>Fri, 20 Mar 2026 00:00:00 +0000</pubDate><guid>https://publishing.co.uk/guides/bookbaby-vs-kdp/</guid><description>&lt;p&gt;&lt;em&gt;Last reviewed by Robert Prime — March 2026&lt;/em&gt;&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="table-of-contents"&gt;Table of Contents&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="#introduction"&gt;Introduction&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#what-you-need-to-know-before-starting"&gt;What You Need to Know Before Starting&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#step-by-step-guide-to-bookbaby-and-kdp"&gt;Step-by-Step Guide to BookBaby and KDP&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#uk-specific-considerations-costs-isbns-and-distribution"&gt;UK-Specific Considerations: Costs, ISBNs, and Distribution&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#common-mistakes-uk-authors-make-and-how-to-avoid-them"&gt;Common Mistakes UK Authors Make and How to Avoid Them&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#tools-and-resources-for-uk-authors"&gt;Tools and Resources for UK Authors&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#cost-breakdown-real-uk-pricing-for-bookbaby-vs-kdp"&gt;Cost Breakdown: Real UK Pricing for BookBaby vs KDP&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#expert-tips-from-25-years-in-e-commerce-and-publishing"&gt;Expert Tips from 25 Years in E-Commerce and Publishing&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#case-studies-real-uk-author-experiences"&gt;Case Studies: Real UK Author Experiences&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#frequently-asked-questions-uk-focused"&gt;Frequently Asked Questions (UK Focused)&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;
&lt;p&gt;In the UK self-publishing scene, two names dominate the conversation: &lt;strong&gt;BookBaby&lt;/strong&gt; and &lt;strong&gt;Amazon's Kindle Direct Publishing (KDP)&lt;/strong&gt;. Both platforms offer authors the opportunity to publish their books without the gatekeepers of traditional publishing, but the experiences, costs, and market reach differ significantly. From print-on-demand services to global distribution, understanding the nuances between these two platforms is essential for British authors looking to maximise their reach and profit.&lt;/p&gt;</description></item><item><title>Calibre vs Sigil: Free eBook Formatting Tools Compared</title><link>https://publishing.co.uk/guides/calibre-vs-sigil/</link><pubDate>Fri, 20 Mar 2026 00:00:00 +0000</pubDate><guid>https://publishing.co.uk/guides/calibre-vs-sigil/</guid><description>&lt;p&gt;&lt;em&gt;Last reviewed by Robert Prime — March 2026&lt;/em&gt;&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="table-of-contents"&gt;Table of Contents&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="#introduction"&gt;Introduction&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#what-you-need-to-know-before-starting"&gt;What You Need to Know Before Starting&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#step-by-step-guide-to-using-calibre-and-sigil"&gt;Step-by-Step Guide to Using Calibre and Sigil&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#uk-specific-considerations-for-authors"&gt;UK-Specific Considerations for Authors&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#common-mistakes-and-how-to-avoid-them"&gt;Common Mistakes and How to Avoid Them&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#tools-and-resources-beyond-calibre-and-sigil"&gt;Tools and Resources Beyond Calibre and Sigil&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#cost-breakdown-what-uk-authors-should-expect"&gt;Cost Breakdown: What UK Authors Should Expect&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#expert-tips-from-25-years-in-ecommerce-and-publishing"&gt;Expert Tips from 25 Years in eCommerce and Publishing&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#real-world-uk-case-studies"&gt;Real-World UK Case Studies&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#frequently-asked-questions"&gt;Frequently Asked Questions&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;
&lt;p&gt;If you’re a UK author diving into self-publishing, two free tools will inevitably come up: &lt;strong&gt;Calibre&lt;/strong&gt; and &lt;strong&gt;Sigil&lt;/strong&gt;. Both promise to get your eBook formatted correctly for distribution on platforms like Amazon KDP, Apple Books, and Kobo. The truth? Neither tool is a silver bullet. They come with steep learning curves, technical quirks, and UK-specific challenges that many guides overlook.&lt;/p&gt;</description></item><item><title>Canva for Book Covers: A Complete Tutorial</title><link>https://publishing.co.uk/guides/canva-book-cover/</link><pubDate>Fri, 20 Mar 2026 00:00:00 +0000</pubDate><guid>https://publishing.co.uk/guides/canva-book-cover/</guid><description>&lt;p&gt;Last reviewed by Robert Prime — March 2026&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="table-of-contents"&gt;Table of Contents&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="#introduction"&gt;Introduction&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#what-you-need-to-know-before-starting"&gt;What You Need to Know Before Starting&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#step-by-step-guide-to-creating-a-canva-book-cover"&gt;Step-by-Step Guide to Creating a Canva Book Cover&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#uk-specific-considerations-for-canva-book-covers"&gt;UK-Specific Considerations for Canva Book Covers&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#common-mistakes-and-how-to-avoid-them"&gt;Common Mistakes and How to Avoid Them&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#tools-and-resources-beyond-canva"&gt;Tools and Resources Beyond Canva&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#cost-breakdown-what-uk-authors-should-expect"&gt;Cost Breakdown: What UK Authors Should Expect&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#expert-tips-from-25-years-in-the-industry"&gt;Expert Tips From 25 Years in the Industry&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#real-world-uk-case-studies"&gt;Real-World UK Case Studies&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#frequently-asked-questions"&gt;Frequently Asked Questions&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;
&lt;p&gt;Designing a book cover is often the single most important marketing decision an author makes. For UK authors especially, the process can be riddled with hidden traps — from ISBN procurement to print specifications — that few guides cover adequately. Canva has democratised graphic design for indie authors, providing an intuitive platform to create professional-looking covers. However, the devil’s in the detail.&lt;/p&gt;</description></item><item><title>Common KDP Formatting Errors and How to Fix Them</title><link>https://publishing.co.uk/guides/kdp-formatting-errors/</link><pubDate>Fri, 20 Mar 2026 00:00:00 +0000</pubDate><guid>https://publishing.co.uk/guides/kdp-formatting-errors/</guid><description>&lt;hr&gt;
&lt;h2 id="table-of-contents"&gt;Table of Contents&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="#introduction"&gt;Introduction&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#what-you-need-to-know-before-starting"&gt;What You Need to Know Before Starting&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#step-by-step-guide-to-fixing-kdp-formatting-errors"&gt;Step-by-Step Guide to Fixing KDP Formatting Errors&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#uk-specific-considerations-for-kdp-formatting"&gt;UK-Specific Considerations for KDP Formatting&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#common-mistakes-and-how-to-avoid-them"&gt;Common Mistakes and How to Avoid Them&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#tools-and-resources-to-tackle-kdp-formatting-errors"&gt;Tools and Resources to Tackle KDP Formatting Errors&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#cost-breakdown-of-kdp-formatting-issues-in-the-uk"&gt;Cost Breakdown of KDP Formatting Issues in the UK&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#expert-tips-from-25-years-in-ecommerce-and-publishing"&gt;Expert Tips from 25 Years in eCommerce and Publishing&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#real-world-case-studies-and-examples"&gt;Real-World Case Studies and Examples&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#frequently-asked-questions"&gt;Frequently Asked Questions&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#about-the-author"&gt;About the Author&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;
&lt;p&gt;Formatting a book for Amazon’s Kindle Direct Publishing (KDP) platform is notoriously difficult. Many authors, especially here in the UK, find themselves trapped in a frustrating cycle of trial, error, and costly fixes with formatting mistakes that delay publication and potentially harm sales. The publishing industry’s archaic standards combined with Amazon’s sometimes opaque formatting requirements only add to the headache.&lt;/p&gt;</description></item><item><title>Complete Beginner's Guide to Self-Publishing</title><link>https://publishing.co.uk/guides/beginner-guide-self-publishing/</link><pubDate>Fri, 20 Mar 2026 00:00:00 +0000</pubDate><guid>https://publishing.co.uk/guides/beginner-guide-self-publishing/</guid><description>&lt;h2 id="table-of-contents"&gt;Table of Contents&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="#what-you-need-to-know-before-starting"&gt;What You Need to Know Before Starting&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#step-by-step-guide"&gt;Step-by-Step Guide&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#uk-specific-considerations"&gt;UK-Specific Considerations&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#common-mistakes-and-how-to-avoid-them"&gt;Common Mistakes and How to Avoid Them&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#tools-and-resources"&gt;Tools and Resources&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#cost-breakdown-uk-pricing"&gt;Cost Breakdown (UK Pricing)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#real-world-case-studies-from-uk-authors"&gt;Real-World Case Studies from UK Authors&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#expert-tips-from-25-years-in-the-industry"&gt;Expert Tips from 25 Years in the Industry&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#frequently-asked-questions"&gt;Frequently Asked Questions&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;h2 id="what-you-need-to-know-before-starting"&gt;What You Need to Know Before Starting&lt;/h2&gt;
&lt;p&gt;Self-publishing in the UK has evolved dramatically over the past decade. From a niche for hobbyists to a legitimate business model, it now offers UK authors a chance not only to publish independently but to compete commercially with traditional publishing houses. However, this process is littered with pitfalls, particularly because most beginner guides are US-centric and don’t address the nuances of the UK market.&lt;/p&gt;</description></item><item><title>Draft2Digital vs KDP: A UK-Focused Comparison</title><link>https://publishing.co.uk/guides/draft2digital-vs-kdp/</link><pubDate>Fri, 20 Mar 2026 00:00:00 +0000</pubDate><guid>https://publishing.co.uk/guides/draft2digital-vs-kdp/</guid><description>&lt;p&gt;&lt;em&gt;Last reviewed by Robert Prime — March 2026&lt;/em&gt;&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="table-of-contents"&gt;Table of Contents&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;&lt;a href="#introduction-why-this-comparison-matters-for-uk-authors"&gt;Introduction: Why This Comparison Matters for UK Authors&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#what-you-need-to-know-before-starting"&gt;What You Need to Know Before Starting&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#step-by-step-guide-to-using-draft2digital-and-kdp"&gt;Step-by-Step Guide to Using Draft2Digital and KDP&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#uk-specific-considerations-pricing-isbns-and-royalties"&gt;UK-Specific Considerations: Pricing, ISBNs, and Royalties&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#common-mistakes-uk-authors-make-and-how-to-avoid-them"&gt;Common Mistakes UK Authors Make and How to Avoid Them&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#tools-and-resources-for-a-smoother-publishing-experience"&gt;Tools and Resources for a Smoother Publishing Experience&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#cost-breakdown-draft2digital-vs-kdp-in-gbp"&gt;Cost Breakdown: Draft2Digital vs KDP in GBP&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#uk-market-context-and-alternative-approaches"&gt;UK Market Context and Alternative Approaches&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#real-world-uk-case-studies-and-examples"&gt;Real-World UK Case Studies and Examples&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#expert-tips-from-25-years-in-ecommerce-and-self-publishing"&gt;Expert Tips from 25 Years in eCommerce and Self-Publishing&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#frequently-asked-questions"&gt;Frequently Asked Questions&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;hr&gt;
&lt;h2 id="introduction-why-this-comparison-matters-for-uk-authors"&gt;Introduction: Why This Comparison Matters for UK Authors&lt;/h2&gt;
&lt;p&gt;If you’re a UK-based author trying to navigate the maze of self-publishing, you’ve probably heard of Draft2Digital (D2D) and Amazon’s Kindle Direct Publishing (KDP). Both platforms offer paths to digital and print distribution, but they operate very differently, especially for authors publishing in the UK. Most online comparisons are US-centric and gloss over crucial details that impact British authors—from ISBN ownership to pricing and tax implications.&lt;/p&gt;</description></item><item><title>EPUB Validation Errors: How to Find and Fix Them</title><link>https://publishing.co.uk/guides/epub-validation-errors/</link><pubDate>Fri, 20 Mar 2026 00:00:00 +0000</pubDate><guid>https://publishing.co.uk/guides/epub-validation-errors/</guid><description>&lt;p&gt;Last reviewed by Robert Prime — March 2026&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="table-of-contents"&gt;Table of Contents&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="#introduction"&gt;Introduction&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#what-you-need-to-know-before-starting"&gt;What You Need to Know Before Starting&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#step-by-step-guide-to-identifying-and-fixing-epub-validation-errors"&gt;Step-by-Step Guide to Identifying and Fixing EPUB Validation Errors&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#uk-specific-considerations-for-epub-validation"&gt;UK-Specific Considerations for EPUB Validation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#common-mistakes-and-how-to-avoid-them"&gt;Common Mistakes and How to Avoid Them&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#tools-and-resources-for-epub-validation"&gt;Tools and Resources for EPUB Validation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#cost-breakdown-what-uk-authors-should-expect"&gt;Cost Breakdown: What UK Authors Should Expect&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#real-world-case-studies-and-examples"&gt;Real-World Case Studies and Examples&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#expert-tips-from-25-years-in-the-industry"&gt;Expert Tips from 25 Years in the Industry&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#frequently-asked-questions"&gt;Frequently Asked Questions&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;
&lt;p&gt;If you’re a UK author serious about digital publishing, understanding &lt;strong&gt;EPUB validation errors&lt;/strong&gt; is non-negotiable. EPUB files are the backbone of eBooks on virtually every platform except Amazon’s proprietary formats. These files must meet strict technical standards or risk rejection, poor display, or worse—damaging your book’s reputation with readers.&lt;/p&gt;</description></item><item><title>How to Build an Author Email List from Scratch</title><link>https://publishing.co.uk/guides/author-email-list/</link><pubDate>Fri, 20 Mar 2026 00:00:00 +0000</pubDate><guid>https://publishing.co.uk/guides/author-email-list/</guid><description>&lt;h2 id="table-of-contents"&gt;Table of Contents&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="#what-you-need-to-know-before-starting"&gt;What You Need to Know Before Starting&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#step-by-step-guide-to-building-your-author-email-list"&gt;Step-by-Step Guide to Building Your Author Email List&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#uk-specific-considerations"&gt;UK-Specific Considerations&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#common-mistakes-and-how-to-avoid-them"&gt;Common Mistakes and How to Avoid Them&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#tools-and-resources-for-uk-authors"&gt;Tools and Resources for UK Authors&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#cost-breakdown-what-uk-authors-should-expect"&gt;Cost Breakdown: What UK Authors Should Expect&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#expert-tips-from-25-years-in-e-commerce-and-publishing"&gt;Expert Tips from 25 Years in E-Commerce and Publishing&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#real-world-uk-case-studies-and-examples"&gt;Real-World UK Case Studies and Examples&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#frequently-asked-questions"&gt;Frequently Asked Questions&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;h2 id="what-you-need-to-know-before-starting"&gt;What You Need to Know Before Starting&lt;/h2&gt;
&lt;p&gt;An author email list is essentially a database of readers who have opted in to receive direct communication from you — often via newsletters, book launch announcements, exclusive content, or marketing campaigns. Unlike social media followers, email subscribers are yours. You control the data, the messaging, and, crucially, the relationship.&lt;/p&gt;</description></item><item><title>How to Choose the Right Book Category on Amazon</title><link>https://publishing.co.uk/guides/amazon-book-categories/</link><pubDate>Fri, 20 Mar 2026 00:00:00 +0000</pubDate><guid>https://publishing.co.uk/guides/amazon-book-categories/</guid><description>&lt;hr&gt;
&lt;h2 id="table-of-contents"&gt;Table of Contents&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="#introduction"&gt;Introduction&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#what-you-need-to-know-before-starting"&gt;What You Need to Know Before Starting&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#step-by-step-guide-to-selecting-amazon-book-categories"&gt;Step-by-Step Guide to Selecting Amazon Book Categories&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#uk-specific-considerations"&gt;UK-Specific Considerations&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#common-mistakes-and-how-to-avoid-them"&gt;Common Mistakes and How to Avoid Them&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#tools-and-resources-for-managing-amazon-book-categories"&gt;Tools and Resources for Managing Amazon Book Categories&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#cost-breakdown-uk-pricing-and-real-expenses"&gt;Cost Breakdown: UK Pricing and Real Expenses&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#expert-tips-from-25-years-in-the-industry"&gt;Expert Tips from 25 Years in the Industry&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#real-world-case-studies-uk-authors-and-amazon-categories"&gt;Real-World Case Studies: UK Authors and Amazon Categories&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#faq-unique-questions-uk-authors-ask-about-amazon-categories"&gt;FAQ: Unique Questions UK Authors Ask About Amazon Categories&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;
&lt;p&gt;Choosing the right book category on Amazon is one of the most critical decisions an author or publisher makes. It can make or break discoverability, sales, and ultimately, the success of a book. Yet, despite Amazon being the world’s largest book retailer — and a dominant player in the UK’s booming £7.1 billion publishing market — many authors are still fumbling with categories, making avoidable mistakes that cost them visibility and revenue.&lt;/p&gt;</description></item><item><title>How to Copyright a Book in the UK: A Practical Guide for Authors</title><link>https://publishing.co.uk/guides/copyright-book-uk/</link><pubDate>Fri, 20 Mar 2026 00:00:00 +0000</pubDate><guid>https://publishing.co.uk/guides/copyright-book-uk/</guid><description>&lt;p&gt;Last reviewed by Robert Prime — March 2026&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="table-of-contents"&gt;Table of Contents&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="#introduction"&gt;Introduction&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#what-you-need-to-know-before-starting"&gt;What You Need to Know Before Starting&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#step-by-step-guide-to-copyrighting-a-book-in-the-uk"&gt;Step-by-Step Guide to Copyrighting a Book in the UK&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#uk-specific-considerations-for-authors"&gt;UK-Specific Considerations for Authors&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#common-mistakes-and-how-to-avoid-them"&gt;Common Mistakes and How to Avoid Them&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#tools-and-resources-for-uk-authors"&gt;Tools and Resources for UK Authors&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#cost-breakdown-the-real-price-of-copyrighting-a-book-in-the-uk"&gt;Cost Breakdown: The Real Price of Copyrighting a Book in the UK&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#real-world-examples-and-case-studies"&gt;Real-World Examples and Case Studies&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#comparison-with-alternative-approaches"&gt;Comparison With Alternative Approaches&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#expert-tips-from-25-years-in-the-industry"&gt;Expert Tips From 25 Years in the Industry&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#frequently-asked-questions"&gt;Frequently Asked Questions&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;
&lt;p&gt;Copyright is your invisible armour protecting your intellectual property — your book — from unauthorised use, copying, or theft. Yet, despite its critical importance, UK authors often face confusion, misinformation, and outdated advice about how to properly copyright a book here. The UK publishing landscape isn’t as straightforward as many guides suggest.&lt;/p&gt;</description></item><item><title>How to Create a Hardcover Book on KDP</title><link>https://publishing.co.uk/guides/kdp-hardcover/</link><pubDate>Fri, 20 Mar 2026 00:00:00 +0000</pubDate><guid>https://publishing.co.uk/guides/kdp-hardcover/</guid><description>&lt;p&gt;&lt;em&gt;Last reviewed by Robert Prime — March 2026&lt;/em&gt;&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="table-of-contents"&gt;Table of Contents&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="#introduction"&gt;Introduction&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#what-you-need-to-know-before-starting"&gt;What You Need to Know Before Starting&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#step-by-step-guide-to-kdp-hardcover"&gt;Step-by-Step Guide to KDP Hardcover&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#uk-specific-considerations-for-kdp-hardcover"&gt;UK-Specific Considerations for KDP Hardcover&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#common-mistakes-and-how-to-avoid-them"&gt;Common Mistakes and How to Avoid Them&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#tools-and-resources-for-uk-authors"&gt;Tools and Resources for UK Authors&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#cost-breakdown-real-uk-pricing-for-kdp-hardcover"&gt;Cost Breakdown: Real UK Pricing for KDP Hardcover&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#comparing-kdp-hardcover-with-alternative-options"&gt;Comparing KDP Hardcover With Alternative Options&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#real-world-uk-case-studies-and-examples"&gt;Real-World UK Case Studies and Examples&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#expert-tips-from-25-years-in-the-industry"&gt;Expert Tips from 25 Years in the Industry&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#frequently-asked-questions-faqs"&gt;Frequently Asked Questions (FAQs)&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;
&lt;p&gt;Publishing a hardcover book on Amazon’s Kindle Direct Publishing (KDP) platform is an appealing prospect for many UK authors. Hardcovers carry an aura of prestige and durability that paperbacks often lack, making them an excellent choice for special editions, gift books, or simply to boost your author brand. Yet, despite the growing popularity of hardcover self-publishing, the process remains fraught with technical barriers, pricing confusion, and UK-specific challenges that many authors overlook.&lt;/p&gt;</description></item><item><title>How to Create a KDP Cover Template</title><link>https://publishing.co.uk/guides/kdp-cover-template/</link><pubDate>Fri, 20 Mar 2026 00:00:00 +0000</pubDate><guid>https://publishing.co.uk/guides/kdp-cover-template/</guid><description>&lt;p&gt;&lt;em&gt;Last reviewed by Robert Prime — March 2026&lt;/em&gt;&lt;/p&gt;
&lt;h2 id="table-of-contents"&gt;Table of Contents&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="#introduction"&gt;Introduction&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#what-you-need-to-know-before-starting"&gt;What You Need to Know Before Starting&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#step-by-step-guide-to-creating-a-kdp-cover-template"&gt;Step-by-Step Guide to Creating a KDP Cover Template&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#uk-specific-considerations"&gt;UK-Specific Considerations&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#common-mistakes-and-how-to-avoid-them"&gt;Common Mistakes and How to Avoid Them&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#tools-and-resources-for-uk-authors"&gt;Tools and Resources for UK Authors&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#cost-breakdown-what-uk-authors-really-pay"&gt;Cost Breakdown: What UK Authors Really Pay&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#real-world-case-studies-and-examples"&gt;Real-World Case Studies and Examples&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#expert-tips-from-25-years-in-the-industry"&gt;Expert Tips from 25 Years in the Industry&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#frequently-asked-questions"&gt;Frequently Asked Questions&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;
&lt;p&gt;If you're self-publishing on Amazon's Kindle Direct Publishing (KDP) platform, your book cover isn’t just decoration — it’s a critical part of your marketing arsenal. Getting it right requires more than throwing together a few images and text on a page. That's where the &lt;strong&gt;KDP cover template&lt;/strong&gt; comes in. It’s a precise blueprint that ensures your cover file meets Amazon's exacting specifications for print and digital formats.&lt;/p&gt;</description></item><item><title>How to Create a Paperback Interior for KDP</title><link>https://publishing.co.uk/guides/kdp-paperback-formatting/</link><pubDate>Fri, 20 Mar 2026 00:00:00 +0000</pubDate><guid>https://publishing.co.uk/guides/kdp-paperback-formatting/</guid><description>&lt;p&gt;&lt;strong&gt;KDP paperback formatting&lt;/strong&gt; is the process of preparing your manuscript's interior layout specifically for Amazon KDP's print-on-demand paperback service. This involves selecting a trim size (6 x 9 inches is the industry standard), setting margins that meet KDP's minimum requirements (the inside gutter margin ranges from 0.375 inches for books under 150 pages to 0.875 inches for books over 700 pages), formatting paragraph styles with a readable serif font at 11-12pt, inserting page numbers and running headers, adding front matter (title page, copyright page, table of contents) and back matter, ensuring all images are 300 DPI in CMYK colour space, and exporting as a PDF/X-1a file with embedded fonts. For UK authors, additional considerations include purchasing a Nielsen ISBN (£89 single, £164 for ten), understanding VAT at 0% on printed books, and pricing in GBP. This guide provides a complete walkthrough of the KDP paperback formatting process with exact specifications, common error fixes, and UK-specific requirements.&lt;/p&gt;</description></item><item><title>How to Fix Blurry Images in KDP Paperbacks</title><link>https://publishing.co.uk/guides/blurry-images-kdp/</link><pubDate>Fri, 20 Mar 2026 00:00:00 +0000</pubDate><guid>https://publishing.co.uk/guides/blurry-images-kdp/</guid><description>&lt;p&gt;Last reviewed by Robert Prime — March 2026&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="table-of-contents"&gt;Table of Contents&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="#introduction"&gt;Introduction&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#what-you-need-to-know-before-starting"&gt;What You Need to Know Before Starting&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#step-by-step-guide-to-fixing-blurry-images-on-kdp"&gt;Step-by-Step Guide to Fixing Blurry Images on KDP&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#uk-specific-considerations-for-blurry-images-on-kdp"&gt;UK-Specific Considerations for Blurry Images on KDP&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#common-mistakes-and-how-to-avoid-them"&gt;Common Mistakes and How to Avoid Them&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#tools-and-resources-for-uk-authors"&gt;Tools and Resources for UK Authors&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#cost-breakdown-what-fixing-blurry-images-really-costs-uk-authors"&gt;Cost Breakdown: What Fixing Blurry Images Really Costs UK Authors&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#comparison-with-alternative-publishing-approaches"&gt;Comparison With Alternative Publishing Approaches&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#real-world-uk-case-studies-and-examples"&gt;Real-World UK Case Studies and Examples&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#expert-tips-from-25-years-in-the-industry"&gt;Expert Tips from 25 Years in the Industry&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#frequently-asked-questions"&gt;Frequently Asked Questions&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;
&lt;p&gt;Blurry images on your Kindle Direct Publishing (KDP) paperback are a silent sales killer. They turn potential readers away, diminish your professional credibility, and can cause your book to be rejected by Amazon’s quality control. Yet, despite how critical image clarity is, many UK authors struggle with this issue. The problem isn’t just technical; it’s rooted in a lack of clear, practical guidance tailored to the UK market.&lt;/p&gt;</description></item><item><title>How to Fix Table of Contents Issues in KDP</title><link>https://publishing.co.uk/guides/kdp-table-of-contents-problems/</link><pubDate>Fri, 20 Mar 2026 00:00:00 +0000</pubDate><guid>https://publishing.co.uk/guides/kdp-table-of-contents-problems/</guid><description>&lt;p&gt;Last reviewed by Robert Prime — March 2026&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="table-of-contents"&gt;Table of Contents&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="#introduction"&gt;Introduction&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#what-you-need-to-know-before-starting"&gt;What You Need to Know Before Starting&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#step-by-step-guide-to-fixing-kdp-table-of-contents-problems"&gt;Step-by-Step Guide to Fixing KDP Table of Contents Problems&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#uk-specific-considerations-for-kdp-toc-issues"&gt;UK-Specific Considerations for KDP TOC Issues&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#common-mistakes-and-how-to-avoid-them"&gt;Common Mistakes and How to Avoid Them&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#tools-and-resources-for-kdp-table-of-contents"&gt;Tools and Resources for KDP Table of Contents&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#cost-breakdown-what-uk-authors-really-pay"&gt;Cost Breakdown: What UK Authors Really Pay&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#expert-tips-from-25-years-in-ecommerce-and-publishing"&gt;Expert Tips from 25 Years in eCommerce and Publishing&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#frequently-asked-questions"&gt;Frequently Asked Questions&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;
&lt;p&gt;The table of contents (TOC) in your KDP book is more than just a navigational aid—it’s a crucial signifier of professionalism. For UK authors, getting the TOC right on Amazon’s Kindle Direct Publishing platform can be the difference between a smooth launch and weeks of frustrating delays, confused readers, and lost sales. I’ve been there myself, buried in formatting woes while preparing &lt;em&gt;Google. Panic. Repeat.&lt;/em&gt;, my own self-published title. The TOC problems felt like a brick wall — confusing, opaque, and stubborn.&lt;/p&gt;</description></item><item><title>How to Format a Book for KDP: The Complete UK Guide</title><link>https://publishing.co.uk/guides/how-to-format-a-book-for-kdp/</link><pubDate>Fri, 20 Mar 2026 00:00:00 +0000</pubDate><guid>https://publishing.co.uk/guides/how-to-format-a-book-for-kdp/</guid><description>&lt;p&gt;&lt;strong&gt;Formatting a book for KDP (Kindle Direct Publishing)&lt;/strong&gt; is the process of preparing your manuscript's interior layout to meet Amazon's technical specifications for print-on-demand paperback and Kindle eBook publishing. This includes setting the correct trim size (typically 6 x 9 inches for most genres), configuring margins and gutter widths based on page count, applying consistent paragraph styles and fonts, inserting page numbers and running headers, creating a linked table of contents, ensuring images are at least 300 DPI, and exporting the final file as a print-ready PDF (for paperback) or reflowable EPUB (for Kindle). In the UK, authors must also consider Nielsen ISBN requirements and VAT implications on pricing. The most common reasons KDP rejects manuscripts are incorrect margins, embedded font issues, and images that extend into the bleed area. This guide walks you through every step of the KDP formatting process, from initial page setup to final upload, with specific guidance for UK-based authors publishing through Amazon's UK marketplace.&lt;/p&gt;</description></item><item><title>How to Format a Children's Book for KDP</title><link>https://publishing.co.uk/guides/format-childrens-book-kdp/</link><pubDate>Fri, 20 Mar 2026 00:00:00 +0000</pubDate><guid>https://publishing.co.uk/guides/format-childrens-book-kdp/</guid><description>&lt;p&gt;&lt;em&gt;Last reviewed by Robert Prime — March 2026&lt;/em&gt;&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="table-of-contents"&gt;Table of Contents&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="#introduction-the-challenge-of-formatting-childrens-books-for-kdp"&gt;Introduction: The Challenge of Formatting Children's Books for KDP&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#what-you-need-to-know-before-starting"&gt;What You Need to Know Before Starting&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#step-by-step-guide-to-formatting-a-childrens-book-for-kdp"&gt;Step-by-Step Guide to Formatting a Children's Book for KDP&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#uk-specific-considerations-for-childrens-book-formatting-and-publishing"&gt;UK-Specific Considerations for Children's Book Formatting and Publishing&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#common-mistakes-uk-authors-make-and-how-to-avoid-them"&gt;Common Mistakes UK Authors Make and How to Avoid Them&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#tools-and-resources-for-formatting-childrens-books-on-kdp"&gt;Tools and Resources for Formatting Children's Books on KDP&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#cost-breakdown-real-uk-pricing-for-formatting-and-publishing"&gt;Cost Breakdown: Real UK Pricing for Formatting and Publishing&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#expert-tips-from-25-years-in-ecommerce-and-publishing"&gt;Expert Tips from 25 Years in eCommerce and Publishing&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#real-world-case-studies-and-examples-from-uk-authors"&gt;Real-World Case Studies and Examples from UK Authors&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#frequently-asked-questions"&gt;Frequently Asked Questions&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;h2 id="introduction-the-challenge-of-formatting-childrens-books-for-kdp"&gt;Introduction: The Challenge of Formatting Children's Books for KDP&lt;/h2&gt;
&lt;p&gt;When I published &lt;em&gt;Google. Panic. Repeat.&lt;/em&gt;, I quickly learned that writing the book was the easy part. The real nightmare was formatting it properly for Kindle Direct Publishing (KDP). Children's books, however, add another layer of complexity: vibrant images, precise layouts, and interactive elements must all coexist perfectly. The archaic tools and processes available often leave UK authors frustrated, wasting hours or even days attempting to meet KDP’s strict technical requirements.&lt;/p&gt;</description></item><item><title>How to Format a Poetry Book for KDP</title><link>https://publishing.co.uk/guides/format-poetry-book-kdp/</link><pubDate>Fri, 20 Mar 2026 00:00:00 +0000</pubDate><guid>https://publishing.co.uk/guides/format-poetry-book-kdp/</guid><description>&lt;p&gt;&lt;em&gt;Last reviewed by Robert Prime — March 2026&lt;/em&gt;&lt;/p&gt;
&lt;h2 id="table-of-contents"&gt;Table of Contents&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="#introduction"&gt;Introduction&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#what-you-need-to-know-before-starting"&gt;What You Need to Know Before Starting&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#step-by-step-guide-to-formatting-a-poetry-book-for-kdp"&gt;Step-by-Step Guide to Formatting a Poetry Book for KDP&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#uk-specific-considerations-for-poetry-book-formatting"&gt;UK-Specific Considerations for Poetry Book Formatting&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#common-mistakes-and-how-to-avoid-them"&gt;Common Mistakes and How to Avoid Them&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#tools-and-resources-for-formatting-poetry-books"&gt;Tools and Resources for Formatting Poetry Books&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#cost-breakdown-what-uk-authors-should-expect"&gt;Cost Breakdown: What UK Authors Should Expect&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#real-world-case-studies-and-examples"&gt;Real-World Case Studies and Examples&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#expert-tips-from-25-years-in-the-industry"&gt;Expert Tips from 25 Years in the Industry&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#frequently-asked-questions"&gt;Frequently Asked Questions&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;
&lt;p&gt;Formatting a poetry book for Amazon Kindle Direct Publishing (KDP) is a task that many UK authors underestimate. Unlike prose, poetry demands delicate handling of line breaks, spacing, and page layout to preserve the intended rhythm and visual structure. Yet the self-publishing industry remains frustratingly archaic, especially when it comes to technical requirements and file specifications.&lt;/p&gt;</description></item><item><title>How to Format an eBook for Kindle: A Beginner's Guide for UK Authors</title><link>https://publishing.co.uk/guides/how-to-format-an-ebook-for-kindle/</link><pubDate>Fri, 20 Mar 2026 00:00:00 +0000</pubDate><guid>https://publishing.co.uk/guides/how-to-format-an-ebook-for-kindle/</guid><description>&lt;p&gt;&lt;strong&gt;Formatting an eBook for Kindle&lt;/strong&gt; is the process of converting your manuscript into a reflowable digital format that displays correctly across all Kindle devices and the Kindle app. Unlike print formatting, Kindle eBooks use reflowable text that adapts to different screen sizes, meaning you cannot control exact page layouts. The recommended workflow is to prepare your manuscript in Microsoft Word using proper heading styles (Heading 1 for chapters, Heading 2 for sections), generate a hyperlinked table of contents, convert to EPUB format using a tool such as Calibre, and validate the output using Amazon's Kindle Previewer. KDP accepts EPUB, DOCX, and KPF file formats for Kindle uploads. Key formatting requirements include using relative font sizes rather than fixed point sizes, avoiding manual page breaks except for chapter starts, and ensuring all images are RGB colour mode at 72-300 DPI. UK authors should note that Kindle eBooks are subject to 20% VAT in the UK, which affects pricing strategy and royalty calculations. This guide covers the complete Kindle formatting process for UK-based authors.&lt;/p&gt;</description></item><item><title>How to Get Book Reviews as a Self-Published Author</title><link>https://publishing.co.uk/guides/get-book-reviews-self-published/</link><pubDate>Fri, 20 Mar 2026 00:00:00 +0000</pubDate><guid>https://publishing.co.uk/guides/get-book-reviews-self-published/</guid><description>&lt;p&gt;Last reviewed by Robert Prime — March 2026&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="table-of-contents"&gt;Table of Contents&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="#introduction"&gt;Introduction&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#what-you-need-to-know-before-starting"&gt;What You Need to Know Before Starting&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#step-by-step-guide-to-getting-book-reviews"&gt;Step-by-Step Guide to Getting Book Reviews&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#uk-specific-considerations-when-seeking-reviews"&gt;UK-Specific Considerations When Seeking Reviews&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#common-mistakes-and-how-to-avoid-them"&gt;Common Mistakes and How to Avoid Them&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#tools-and-resources-for-uk-authors"&gt;Tools and Resources for UK Authors&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#cost-breakdown-what-getting-reviews-costs-in-the-uk"&gt;Cost Breakdown: What Getting Reviews Costs in the UK&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#expert-tips-from-25-years-in-ecommerce-and-publishing"&gt;Expert Tips from 25 Years in eCommerce and Publishing&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#real-world-uk-case-studies-and-examples"&gt;Real-World UK Case Studies and Examples&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#frequently-asked-questions"&gt;Frequently Asked Questions&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;
&lt;p&gt;If you’ve self-published a book, you already know that good reviews can make or break your sales. Reviews are the social proof Amazon’s algorithms rely on, and readers trust them more than any marketing spiel. But getting authentic, helpful book reviews is a grind—especially in the UK market, which often gets overlooked by generic US-centric advice.&lt;/p&gt;</description></item><item><title>How to Get Your Book into Kindle Unlimited</title><link>https://publishing.co.uk/guides/kindle-unlimited-self-publishing/</link><pubDate>Fri, 20 Mar 2026 00:00:00 +0000</pubDate><guid>https://publishing.co.uk/guides/kindle-unlimited-self-publishing/</guid><description>&lt;p&gt;Last reviewed by Robert Prime — March 2026&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="table-of-contents"&gt;Table of Contents&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="#introduction"&gt;Introduction&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#what-you-need-to-know-before-starting"&gt;What You Need to Know Before Starting&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#step-by-step-guide-to-kindle-unlimited-self-publishing"&gt;Step-by-Step Guide to Kindle Unlimited Self Publishing&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#uk-specific-considerations"&gt;UK-Specific Considerations&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#common-mistakes-and-how-to-avoid-them"&gt;Common Mistakes and How to Avoid Them&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#tools-and-resources-for-uk-authors"&gt;Tools and Resources for UK Authors&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#cost-breakdown-real-uk-pricing-for-kindle-unlimited"&gt;Cost Breakdown: Real UK Pricing for Kindle Unlimited&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#comparison-with-alternative-approaches"&gt;Comparison with Alternative Approaches&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#real-world-uk-case-studies"&gt;Real-World UK Case Studies&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#expert-tips-from-25-years-in-ecommerce-and-publishing"&gt;Expert Tips from 25 Years in eCommerce and Publishing&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#frequently-asked-questions"&gt;Frequently Asked Questions&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;
&lt;p&gt;Kindle Unlimited (KU) is often touted as a golden ticket for self-published authors, promising access to millions of avid readers subscribed to Amazon's ebook lending service. The reality? It’s a complex, often frustrating process—especially for UK authors navigating a landscape dominated by US-centric advice. With the UK self-publishing market swelling to over £7.1 billion in annual revenue and more than 750,000 self-published titles in circulation, understanding Kindle Unlimited from a UK perspective is not just advantageous—it’s essential.&lt;/p&gt;</description></item><item><title>How to Get Your Self-Published Book into UK Bookshops: The Ultimate Guide</title><link>https://publishing.co.uk/guides/get-book-into-bookshops-uk/</link><pubDate>Fri, 20 Mar 2026 00:00:00 +0000</pubDate><guid>https://publishing.co.uk/guides/get-book-into-bookshops-uk/</guid><description>&lt;h2 id="table-of-contents"&gt;Table of Contents&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="#what-you-need-to-know-before-starting"&gt;What You Need to Know Before Starting&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#step-by-step-guide-to-getting-into-uk-bookshops"&gt;Step-by-Step Guide to Getting into UK Bookshops&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#uk-specific-considerations"&gt;UK-Specific Considerations&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#real-costs-in-gbp-and-pricing-strategy"&gt;Real Costs in GBP and Pricing Strategy&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#alternative-routes-compared"&gt;Alternative Routes Compared&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#real-world-case-studies-and-examples"&gt;Real-World Case Studies and Examples&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#common-mistakes-and-how-to-avoid-them"&gt;Common Mistakes and How to Avoid Them&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#tools-and-resources-for-authors"&gt;Tools and Resources for Authors&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#expert-tips-from-25-years-in-the-industry"&gt;Expert Tips from 25 Years in the Industry&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#frequently-asked-questions"&gt;Frequently Asked Questions&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;h2 id="what-you-need-to-know-before-starting"&gt;What You Need to Know Before Starting&lt;/h2&gt;
&lt;p&gt;Getting your book into UK bookshops isn’t as straightforward as uploading a file to a print-on-demand platform. The UK book trade is built around a network of distributors, wholesalers, and retailers, each with their own expectations and requirements.&lt;/p&gt;</description></item><item><title>How to Market a Self-Published Book in the UK: A Comprehensive Guide</title><link>https://publishing.co.uk/guides/market-self-published-book-uk/</link><pubDate>Fri, 20 Mar 2026 00:00:00 +0000</pubDate><guid>https://publishing.co.uk/guides/market-self-published-book-uk/</guid><description>&lt;p&gt;&lt;em&gt;By Robert Prime&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Last reviewed by Robert Prime — March 2026&lt;/em&gt;&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="table-of-contents"&gt;Table of Contents&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="#what-you-need-to-know-before-starting"&gt;What You Need to Know Before Starting&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#step-by-step-guide-to-marketing-your-self-published-book"&gt;Step-by-Step Guide to Marketing Your Self-Published Book&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#uk-specific-considerations-for-book-marketing"&gt;UK-Specific Considerations for Book Marketing&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#common-mistakes-and-how-to-avoid-them"&gt;Common Mistakes and How to Avoid Them&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#tools-and-resources-for-uk-authors"&gt;Tools and Resources for UK Authors&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#cost-breakdown-real-uk-pricing"&gt;Cost Breakdown: Real UK Pricing&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#expert-tips-from-25-years-in-the-industry"&gt;Expert Tips from 25 Years in the Industry&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#real-world-case-studies-and-examples"&gt;Real-World Case Studies and Examples&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#frequently-asked-questions"&gt;Frequently Asked Questions&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;h2 id="what-you-need-to-know-before-starting"&gt;What You Need to Know Before Starting&lt;/h2&gt;
&lt;p&gt;Marketing a self-published book in the UK is a challenge that often catches authors off guard. Many think the hard part is writing the book, only to discover that the real battlefield is getting the book noticed and sold. From my experience, especially dealing with my own book &lt;em&gt;Google. Panic. Repeat.&lt;/em&gt;, the marketing side requires as much, if not more, strategic planning as the writing itself.&lt;/p&gt;</description></item><item><title>How to Price Your Self-Published Book</title><link>https://publishing.co.uk/guides/self-published-book-pricing/</link><pubDate>Fri, 20 Mar 2026 00:00:00 +0000</pubDate><guid>https://publishing.co.uk/guides/self-published-book-pricing/</guid><description>&lt;p&gt;Last reviewed by Robert Prime — March 2026&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="table-of-contents"&gt;Table of Contents&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="#introduction"&gt;Introduction&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#what-you-need-to-know-before-starting"&gt;What You Need to Know Before Starting&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#step-by-step-guide-to-pricing-your-self-published-book"&gt;Step-by-Step Guide to Pricing Your Self-Published Book&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#uk-specific-considerations-for-book-pricing"&gt;UK-Specific Considerations for Book Pricing&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#common-mistakes-and-how-to-avoid-them"&gt;Common Mistakes and How to Avoid Them&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#tools-and-resources-for-self-published-book-pricing"&gt;Tools and Resources for Self-Published Book Pricing&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#cost-breakdown-real-uk-pricing-in-gbp"&gt;Cost Breakdown: Real UK Pricing in GBP&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#real-world-case-studies-and-pricing-examples"&gt;Real-World Case Studies and Pricing Examples&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#expert-tips-from-25-years-in-ecommerce-and-publishing"&gt;Expert Tips from 25 Years in eCommerce and Publishing&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#frequently-asked-questions"&gt;Frequently Asked Questions&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;
&lt;p&gt;Setting the right price for your self-published book is one of the most critical business decisions you’ll make as an author. Too high, and you risk scaring off readers; too low, and you may leave money on the table or devalue your work. Yet, pricing is rarely straightforward, especially in the UK market where many industry resources are US-centric and overlook local specifics like Nielsen ISBN costs, VAT rules, and Amazon UK’s marketplace nuances.&lt;/p&gt;</description></item><item><title>How to Run a Successful Book Launch on Amazon</title><link>https://publishing.co.uk/guides/book-launch-strategy-amazon/</link><pubDate>Fri, 20 Mar 2026 00:00:00 +0000</pubDate><guid>https://publishing.co.uk/guides/book-launch-strategy-amazon/</guid><description>&lt;p&gt;Last reviewed by Robert Prime — March 2026&lt;/p&gt;
&lt;p&gt;Launching a book on Amazon is far more than just uploading your manuscript and hitting publish. It’s a complex, strategic process that can make or break your book’s success. For UK authors, the challenge is compounded by a lack of localised advice, confusing costs, and the labyrinthine nature of Amazon’s platform. After 25 years in eCommerce and my own battles with self-publishing, I’m here to give you a clear, practical, UK-focused roadmap to mastering your Amazon book launch.&lt;/p&gt;</description></item><item><title>How to Self-Publish a Book on Amazon UK: A Step-by-Step Guide</title><link>https://publishing.co.uk/guides/how-to-self-publish-a-book-on-amazon-uk/</link><pubDate>Fri, 20 Mar 2026 00:00:00 +0000</pubDate><guid>https://publishing.co.uk/guides/how-to-self-publish-a-book-on-amazon-uk/</guid><description>&lt;p&gt;&lt;strong&gt;Self-publishing a book on Amazon UK&lt;/strong&gt; means using Amazon's Kindle Direct Publishing (KDP) platform to publish, print, and distribute your book directly to readers through amazon.co.uk and Amazon's global marketplaces, without a traditional publisher. The process involves seven key steps: preparing your formatted manuscript (PDF for paperback, EPUB for Kindle), designing a professional cover, obtaining an ISBN (either free from KDP or purchased from Nielsen, the UK's ISBN agency, at £89 for a single ISBN or £164 for ten), setting up a KDP account with UK tax and banking details, uploading your files, setting your price in GBP with consideration for 20% UK VAT, and clicking publish. Books typically go live within 24 to 72 hours. UK authors can earn 35% or 70% royalties on Kindle sales and approximately 60% minus printing costs on paperback sales. This step-by-step guide covers every stage of the process with UK-specific pricing, tax, and ISBN guidance.&lt;/p&gt;</description></item><item><title>How to Set Up KDP Expanded Distribution: A UK Author's Guide</title><link>https://publishing.co.uk/guides/kdp-expanded-distribution/</link><pubDate>Fri, 20 Mar 2026 00:00:00 +0000</pubDate><guid>https://publishing.co.uk/guides/kdp-expanded-distribution/</guid><description>&lt;h2 id="table-of-contents"&gt;Table of Contents&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="#what-you-need-to-know-before-starting"&gt;What You Need to Know Before Starting&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#step-by-step-guide-to-setting-up-kdp-expanded-distribution"&gt;Step-by-Step Guide to Setting Up KDP Expanded Distribution&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#uk-specific-considerations-for-expanded-distribution"&gt;UK-Specific Considerations for Expanded Distribution&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#common-mistakes-and-how-to-avoid-them"&gt;Common Mistakes and How to Avoid Them&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#tools-and-resources-for-uk-authors"&gt;Tools and Resources for UK Authors&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#cost-breakdown-what-expanded-distribution-really-costs-uk-authors"&gt;Cost Breakdown: What Expanded Distribution Really Costs UK Authors&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#comparison-with-alternative-distribution-approaches"&gt;Comparison with Alternative Distribution Approaches&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#real-world-uk-case-studies"&gt;Real-World UK Case Studies&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#expert-tips-from-25-years-in-the-industry"&gt;Expert Tips from 25 Years in the Industry&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#frequently-asked-questions"&gt;Frequently Asked Questions&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;h2 id="what-you-need-to-know-before-starting"&gt;What You Need to Know Before Starting&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;KDP Expanded Distribution&lt;/strong&gt; is an optional service offered by Amazon’s Kindle Direct Publishing that allows your print book to be distributed beyond Amazon’s own retail channels. This means your book can appear in independent bookstores, libraries, academic institutions, and other online retailers that partner with Amazon’s expanded network.&lt;/p&gt;</description></item><item><title>How to Upload a Book to KDP: A Complete Walkthrough</title><link>https://publishing.co.uk/guides/how-to-upload-book-to-kdp/</link><pubDate>Fri, 20 Mar 2026 00:00:00 +0000</pubDate><guid>https://publishing.co.uk/guides/how-to-upload-book-to-kdp/</guid><description>&lt;p&gt;&lt;strong&gt;Uploading a book to KDP (Kindle Direct Publishing)&lt;/strong&gt; is the final step in the self-publishing process where you submit your formatted manuscript, cover file, and book metadata to Amazon for publication. The upload process involves seven steps: creating a KDP account (with UK tax interview and bank details for GBP royalty payments), starting a new title, entering metadata (title, subtitle, author name, description, up to 7 keywords, and up to 3 categories), uploading your manuscript file (PDF for paperback, EPUB or DOCX for Kindle), uploading your cover file, configuring ISBN and publication details, and setting your price and royalty preferences. KDP's automated review typically takes 24 to 72 hours. Common upload failures include incorrect PDF page dimensions, missing embedded fonts, cover file dimensions not matching the manuscript's trim size and page count, and metadata that violates Amazon's content guidelines. This walkthrough covers every screen and field in the KDP upload process, with specific guidance for UK authors on ISBN options, pricing in GBP, and tax configuration.&lt;/p&gt;</description></item><item><title>How to Use BookTok to Promote Your Book: A UK Author’s Guide</title><link>https://publishing.co.uk/guides/booktok-marketing/</link><pubDate>Fri, 20 Mar 2026 00:00:00 +0000</pubDate><guid>https://publishing.co.uk/guides/booktok-marketing/</guid><description>&lt;p&gt;&lt;em&gt;Last reviewed by Robert Prime — March 2026&lt;/em&gt;&lt;/p&gt;
&lt;h2 id="table-of-contents"&gt;Table of Contents&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="#introduction"&gt;Introduction&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#what-you-need-to-know-before-starting"&gt;What You Need to Know Before Starting&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#step-by-step-guide-to-booktok-marketing"&gt;Step-by-Step Guide to BookTok Marketing&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#uk-specific-considerations-for-booktok-marketing"&gt;UK-Specific Considerations for BookTok Marketing&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#common-mistakes-and-how-to-avoid-them"&gt;Common Mistakes and How to Avoid Them&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#tools-and-resources-for-uk-authors"&gt;Tools and Resources for UK Authors&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#cost-breakdown-what-booktok-marketing-really-costs-in-the-uk"&gt;Cost Breakdown: What BookTok Marketing Really Costs in the UK&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#expert-tips-from-25-years-in-e-commerce-and-publishing"&gt;Expert Tips from 25 Years in E-Commerce and Publishing&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#real-world-uk-case-studies-and-examples"&gt;Real-World UK Case Studies and Examples&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#frequently-asked-questions"&gt;Frequently Asked Questions&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#closing-thoughts"&gt;Closing Thoughts&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;
&lt;p&gt;BookTok—the TikTok community centred around books and reading—has rapidly become a force that UK authors cannot ignore. With millions of users sharing everything from emotional reactions to cover reveals and dramatic readings, BookTok has a direct influence on book sales and discovery. But, unlike other marketing channels, BookTok demands a different skill set, a deep understanding of its culture, and a strategic approach, especially for UK authors working within our unique market conditions.&lt;/p&gt;</description></item><item><title>How to Use Social Media to Sell Your Self-Published Book</title><link>https://publishing.co.uk/guides/social-media-book-marketing/</link><pubDate>Fri, 20 Mar 2026 00:00:00 +0000</pubDate><guid>https://publishing.co.uk/guides/social-media-book-marketing/</guid><description>&lt;p&gt;&lt;em&gt;Last reviewed by Robert Prime — March 2026&lt;/em&gt;&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="table-of-contents"&gt;Table of Contents&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="#introduction-why-social-media-matters-for-uk-authors"&gt;Introduction: Why Social Media Matters for UK Authors&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#what-you-need-to-know-before-starting"&gt;What You Need to Know Before Starting&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#step-by-step-guide-to-social-media-book-marketing"&gt;Step-by-Step Guide to Social Media Book Marketing&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#uk-specific-considerations"&gt;UK-Specific Considerations&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#common-mistakes-and-how-to-avoid-them"&gt;Common Mistakes and How to Avoid Them&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#tools-and-resources-for-uk-authors"&gt;Tools and Resources for UK Authors&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#cost-breakdown-what-social-media-book-marketing-will-set-you-back-in-the-uk"&gt;Cost Breakdown: What Social Media Book Marketing Will Set You Back in the UK&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#expert-tips-from-25-years-in-ecommerce-and-publishing"&gt;Expert Tips from 25 Years in eCommerce and Publishing&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#real-world-case-studies-from-the-uk"&gt;Real-World Case Studies from the UK&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#comparison-with-alternative-marketing-approaches"&gt;Comparison with Alternative Marketing Approaches&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#frequently-asked-questions"&gt;Frequently Asked Questions&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;h2 id="introduction-why-social-media-matters-for-uk-authors"&gt;Introduction: Why Social Media Matters for UK Authors&lt;/h2&gt;
&lt;p&gt;Social media book marketing is no longer a nice-to-have; it's a fundamental part of any self-published author's strategy in the UK. The UK publishing industry generated £7.1 billion in revenue last year, with self-published titles growing by 68% over the past five years. Yet, despite this growth, many UK authors underestimate the power of social platforms or approach them with outdated tactics borrowed from US-centric advice.&lt;/p&gt;</description></item><item><title>How to Write a Book Description That Sells</title><link>https://publishing.co.uk/guides/book-description-writing/</link><pubDate>Fri, 20 Mar 2026 00:00:00 +0000</pubDate><guid>https://publishing.co.uk/guides/book-description-writing/</guid><description>&lt;p&gt;&lt;em&gt;Last reviewed by Robert Prime — March 2026&lt;/em&gt;&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="table-of-contents"&gt;Table of Contents&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="#introduction-why-your-book-description-matters"&gt;Introduction: Why Your Book Description Matters&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#what-you-need-to-know-before-starting"&gt;What You Need to Know Before Starting&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#step-by-step-guide-to-writing-your-book-description"&gt;Step-by-Step Guide to Writing Your Book Description&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#uk-specific-considerations-for-book-description-writing"&gt;UK-Specific Considerations for Book Description Writing&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#common-mistakes-uk-authors-make-and-how-to-avoid-them"&gt;Common Mistakes UK Authors Make and How to Avoid Them&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#tools-and-resources-for-efficient-book-description-writing"&gt;Tools and Resources for Efficient Book Description Writing&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#cost-breakdown-what-writing-your-book-description-really-costs-in-the-uk"&gt;Cost Breakdown: What Writing Your Book Description Really Costs in the UK&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#comparison-with-alternative-approaches"&gt;Comparison with Alternative Approaches&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#real-world-uk-case-studies-and-examples"&gt;Real-World UK Case Studies and Examples&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#expert-tips-from-25-years-in-the-industry"&gt;Expert Tips from 25 Years in the Industry&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#frequently-asked-questions"&gt;Frequently Asked Questions&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;h2 id="introduction-why-your-book-description-matters"&gt;Introduction: Why Your Book Description Matters&lt;/h2&gt;
&lt;p&gt;If you think the hard part of publishing is writing the manuscript, think again. From my 25 years in eCommerce and publishing, I can tell you one brutal truth: &lt;strong&gt;the book description is your sales pitch&lt;/strong&gt;. It’s the first real interaction a reader has with your book outside the cover image and title. And yet, it’s often neglected or badly done.&lt;/p&gt;</description></item><item><title>ISBN Requirements UK: Do You Need One for KDP?</title><link>https://publishing.co.uk/guides/isbn-uk-requirements/</link><pubDate>Fri, 20 Mar 2026 00:00:00 +0000</pubDate><guid>https://publishing.co.uk/guides/isbn-uk-requirements/</guid><description>&lt;p&gt;&lt;strong&gt;An ISBN (International Standard Book Number) in the UK&lt;/strong&gt; is a 13-digit identifier required for books sold through bookshops, libraries, and most retail channels outside Amazon. In the United Kingdom, ISBNs are issued exclusively by Nielsen ISBN Agency (formerly Nielsen Book). A single ISBN costs £89, a batch of ten costs £164, and a batch of 100 costs £369 (prices as of 2026). Each format of your book (paperback, hardcover, eBook) requires a separate ISBN. Amazon KDP offers a free ISBN for paperback editions, but this ISBN is owned by Amazon and lists &amp;quot;Independently Published&amp;quot; as the imprint, which prevents you from using it with other distributors. If you plan to distribute through UK bookshops via Gardners or Bertrams, or through IngramSpark, you need your own Nielsen ISBN. UK authors do not need an ISBN to publish a Kindle eBook on Amazon, as Amazon assigns its own ASIN identifier. This guide explains exactly when you need an ISBN, how to purchase one from Nielsen, and the strategic implications for UK self-published authors.&lt;/p&gt;</description></item><item><title>KDP Quality Check Failed: A Comprehensive Troubleshooting Guide</title><link>https://publishing.co.uk/guides/kdp-quality-check-failed/</link><pubDate>Fri, 20 Mar 2026 00:00:00 +0000</pubDate><guid>https://publishing.co.uk/guides/kdp-quality-check-failed/</guid><description>&lt;p&gt;Last reviewed by Robert Prime — March 2026&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="table-of-contents"&gt;Table of Contents&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="#introduction-what-does-kdp-quality-check-failed-mean"&gt;Introduction: What Does &amp;quot;KDP Quality Check Failed&amp;quot; Mean?&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#what-you-need-to-know-before-starting"&gt;What You Need to Know Before Starting&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#step-by-step-guide-to-resolving-kdp-quality-check-failures"&gt;Step-by-Step Guide to Resolving KDP Quality Check Failures&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#common-terminology-and-definitions"&gt;Common Terminology and Definitions&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#uk-specific-considerations-for-kdp-quality-check-failures"&gt;UK-Specific Considerations for KDP Quality Check Failures&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#common-mistakes-and-how-to-avoid-them"&gt;Common Mistakes and How to Avoid Them&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#tools-and-resources-for-uk-authors"&gt;Tools and Resources for UK Authors&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#cost-breakdown-what-kdp-quality-check-failures-cost-uk-authors"&gt;Cost Breakdown: What KDP Quality Check Failures Cost UK Authors&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#comparison-with-alternative-publishing-platforms"&gt;Comparison with Alternative Publishing Platforms&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#real-world-uk-case-studies-and-examples"&gt;Real-World UK Case Studies and Examples&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#expert-tips-from-25-years-in-ecommerce-and-publishing"&gt;Expert Tips from 25 Years in eCommerce and Publishing&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#frequently-asked-questions"&gt;Frequently Asked Questions&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;h2 id="introduction-what-does-kdp-quality-check-failed-mean"&gt;Introduction: What Does &amp;quot;KDP Quality Check Failed&amp;quot; Mean?&lt;/h2&gt;
&lt;p&gt;If you’ve uploaded your book files to Amazon’s Kindle Direct Publishing (KDP) platform and encountered the dreaded &lt;strong&gt;“KDP Quality Check Failed”&lt;/strong&gt; message, you’re far from alone. This error can feel like hitting a brick wall after all your hard work writing and preparing your manuscript. It’s frustrating, especially when the message is vague and doesn’t explain exactly what went wrong.&lt;/p&gt;</description></item><item><title>KDP Rejected My Book: Common Reasons and How to Fix Them</title><link>https://publishing.co.uk/guides/kdp-rejected-my-book/</link><pubDate>Fri, 20 Mar 2026 00:00:00 +0000</pubDate><guid>https://publishing.co.uk/guides/kdp-rejected-my-book/</guid><description>&lt;p&gt;&lt;em&gt;Last reviewed by Robert Prime — March 2026&lt;/em&gt;&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="table-of-contents"&gt;Table of Contents&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="#introduction"&gt;Introduction&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#what-you-need-to-know-before-starting"&gt;What You Need to Know Before Starting&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#step-by-step-guide-to-resolving-kdp-rejections"&gt;Step-by-Step Guide to Resolving KDP Rejections&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#uk-specific-considerations-when-publishing-on-kdp"&gt;UK-Specific Considerations When Publishing on KDP&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#common-mistakes-uk-authors-make-and-how-to-avoid-them"&gt;Common Mistakes UK Authors Make and How to Avoid Them&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#tools-and-resources-to-help-you-overcome-kdp-rejections"&gt;Tools and Resources to Help You Overcome KDP Rejections&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#cost-breakdown-what-kdp-rejection-really-costs-uk-authors"&gt;Cost Breakdown: What KDP Rejection Really Costs UK Authors&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#practical-uk-case-studies-and-real-world-examples"&gt;Practical UK Case Studies and Real-World Examples&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#comparison-with-alternative-publishing-approaches"&gt;Comparison with Alternative Publishing Approaches&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#expert-tips-from-25-years-in-e-commerce-and-publishing"&gt;Expert Tips from 25 Years in E-Commerce and Publishing&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#frequently-asked-questions"&gt;Frequently Asked Questions&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;
&lt;p&gt;If you’ve ever nervously clicked “Publish” on your Amazon KDP dashboard only to be greeted by the dreaded message, &lt;strong&gt;“KDP rejected my book,”&lt;/strong&gt; you’re in good company. This experience, while incredibly frustrating, is more common than you think—especially for self-published UK authors navigating Amazon’s technical, formatting, and content policies, which often seem opaque and US-centric.&lt;/p&gt;</description></item><item><title>KDP vs IngramSpark: Which Is Better for UK Self-Publishers?</title><link>https://publishing.co.uk/guides/kdp-vs-ingramspark/</link><pubDate>Fri, 20 Mar 2026 00:00:00 +0000</pubDate><guid>https://publishing.co.uk/guides/kdp-vs-ingramspark/</guid><description>&lt;p&gt;&lt;strong&gt;KDP (Kindle Direct Publishing) and IngramSpark&lt;/strong&gt; are the two dominant print-on-demand platforms for self-published authors, and they serve fundamentally different purposes. KDP is Amazon's own publishing platform, offering free setup, no annual fees, and direct access to Amazon's global marketplace, but distribution is largely limited to Amazon. IngramSpark connects to Ingram's wholesale distribution network, including Gardners and Bertrams (the two main UK book wholesalers), enabling your book to be ordered by UK bookshops, libraries, and international retailers. KDP charges no setup fees; IngramSpark charges $49 per title (though fee waivers are frequently available). KDP pays approximately 60% royalty minus printing costs on paperbacks; IngramSpark allows you to set a wholesale discount (typically 55% for bookshop distribution) which reduces your per-sale margin but dramatically increases your distribution reach. Many UK authors use both platforms: KDP for Amazon sales and IngramSpark for bookshop and library distribution. This guide compares both platforms in detail with UK-specific pricing in GBP, VAT considerations, and real-world royalty calculations.&lt;/p&gt;</description></item><item><title>Kindle Book Formatting Issues: A Comprehensive UK Author’s Guide</title><link>https://publishing.co.uk/guides/kindle-book-formatting-issues/</link><pubDate>Fri, 20 Mar 2026 00:00:00 +0000</pubDate><guid>https://publishing.co.uk/guides/kindle-book-formatting-issues/</guid><description>&lt;p&gt;&lt;em&gt;Last reviewed by Robert Prime — March 2026&lt;/em&gt;&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="table-of-contents"&gt;Table of Contents&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="#introduction"&gt;Introduction&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#why-does-my-kindle-book-look-different-on-different-devices"&gt;Why Does My Kindle Book Look Different on Different Devices?&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#what-you-need-to-know-before-starting"&gt;What You Need to Know Before Starting&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#step-by-step-guide-to-fixing-kindle-book-formatting-issues"&gt;Step-by-Step Guide to Fixing Kindle Book Formatting Issues&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#uk-specific-considerations-for-kindle-book-formatting"&gt;UK-Specific Considerations for Kindle Book Formatting&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#common-mistakes-and-how-to-avoid-them"&gt;Common Mistakes and How to Avoid Them&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#tools-and-resources-for-uk-authors"&gt;Tools and Resources for UK Authors&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#cost-breakdown-what-kindle-book-formatting-really-costs-in-the-uk"&gt;Cost Breakdown: What Kindle Book Formatting Really Costs in the UK&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#uk-market-context-kindle-publishing-and-isbns"&gt;UK Market Context: Kindle Publishing and ISBNs&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#real-world-case-studies-and-examples"&gt;Real-World Case Studies and Examples&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#expert-tips-from-25-years-in-the-industry"&gt;Expert Tips from 25 Years in the Industry&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#frequently-asked-questions"&gt;Frequently Asked Questions&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;
&lt;p&gt;Kindle book formatting issues are a notorious pain point for authors, especially here in the UK where the self-publishing market is booming but still underserved by tailored technical advice. With the UK publishing industry generating £7.1 billion in revenue in 2023, and over 750,000 self-published titles growing at 68% over five years, the stakes have never been higher. Yet many authors struggle to get their ebooks looking right on Amazon Kindle devices and apps.&lt;/p&gt;</description></item><item><title>Kindle Create Review: Amazon's Free Formatting Tool</title><link>https://publishing.co.uk/guides/kindle-create-review/</link><pubDate>Fri, 20 Mar 2026 00:00:00 +0000</pubDate><guid>https://publishing.co.uk/guides/kindle-create-review/</guid><description>&lt;p&gt;Self-publishing in the UK has evolved dramatically, but one technical hurdle remains stubbornly difficult: preparing your manuscript for Kindle. Amazon’s &lt;strong&gt;Kindle Create&lt;/strong&gt; promises a free, user-friendly solution for authors to format their ebooks and paperbacks, but how well does it actually work—especially from a UK author’s point of view? In this comprehensive review, I’ll break down everything you need to know about Kindle Create, including step-by-step instructions, UK-specific pricing considerations, practical insights from my 25 years in eCommerce, and comparisons with alternative formatting approaches.&lt;/p&gt;</description></item><item><title>Kindle Create vs Vellum: Free vs Paid Formatting</title><link>https://publishing.co.uk/guides/kindle-create-vs-vellum/</link><pubDate>Fri, 20 Mar 2026 00:00:00 +0000</pubDate><guid>https://publishing.co.uk/guides/kindle-create-vs-vellum/</guid><description>&lt;p&gt;Last reviewed by Robert Prime — March 2026&lt;/p&gt;
&lt;p&gt;Self-publishing authors in the UK face a bewildering array of choices when it comes to formatting their books for Kindle and print. Two of the most talked-about tools are &lt;strong&gt;Kindle Create&lt;/strong&gt; and &lt;strong&gt;Vellum&lt;/strong&gt;—one free, one premium, both promising professional results but with very different approaches, costs, and limitations.&lt;/p&gt;
&lt;p&gt;As someone who has wrestled with formatting headaches for years—spending countless hours and over £130 on poor freelancers before building publishing.co.uk—I want to cut through the noise. This article is a deep, UK-focused, no-nonsense comparison that will save you time, money, and frustration.&lt;/p&gt;</description></item><item><title>Reedsy Book Editor Review: A UK Author's Perspective</title><link>https://publishing.co.uk/guides/reedsy-editor-review/</link><pubDate>Fri, 20 Mar 2026 00:00:00 +0000</pubDate><guid>https://publishing.co.uk/guides/reedsy-editor-review/</guid><description>&lt;h2 id="table-of-contents"&gt;Table of Contents&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="#introduction"&gt;Introduction&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#what-you-need-to-know-before-starting"&gt;What You Need to Know Before Starting&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#step-by-step-guide-to-using-reedsy-book-editor"&gt;Step-by-Step Guide to Using Reedsy Book Editor&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#uk-specific-considerations-for-reedsy-editor-users"&gt;UK-Specific Considerations for Reedsy Editor Users&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#common-mistakes-and-how-to-avoid-them"&gt;Common Mistakes and How to Avoid Them&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#tools-and-resources-to-complement-reedsy-editor"&gt;Tools and Resources to Complement Reedsy Editor&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#cost-breakdown-and-pricing-in-the-uk"&gt;Cost Breakdown and Pricing in the UK&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#comparison-with-alternative-formatting-approaches"&gt;Comparison with Alternative Formatting Approaches&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#real-world-uk-case-studies-and-examples"&gt;Real-World UK Case Studies and Examples&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#expert-tips-from-25-years-in-the-industry"&gt;Expert Tips from 25 Years in the Industry&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#frequently-asked-questions"&gt;Frequently Asked Questions&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;
&lt;p&gt;When I first ventured into self-publishing, I naively believed that writing the book was the hardest part. I was wrong. The process of making a manuscript ready for Kindle Direct Publishing (KDP) and print was a nightmare of file formats, margin settings, and typography. After spending hours wrestling with formatting software and paying over £130 for a formatter who delivered shoddy work, I realised the industry was stuck in the past.&lt;/p&gt;</description></item><item><title>Reedsy vs Scrivener: The Ultimate UK Author's Guide</title><link>https://publishing.co.uk/guides/reedsy-vs-scrivener/</link><pubDate>Fri, 20 Mar 2026 00:00:00 +0000</pubDate><guid>https://publishing.co.uk/guides/reedsy-vs-scrivener/</guid><description>&lt;p&gt;Last reviewed by Robert Prime — March 2026&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="table-of-contents"&gt;Table of Contents&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="#introduction"&gt;Introduction&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#what-you-need-to-know-before-starting"&gt;What You Need to Know Before Starting&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#step-by-step-guide-to-using-reedsy-and-scrivener"&gt;Step-by-Step Guide to Using Reedsy and Scrivener&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#uk-specific-considerations"&gt;UK-Specific Considerations&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#common-mistakes-and-how-to-avoid-them"&gt;Common Mistakes and How to Avoid Them&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#tools-and-resources-for-uk-authors"&gt;Tools and Resources for UK Authors&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#cost-breakdown-reedsy-vs-scrivener-in-gbp"&gt;Cost Breakdown: Reedsy vs Scrivener in GBP&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#real-world-uk-case-studies"&gt;Real-World UK Case Studies&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#expert-tips-from-25-years-in-the-industry"&gt;Expert Tips from 25 Years in the Industry&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#frequently-asked-questions"&gt;Frequently Asked Questions&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#final-thoughts"&gt;Final Thoughts&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#about-the-author"&gt;About the Author&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;
&lt;p&gt;If you’re a UK author standing at the crossroads of your self-publishing journey, chances are you’ve already researched the big names in writing and formatting software: &lt;strong&gt;Reedsy&lt;/strong&gt; and &lt;strong&gt;Scrivener&lt;/strong&gt;. Both tools have solid reputations but serve very different purposes. Understanding their strengths, weaknesses, and how they fit into the UK publishing landscape can save you hours of frustration—and possibly a lot of money.&lt;/p&gt;</description></item><item><title>Scrivener Review for Self-Publishers: A UK Author's Perspective</title><link>https://publishing.co.uk/guides/scrivener-review-self-publishing/</link><pubDate>Fri, 20 Mar 2026 00:00:00 +0000</pubDate><guid>https://publishing.co.uk/guides/scrivener-review-self-publishing/</guid><description>&lt;h2 id="table-of-contents"&gt;Table of Contents&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="#introduction-why-scrivener-matters-to-uk-self-publishers"&gt;Introduction: Why Scrivener Matters to UK Self-Publishers&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#what-you-need-to-know-before-starting"&gt;What You Need to Know Before Starting&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#step-by-step-guide-to-using-scrivener-for-self-publishing"&gt;Step-by-Step Guide to Using Scrivener for Self-Publishing&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#uk-specific-considerations-in-scrivener-self-publishing"&gt;UK-Specific Considerations in Scrivener Self-Publishing&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#common-mistakes-and-how-to-avoid-them"&gt;Common Mistakes and How to Avoid Them&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#tools-and-resources-to-complement-scrivener"&gt;Tools and Resources to Complement Scrivener&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#cost-breakdown-what-uk-authors-should-budget-for"&gt;Cost Breakdown: What UK Authors Should Budget For&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#real-world-uk-case-studies"&gt;Real-World UK Case Studies&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#expert-tips-from-25-years-in-the-industry"&gt;Expert Tips from 25 Years in the Industry&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#frequently-asked-questions"&gt;Frequently Asked Questions&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;h2 id="introduction-why-scrivener-matters-to-uk-self-publishers"&gt;Introduction: Why Scrivener Matters to UK Self-Publishers&lt;/h2&gt;
&lt;p&gt;The UK self-publishing scene has never been more vibrant. In 2023, the UK book market generated approximately &lt;strong&gt;£7.1 billion&lt;/strong&gt;, with self-published authors contributing a substantial and growing share. Yet, despite this boom, the tools available to UK authors for manuscript organisation, formatting, and publishing remain frustratingly US-centric, often leaving British self-publishers scrambling to adapt.&lt;/p&gt;</description></item><item><title>Self-Publishing Costs UK: Complete Breakdown</title><link>https://publishing.co.uk/guides/self-publishing-costs-uk/</link><pubDate>Fri, 20 Mar 2026 00:00:00 +0000</pubDate><guid>https://publishing.co.uk/guides/self-publishing-costs-uk/</guid><description>&lt;p&gt;&lt;strong&gt;Self-publishing a book in the UK typically costs between £500 and £3,000&lt;/strong&gt; depending on the services you use and the complexity of your book. The main cost categories are: professional editing (£500-£1,500 for a full-length novel), cover design (£100-£500, or £19.99 as an add-on through publishing.co.uk), interior formatting (£29.99-£59.99 through publishing.co.uk, or £100-£300 from freelancers), ISBN purchase from Nielsen (£89 for one, £164 for ten), and marketing (variable, from £0 for organic promotion to £500+ for Amazon Ads campaigns). Print-on-demand through KDP has no upfront printing costs; Amazon deducts a per-copy printing charge from your royalties. The printing cost for a 200-page 6x9 paperback is approximately £2.50. UK-specific costs include 20% VAT on eBook sales (but 0% on printed books), Nielsen ISBN fees, and potential costs for UK-specific marketing channels. This guide provides a complete, itemised cost breakdown in GBP for every stage of the self-publishing process, with strategies to minimise expenses without sacrificing quality.&lt;/p&gt;</description></item><item><title>Self-Publishing Glossary: Every Term You Need to Know</title><link>https://publishing.co.uk/guides/self-publishing-glossary/</link><pubDate>Fri, 20 Mar 2026 00:00:00 +0000</pubDate><guid>https://publishing.co.uk/guides/self-publishing-glossary/</guid><description>&lt;p&gt;Last reviewed by Robert Prime — March 2026&lt;/p&gt;
&lt;p&gt;Self-publishing is a complex terrain littered with jargon and technical terms that can confuse even seasoned authors. Whether you’re preparing your manuscript for Amazon KDP or working with a UK print-on-demand provider, understanding the terminology is crucial. As someone with over 25 years in eCommerce and deep involvement in UK publishing, I’ve witnessed firsthand how a lack of clarity around these terms can derail authors’ success.&lt;/p&gt;</description></item><item><title>Self-Publishing Tax Guide UK: What Authors Need to Know</title><link>https://publishing.co.uk/guides/self-publishing-tax-uk/</link><pubDate>Fri, 20 Mar 2026 00:00:00 +0000</pubDate><guid>https://publishing.co.uk/guides/self-publishing-tax-uk/</guid><description>&lt;p&gt;&lt;em&gt;Last reviewed by Robert Prime — March 2026&lt;/em&gt;&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="table-of-contents"&gt;Table of Contents&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="#introduction"&gt;Introduction&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#what-you-need-to-know-before-starting"&gt;What You Need to Know Before Starting&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#step-by-step-guide-to-managing-self-publishing-tax-in-the-uk"&gt;Step-by-Step Guide to Managing Self-Publishing Tax in the UK&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#uk-specific-considerations-for-self-publishing-tax"&gt;UK-Specific Considerations for Self-Publishing Tax&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#common-mistakes-and-how-to-avoid-them"&gt;Common Mistakes and How to Avoid Them&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#tools-and-resources-for-uk-self-published-authors"&gt;Tools and Resources for UK Self-Published Authors&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#cost-breakdown-understanding-the-real-expenses-in-gbp"&gt;Cost Breakdown: Understanding the Real Expenses in GBP&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#uk-market-pricing-and-strategic-considerations"&gt;UK Market Pricing and Strategic Considerations&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#comparing-self-publishing-tax-approaches-uk-vs-alternatives"&gt;Comparing Self-Publishing Tax Approaches: UK vs. Alternatives&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#real-world-case-studies-and-examples"&gt;Real-World Case Studies and Examples&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#expert-tips-from-25-years-in-the-industry"&gt;Expert Tips from 25 Years in the Industry&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#frequently-asked-questions"&gt;Frequently Asked Questions&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;
&lt;p&gt;Self-publishing in the UK is booming. With the industry generating over &lt;strong&gt;£7.1 billion&lt;/strong&gt; in revenue in 2023 and a &lt;strong&gt;68% growth in self-published titles over the past five years&lt;/strong&gt;, it’s clear that more authors are taking control of their publishing journey. But while writing and marketing your book are front and centre, understanding how tax works for self-publishing in the UK is crucial yet often overlooked.&lt;/p&gt;</description></item><item><title>Self-Publishing vs Traditional Publishing UK: Pros and Cons</title><link>https://publishing.co.uk/guides/self-publishing-vs-traditional-uk/</link><pubDate>Fri, 20 Mar 2026 00:00:00 +0000</pubDate><guid>https://publishing.co.uk/guides/self-publishing-vs-traditional-uk/</guid><description>&lt;p&gt;Last reviewed by Robert Prime — March 2026&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="table-of-contents"&gt;Table of Contents&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="#introduction"&gt;Introduction&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#understanding-the-basics-self-publishing-vs-traditional-publishing-in-the-uk"&gt;Understanding the Basics: Self-Publishing vs Traditional Publishing in the UK&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#step-by-step-guide-to-both-routes"&gt;Step-by-Step Guide to Both Routes&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#uk-specific-considerations-costs-isbns-and-market-realities"&gt;UK-Specific Considerations: Costs, ISBNs, and Market Realities&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#common-mistakes-uk-authors-make-and-how-to-avoid-them"&gt;Common Mistakes UK Authors Make and How to Avoid Them&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#essential-tools-and-resources-for-uk-authors"&gt;Essential Tools and Resources for UK Authors&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#cost-breakdown-real-gbp-figures-for-uk-authors"&gt;Cost Breakdown: Real GBP Figures for UK Authors&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#alternative-approaches-and-hybrid-models-in-the-uk-market"&gt;Alternative Approaches and Hybrid Models in the UK Market&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#real-world-case-studies-and-examples"&gt;Real-World Case Studies and Examples&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#expert-insights-from-25-years-in-ecommerce-and-publishing"&gt;Expert Insights from 25 Years in eCommerce and Publishing&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#frequently-asked-questions"&gt;Frequently Asked Questions&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;
&lt;p&gt;When it comes to publishing your book in the UK, the decision between &lt;strong&gt;self-publishing&lt;/strong&gt; and &lt;strong&gt;traditional publishing&lt;/strong&gt; is not just a matter of preference—it’s a strategic business choice with long-term implications. Both paths have their benefits and pitfalls, but the UK market brings unique challenges and opportunities that generic, US-centric advice frequently overlooks.&lt;/p&gt;</description></item><item><title>The Best Free Book Cover Design Tools for UK Self-Publishers</title><link>https://publishing.co.uk/guides/free-book-cover-design-tools/</link><pubDate>Fri, 20 Mar 2026 00:00:00 +0000</pubDate><guid>https://publishing.co.uk/guides/free-book-cover-design-tools/</guid><description>&lt;p&gt;Last reviewed by Robert Prime — March 2026&lt;/p&gt;
&lt;p&gt;Self-publishing in the UK is booming, with over 750,000 self-published titles and a market worth £7.1 billion in 2023. But despite this growth, many authors face a major stumbling block: creating a professional-quality book cover without breaking the bank. Free book cover design tools promise an accessible path, but the reality is often more complicated. In my 25 years working at the crossroads of eCommerce and publishing—including my own experience self-publishing &lt;em&gt;Google. Panic. Repeat.&lt;/em&gt;—I’ve seen countless authors get frustrated by these tools, often wasting time and money on subpar results.&lt;/p&gt;</description></item><item><title>Understanding Book Trim Sizes: Which One Should You Choose?</title><link>https://publishing.co.uk/guides/book-trim-sizes/</link><pubDate>Fri, 20 Mar 2026 00:00:00 +0000</pubDate><guid>https://publishing.co.uk/guides/book-trim-sizes/</guid><description>&lt;p&gt;&lt;em&gt;Last reviewed by Robert Prime — March 2026&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Book trim sizes are one of those dull technical details that most authors either ignore or screw up royally. Yet, this seemingly minor choice can wreck your entire publishing project—from printing costs and reader comfort to how your book looks on Amazon UK and whether it even gets stocked in UK bookshops.&lt;/p&gt;
&lt;p&gt;I’ve been in the publishing trenches for 25 years, working across eCommerce, book formatting, and print production. I’ve seen authors waste weeks fiddling with margins or picking bizarre trim sizes that kill their chances of retail success. When I formatted &lt;em&gt;Google. Panic. Repeat.&lt;/em&gt;—my own book about health anxiety—I learned the hard way that trim size is not just a number; it’s a strategic decision that can save or cost you serious cash and credibility.&lt;/p&gt;</description></item><item><title>Vellum vs Atticus: Which Book Formatting Tool Is Best?</title><link>https://publishing.co.uk/guides/vellum-vs-atticus/</link><pubDate>Fri, 20 Mar 2026 00:00:00 +0000</pubDate><guid>https://publishing.co.uk/guides/vellum-vs-atticus/</guid><description>&lt;p&gt;Self-publishing has never been more accessible, yet the technical hurdle of book formatting remains a significant pain point for many UK authors. Two tools dominate the conversation among indie authors: &lt;strong&gt;Vellum&lt;/strong&gt; and &lt;strong&gt;Atticus&lt;/strong&gt;. Both promise to simplify the process of creating professional-quality ebooks and print-ready files for platforms like Amazon KDP. But which one truly fits the needs of UK authors, who face unique market conditions, pricing considerations, and ISBN regulations?&lt;/p&gt;</description></item><item><title>What File Format Does KDP Accept? Complete Guide</title><link>https://publishing.co.uk/guides/kdp-file-formats/</link><pubDate>Fri, 20 Mar 2026 00:00:00 +0000</pubDate><guid>https://publishing.co.uk/guides/kdp-file-formats/</guid><description>&lt;p&gt;Last reviewed by Robert Prime — March 2026&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="table-of-contents"&gt;Table of Contents&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="#introduction-why-kdp-file-formats-matter"&gt;Introduction: Why KDP File Formats Matter&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#what-you-need-to-know-before-starting"&gt;What You Need to Know Before Starting&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#step-by-step-guide-to-preparing-your-kdp-files"&gt;Step-by-Step Guide to Preparing Your KDP Files&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#common-terminology-and-definitions"&gt;Common Terminology and Definitions&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#uk-specific-considerations-for-kdp-file-formats"&gt;UK-Specific Considerations for KDP File Formats&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#common-mistakes-and-how-to-avoid-them"&gt;Common Mistakes and How to Avoid Them&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#tools-and-resources-for-uk-authors"&gt;Tools and Resources for UK Authors&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#cost-breakdown-what-uk-authors-should-budget-for"&gt;Cost Breakdown: What UK Authors Should Budget For&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#expert-tips-from-25-years-in-the-industry"&gt;Expert Tips from 25 Years in the Industry&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#real-world-case-studies-and-examples"&gt;Real-World Case Studies and Examples&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#comparison-with-alternative-publishing-approaches"&gt;Comparison with Alternative Publishing Approaches&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#frequently-asked-questions"&gt;Frequently Asked Questions&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;h2 id="introduction-why-kdp-file-formats-matter"&gt;Introduction: Why KDP File Formats Matter&lt;/h2&gt;
&lt;p&gt;If you’re an author self-publishing through Amazon’s Kindle Direct Publishing (KDP) platform in the UK, understanding the right file formats is not just a technical necessity—it’s a commercial imperative. The file format you submit affects everything from how your book appears on Kindle devices and in print to your sales potential.&lt;/p&gt;</description></item><item><title>What Is KDP? Everything You Need to Know</title><link>https://publishing.co.uk/guides/what-is-kdp/</link><pubDate>Fri, 20 Mar 2026 00:00:00 +0000</pubDate><guid>https://publishing.co.uk/guides/what-is-kdp/</guid><description>&lt;p&gt;Last reviewed by Robert Prime — March 2026&lt;/p&gt;
&lt;p&gt;Self-publishing has transformed the way authors bring their books to market, but the technical barriers remain daunting—especially in the UK. One platform at the centre of this revolution is &lt;strong&gt;Kindle Direct Publishing (KDP)&lt;/strong&gt;, Amazon's print and ebook self-publishing service. Yet, despite its popularity, many UK authors struggle to understand what KDP really entails, how it fits into their publishing plans, and what it costs in real terms.&lt;/p&gt;</description></item><item><title>Why Is My KDP Book Not Selling? A Diagnosis Guide</title><link>https://publishing.co.uk/guides/kdp-book-not-selling/</link><pubDate>Fri, 20 Mar 2026 00:00:00 +0000</pubDate><guid>https://publishing.co.uk/guides/kdp-book-not-selling/</guid><description>&lt;p&gt;Last reviewed by Robert Prime — March 2026&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="table-of-contents"&gt;Table of Contents&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="#introduction"&gt;Introduction&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#what-you-need-to-know-before-starting"&gt;What You Need to Know Before Starting&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#step-by-step-guide-to-diagnose-and-fix-a-kdp-book-not-selling"&gt;Step-by-Step Guide to Diagnose and Fix a KDP Book Not Selling&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#uk-specific-considerations-for-kdp-authors"&gt;UK-Specific Considerations for KDP Authors&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#common-mistakes-and-how-to-avoid-them"&gt;Common Mistakes and How to Avoid Them&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#tools-and-resources-to-optimise-your-kdp-book"&gt;Tools and Resources to Optimise Your KDP Book&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#cost-breakdown-what-uk-authors-should-expect"&gt;Cost Breakdown: What UK Authors Should Expect&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#expert-tips-from-25-years-in-ecommerce-and-publishing"&gt;Expert Tips from 25 Years in eCommerce and Publishing&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#real-world-case-studies-and-examples"&gt;Real-World Case Studies and Examples&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#frequently-asked-questions"&gt;Frequently Asked Questions&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;
&lt;p&gt;If you’ve published your book on Amazon Kindle Direct Publishing (KDP) and it’s not selling, you’re in the majority of UK authors facing this challenge. The self-publishing landscape in Britain is booming but fiercely competitive, and the difference between success and obscurity often boils down to mastering a complex ecosystem few understand fully.&lt;/p&gt;</description></item></channel></rss>