{"id":32988,"date":"2023-03-31T14:12:39","date_gmt":"2023-03-31T14:12:39","guid":{"rendered":"https:\/\/kindlepreneur.com\/?page_id=32988"},"modified":"2023-05-24T17:38:09","modified_gmt":"2023-05-24T17:38:09","slug":"kenp-calculator","status":"publish","type":"page","link":"https:\/\/kindlepreneur.com\/kenp-calculator\/","title":{"rendered":"KENP Calculator: Know Exactly How Much Your KDP Select Books Make"},"content":{"rendered":"<h1>KENP Calculator: Know Exactly How Much Your KDP Select Books Make<\/h1>\n\n\n                <div id=\"kenp-calculator\">\n        <div class=\"form-section\" id=\"barcode-generator\">\n            <div class=\"col-6 left\">\n                <!-- https:\/\/kindlepreneur.com\/words-per-page\/-->\n                <form id=\"barForm\" onsubmit=\"return false;\">\n                    <!-- <div class=\"inputContainer\">\n                        <span> Select the currency type <\/span>\n                        <select name=\"currency\" id=\"currency\">\n                            <option value=\"USD\" selected>USD<\/option>\n                            <option value=\"DE\">DE<\/option>\n                            <option value=\"UK\">UK<\/option>\n                            <option value=\"ES\">ES<\/option>\n                            <option value=\"MX\">MX<\/option>\n                            <option value=\"JP\">JP<\/option>\n                        <\/select>\n                    <\/div> -->\n                    <div class=\"directions\">\n                        <span>Books enrolled in Kindle Unlimited earn royalties every time a reader flips a page.<span>\n                    <\/div>\n                    <div class=\"directions-sub\">\n                        <span><i><br><br>Find out how much your entire book earns per reader by entering the number of pages\n                                below.<\/i><\/span>\n                    <\/div>\n                    <div class=\"inputContainer\">\n                        <span>Pages In Book\n                            <div class=\"tooltips\">\n                                <img decoding=\"async\" src=\"https:\/\/kindlepreneur.com\/wp-content\/plugins\/kenp-calculator-v2\/images\/information-button.png\" >                             <\/div>\n                            <span class=\"tooltiptext\"> Enter in how many pages Amazon recognizes in your book here. If\n                                you're not sure how many pages there are, <a href='#'>find out here.<\/a><\/span>\n                        <\/span>\n                        <input type=\"number\" value='200' onkeyup=\"calc()\" name=\"pageReads\" id=\"pageReads\"\n                            placeholder=\"Enter page read value\" maxlength=\"50\" required \/>\n                    <\/div>\n                    <div class=\"inputContainer\">\n                        <span> KENP rate<\/span>\n                        <select name=\"rate\" id=\"rate\" onchange=\"calc()\">\n                            <option value=\"USD\" selected>Amazon.com<\/option>\n                            <option value=\"CAD\">Amazon.ca<\/option>\n                            <option value=\"GBP\">Amazon.co.uk<\/option>\n                            <option value=\"AUD\">Amazon.com.au<\/option>\n                            <option value=\"FR\">Amazon.fr<\/option>\n                            <option value=\"IT\">Amazon.it<\/option>\n                            <option value=\"ES\">Amazon.es<\/option>\n                            <option value=\"DE\">Amazon.de<\/option>\n                            <option value=\"YEN\">Amazon.co.jp<\/option>\n                            <option value=\"MXN\">Amazon.mx<\/option>\n                            <option value=\"IN\">Amazon.in<\/option>\n                        <\/select>\n                    <\/div>\n                    <div>\n                        <a href=\"https:\/\/courses.kindlepreneur.com\/courses\/AMS?affiliate=kpreneur\">\n                            <img decoding=\"async\" class=\"marketing-image\" src=\"https:\/\/kindlepreneur.com\/wp-content\/plugins\/kenp-calculator-v2\/images\/rgw.png\" >                         <\/a>\n                    <\/div>\n                <\/form>\n            <\/div>\n            <div class=\"col-6 right\">\n                <div class=\"chart-wrapper\">\n                    <div class=\"royalty-per-reader\">\n                        <span> Per Book Royalty:&nbsp;<\/span>\n                        <span class=\"amount\" id='code'> <\/span> <span class=\"amount\" id='value'> <\/span>\n                    <\/div>\n                    <div class=\"earnings-explain\">\n                        <span id='royalty-line' style=\"display:block;\">Per Page Feb Royalty: <span\n                                id='m-royalty'><\/span><\/span>\n                        <span id='coming-soon' style=\"display:block;\"><\/span>\n                    <\/div>\n                    <br>\n\n                    <canvas id=\"myChart\" style=\"width:100%;max-width:600px\"><\/canvas>\n                    <div class=\"earnings-explain2\">\n                        <span><i>Amazon changes the page royalty every month. This chart shows how much your book earned per\n                                reader over the last 6 months.<\/i><\/span>\n                    <\/div>\n                <\/div>\n\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <script src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/Chart.js\/2.5.0\/Chart.min.js\"><\/script>\n    <script src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/bwip-js\/3.0.4\/bwip-js-min.js\"\n        integrity=\"sha512-12qklXVXruqXePr5P1w8xMycGUjn2zpJujS+GGJnCioJQXBBcgVYj71GoiellauTI1vGe64r5ecmxdozBqoJJQ==\"\n        crossorigin=\"anonymous\" referrerpolicy=\"no-referrer\"><\/script>\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/4.7.0\/css\/font-awesome.min.css\" \/>\n    <script src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/jspdf\/1.3.4\/jspdf.min.js\"><\/script>\n    <script src=\"https:\/\/code.jquery.com\/jquery-3.6.0.min.js\"\n        integrity=\"sha256-\/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej\/m4=\" crossorigin=\"anonymous\"><\/script>\n\n    <script>\n\n        function setCurrCode(code) {\n\n            switch (code) {\n                case 'USD':\n                    return '$'\n                    break;\n                case 'GBP':\n                    return '\u00a3'\n\n                    break;\n                case 'FR':\n                    return '\u20ac'\n\n                    break;\n                case 'DE':\n                    return '\u20ac'\n\n                    break;\n                case 'ES':\n                    return '\u20ac'\n\n                    break;\n                case 'IT':\n                    return '\u20ac'\n\n                    break;\n\n                case 'CAD':\n                    return '$'\n\n                    break;\n                case 'AUD':\n                    return '$'\n\n                    break;\n                case 'YEN':\n                    return '\u00a5'\n\n                    break;\n                case 'MXN':\n                    return 'Mex$'\n\n                    break;\n                case 'IN':\n                    return '\u20b9'\n\n                    break;\n                default:\n                    break;\n            }\n        }\n        var xValues = [\"Sep\", \"Oct\", \"Nov\", \"Dec\", \"Jan\", \"Feb\"];\n        var rates = {\n            'USD': [ .0043587, .0042728, .0045877,.0043775, .0040943, 0.0042258],\n            'AUD': [ .003307, .0032418,.0034807,.0033164, .0031157, 0.0032216],\n            'GBP': [ .0030433, .0029833,.0031994,.0038579, .0028672, 0.0029647],\n            'CAD': [  .0038396, .0037639,.0040434,.0038579, .0036173, 0.0037403],\n            'DE': [  .002729, .0026752, .0028636,.0027335, .0025711, 0.0026585],\n            'ES': [  .0034221, 0.0033531, .0035924,.0034288,0.0032241,0.0033309 ],\n            'FR': [  .0030649, 0.0030045, .0032161,.0030698, .0028876, 0.0029857],\n            'IT': [  .0033489, .0032829, .0035141,.0033543,0.0031551,0.0032623],\n            'IN': [  .0779343, .0763972, .082078,.0782518,.0734239,0.0759192],\n            'YEN': [ .443889, 0.435114, .46478,.450311,0.418177,0.432386],\n            'MXN': [  .072538, 0.0711077,.0759964,.0730123, .0683425,0.0706642]\n        }\n        var yValues = [0, 0, 0, 0, 0, 0]\n        var pageReads = 0\n\n        function calc() {\n            let val = document.getElementById('rate').value\n\n            pageReads = document.getElementById('pageReads').value\n            document.getElementById('code').innerHTML = setCurrCode(val)\n\n            if (rates[val][5] == 0) {\n                document.getElementById('royalty-line').innerHTML = \"Per Page Feb Royalty: <span id='m-royalty'>\"\n                document.getElementById('m-royalty').innerHTML = setCurrCode(val) + rates[val][4]\n                document.getElementById('value').innerHTML = (rates[val][4] * pageReads).toFixed(4)\n                document.getElementById('coming-soon').innerHTML = \"<i>July Coming Soon<\/i>\"\n            }\n            else {\n                document.getElementById('royalty-line').innerHTML = \"Per Page Feb Royalty: <span id='m-royalty'>\";\n                console.log(setCurrCode(val) + rates[val][5]);\n                document.getElementById('m-royalty').innerHTML = setCurrCode(val) + rates[val][5];\n                document.getElementById('value').innerHTML = (rates[val][5] * pageReads).toFixed(4)\n                document.getElementById('coming-soon').innerHTML = \"\"\n            }\n\n            yValues = rates[val].map(function (val) {\n                return (val * pageReads).toFixed(4);\n            });\n            chart.data.datasets[0].data = yValues\n            chart.update();\n        }\n\n        var barColors = [\"#F48220\", \"#F48220\", \"#F48220\", \"#F48220\", \"#F48220\", \"#F48220\"];\n\n        let chart = new Chart(\"myChart\", {\n            type: \"bar\",\n            data: {\n                labels: xValues,\n                datasets: [{\n                    backgroundColor: barColors,\n                    data: yValues\n                }]\n            },\n            options: {\n                scales: {\n                    xAxes: [{\n                        gridLines: {\n                            barThickness: 34,\n                            color: \"rgba(0, 0, 0, 0)\",\n                        }\n                    }],\n                    yAxes: [{\n                        gridLines: {\n                            borderDash: [8, 4],\n                            color: \"#202D3D1A\"\n                        }\n                    }]\n                },\n                legend: { display: false },\n                title: {\n                    display: false,\n                }\n            }\n        });\n\n        calc()\n    <\/script>\n\n    \n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-how-the-kenp-royalty-calculator-works\">How the KENP Royalty Calculator Works?<\/h2>\n\n\n\n<p>This KENP royalty calculator is a great way to understand how much you are making per book in Kindle Unlimited. <\/p>\n\n\n\n<p>This calculator takes the number of KENP ages in your book (see below), then tells you how much that book is worth in royalties for one complete readthrough.<\/p>\n\n\n\n<p>Note that not every borrower counts as a complete readthrough. Some readers may only read a few pages, while others will read all the way through. But with this calculator, you can get an idea of what a complete readthrough would pay you in royalties.<\/p>\n\n\n\n<p>We keep careful track of the royalty rates for KENP each month. Your royalty rates will fluctuate each month, but keep coming back to see how much each full readthrough is worth.<\/p>\n\n\n\n<p><em>See also the <a href=\"https:\/\/kindlepreneur.com\/kdp-royalty-calculator\/\" target=\"_blank\" rel=\"noreferrer noopener\">KDP Royalty Calculator<\/a> for in-depth royalty calculations for ebooks when bought outside of Kindle Unlimited, or for paperbacks and hardcovers.<\/em><\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-how-to-use-the-kenp-calculator\">How to Use the KENP Calculator<\/h2>\n\n\n\n<p><strong>Step 1: <\/strong>Find your book's KENP Page Number by going to your KDP bookshelf, then click &#8220;Promote and Advertise&#8221; for the book in question. Your KENP page count can be found in the section entitled &#8220;Earn Royalties from the KDP Select Global Fund&#8221;.<\/p>\n\n\n\n<p><strong>Step 2: <\/strong>Enter your pages into the KENP Royalty Calculator and select your appropriate market (Amazon.com, Amazon.co.uk, etc.).<\/p>\n\n\n\n<p><strong>Step 3: <\/strong>Examine the charge showing you the different fluxuations in royalties over the last few months.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-what-is-kenp-and-where-to-find-it\">What Is KENP and Where to Find It?<\/h2>\n\n\n\n<p>KENP stands for &#8220;Kindle Edition Normalized Pages&#8221;. This is basically the measurement system that Amazon uses to track all of the pages read by subscribers to <a href=\"https:\/\/kindlepreneur.com\/kdp-select-or-not-is-kindle-unlimited-worth-it\/\" target=\"_blank\" rel=\"noreferrer noopener\">Kindle Unlimited<\/a>, the ebook subscription platform that Amazon uses.<\/p>\n\n\n\n<p>Every book that you upload in Amazon KDP has the option of also being enrolled in Kindle Unlimited (or KDP Select as it's called on the author side).<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-where-do-you-find-this-page-number\">Where do you find this page number?<\/h3>\n\n\n\n<p>This is relatively easy. Simply go to your KDP bookshelf, then click &#8220;Promote and Advertise&#8221; for the book you want to examine. Your KENP page count can be found in the section entitled &#8220;Earn Royalties from the KDP Select Global Fund&#8221;.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-how-much-does-amazon-pay-per-page-read\">How Much Does Amazon Pay Per Page Read?<\/h2>\n\n\n\n<p>The amount that Amazon pays per Kindle Unlimited page read varies from one month to the next. Our KENP calculator will tell you exactly what that rate is for each month, but understand that it goes up and down.<\/p>\n\n\n\n<p>KENP page rates also vary per country, with some marketplaces having higher payouts than others. That's why our KENP calculator includes a drop-down tab to select the market you are in.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-how-does-amazon-calculate-the-monthly-kenp-rate\">How Does Amazon Calculate the Monthly KENP Rate?<\/h2>\n\n\n\n<p>KENP royalty rates are calculated with a very simple algorithm. First, they determine the numbers for the &#8220;KDP Select Global Fund&#8221; and the &#8220;Total Pages Read&#8221;<\/p>\n\n\n\n<ul>\n<li><strong>KDP Select Global Fund:<\/strong> this is the total amount of revenue that Amazon earns from all of the Kindle Unlimited subscribers lumped together, minus Amazon's cut. Amazon publishes this amount each month, so it's very public knowledge.<\/li>\n\n\n\n<li><strong>Total Pages Read: <\/strong>this is the total number of pages read by all Kindle Unlimited subscribers collectively.<\/li>\n<\/ul>\n\n\n\n<p>Once you know these two numbers, the algorithm is simple:<\/p>\n\n\n\n<p class=\"blue-box\">KDP Select Global Fund \/ Total Pages Read = KENP Rate<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-how-are-kenp-royalties-calculated\">How Are KENP Royalties Calculated?<\/h2>\n\n\n\n<p>If you want to know your own KENP royalties, it is another simple algorithm once you know the KENP rate:<\/p>\n\n\n\n<p class=\"blue-box\">Your KENP Pages Read * KENP Rate = Your Royalties<\/p>\n\n\n\n<p>Additionally, if you want to know how much your book earns for a complete readthrough, this is the formula used to calculate it:<\/p>\n\n\n\n<p class=\"blue-box\">Your KENP Pages Per Book * KENP Rate = Your Royalties<\/p>\n\n\n\n<p>Or you can use the KENP calculator above to make this process a lot easier.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>KENP Calculator: Know Exactly How Much Your KDP Select Books Make How the KENP Royalty Calculator Works? This KENP royalty calculator is a great way to understand how much you are making per book in Kindle Unlimited. This calculator takes the number of KENP ages in your book (see below), then tells you how much [&hellip;]<\/p>\n","protected":false},"author":24,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"templates\/tools-with-sidebar.php","meta":{"om_disable_all_campaigns":false,"inline_featured_image":false,"footnotes":""},"categories":[3887],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v22.9 (Yoast SEO v22.9) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>KENP Calculator: Know Exactly How Much Your KDP Select Books Make<\/title>\n<meta name=\"description\" content=\"Unsure how much your Kindle Unlimited books will make from one month to the next? This tool will tell you exactly how much.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/kindlepreneur.com\/kenp-calculator\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"KENP Calculator: Know Exactly How Much Your KDP Select Books Make\" \/>\n<meta property=\"og:description\" content=\"Unsure how much your Kindle Unlimited books will make from one month to the next? This tool will tell you exactly how much.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/kindlepreneur.com\/kenp-calculator\/\" \/>\n<meta property=\"og:site_name\" content=\"Kindlepreneur\" \/>\n<meta property=\"article:publisher\" content=\"http:\/\/facebook.com\/kindlepreneur\" \/>\n<meta property=\"article:modified_time\" content=\"2023-05-24T17:38:09+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@DaveChesson\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/kindlepreneur.com\/kenp-calculator\/\",\"url\":\"https:\/\/kindlepreneur.com\/kenp-calculator\/\",\"name\":\"KENP Calculator: Know Exactly How Much Your KDP Select Books Make\",\"isPartOf\":{\"@id\":\"https:\/\/kindlepreneur.com\/#website\"},\"datePublished\":\"2023-03-31T14:12:39+00:00\",\"dateModified\":\"2023-05-24T17:38:09+00:00\",\"description\":\"Unsure how much your Kindle Unlimited books will make from one month to the next? This tool will tell you exactly how much.\",\"breadcrumb\":{\"@id\":\"https:\/\/kindlepreneur.com\/kenp-calculator\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/kindlepreneur.com\/kenp-calculator\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/kindlepreneur.com\/kenp-calculator\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/kindlepreneur.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"KENP Calculator: Know Exactly How Much Your KDP Select Books Make\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/kindlepreneur.com\/#website\",\"url\":\"https:\/\/kindlepreneur.com\/\",\"name\":\"Kindlepreneur\",\"description\":\"Book Marketing for Self-Publishing Authors\",\"publisher\":{\"@id\":\"https:\/\/kindlepreneur.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/kindlepreneur.com\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/kindlepreneur.com\/#organization\",\"name\":\"Kindlepreneur\",\"url\":\"https:\/\/kindlepreneur.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/kindlepreneur.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/kindlepreneur.com\/wp-content\/uploads\/2021\/01\/kindlepreneur_logo_white-copy.png\",\"contentUrl\":\"https:\/\/kindlepreneur.com\/wp-content\/uploads\/2021\/01\/kindlepreneur_logo_white-copy.png\",\"width\":330,\"height\":61,\"caption\":\"Kindlepreneur\"},\"image\":{\"@id\":\"https:\/\/kindlepreneur.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"http:\/\/facebook.com\/kindlepreneur\",\"https:\/\/x.com\/DaveChesson\"]}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"KENP Calculator: Know Exactly How Much Your KDP Select Books Make","description":"Unsure how much your Kindle Unlimited books will make from one month to the next? This tool will tell you exactly how much.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/kindlepreneur.com\/kenp-calculator\/","og_locale":"en_US","og_type":"article","og_title":"KENP Calculator: Know Exactly How Much Your KDP Select Books Make","og_description":"Unsure how much your Kindle Unlimited books will make from one month to the next? This tool will tell you exactly how much.","og_url":"https:\/\/kindlepreneur.com\/kenp-calculator\/","og_site_name":"Kindlepreneur","article_publisher":"http:\/\/facebook.com\/kindlepreneur","article_modified_time":"2023-05-24T17:38:09+00:00","twitter_card":"summary_large_image","twitter_site":"@DaveChesson","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/kindlepreneur.com\/kenp-calculator\/","url":"https:\/\/kindlepreneur.com\/kenp-calculator\/","name":"KENP Calculator: Know Exactly How Much Your KDP Select Books Make","isPartOf":{"@id":"https:\/\/kindlepreneur.com\/#website"},"datePublished":"2023-03-31T14:12:39+00:00","dateModified":"2023-05-24T17:38:09+00:00","description":"Unsure how much your Kindle Unlimited books will make from one month to the next? This tool will tell you exactly how much.","breadcrumb":{"@id":"https:\/\/kindlepreneur.com\/kenp-calculator\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/kindlepreneur.com\/kenp-calculator\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/kindlepreneur.com\/kenp-calculator\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/kindlepreneur.com\/"},{"@type":"ListItem","position":2,"name":"KENP Calculator: Know Exactly How Much Your KDP Select Books Make"}]},{"@type":"WebSite","@id":"https:\/\/kindlepreneur.com\/#website","url":"https:\/\/kindlepreneur.com\/","name":"Kindlepreneur","description":"Book Marketing for Self-Publishing Authors","publisher":{"@id":"https:\/\/kindlepreneur.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/kindlepreneur.com\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/kindlepreneur.com\/#organization","name":"Kindlepreneur","url":"https:\/\/kindlepreneur.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/kindlepreneur.com\/#\/schema\/logo\/image\/","url":"https:\/\/kindlepreneur.com\/wp-content\/uploads\/2021\/01\/kindlepreneur_logo_white-copy.png","contentUrl":"https:\/\/kindlepreneur.com\/wp-content\/uploads\/2021\/01\/kindlepreneur_logo_white-copy.png","width":330,"height":61,"caption":"Kindlepreneur"},"image":{"@id":"https:\/\/kindlepreneur.com\/#\/schema\/logo\/image\/"},"sameAs":["http:\/\/facebook.com\/kindlepreneur","https:\/\/x.com\/DaveChesson"]}]}},"_links":{"self":[{"href":"https:\/\/kindlepreneur.com\/wp-json\/wp\/v2\/pages\/32988"}],"collection":[{"href":"https:\/\/kindlepreneur.com\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/kindlepreneur.com\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/kindlepreneur.com\/wp-json\/wp\/v2\/users\/24"}],"replies":[{"embeddable":true,"href":"https:\/\/kindlepreneur.com\/wp-json\/wp\/v2\/comments?post=32988"}],"version-history":[{"count":6,"href":"https:\/\/kindlepreneur.com\/wp-json\/wp\/v2\/pages\/32988\/revisions"}],"predecessor-version":[{"id":34013,"href":"https:\/\/kindlepreneur.com\/wp-json\/wp\/v2\/pages\/32988\/revisions\/34013"}],"wp:attachment":[{"href":"https:\/\/kindlepreneur.com\/wp-json\/wp\/v2\/media?parent=32988"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/kindlepreneur.com\/wp-json\/wp\/v2\/categories?post=32988"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}