{"id":5415,"date":"2024-02-02T20:37:23","date_gmt":"2024-02-02T19:37:23","guid":{"rendered":"https:\/\/harmonweb.com\/blog\/?p=5415"},"modified":"2024-02-02T20:37:27","modified_gmt":"2024-02-02T19:37:27","slug":"how-to-deploy-react-js-app-on-cpanel","status":"publish","type":"post","link":"https:\/\/harmonweb.com\/blog\/how-to-deploy-react-js-app-on-cpanel\/","title":{"rendered":"How To Deploy React JS App On cPanel"},"content":{"rendered":"\n<p>In this tutorial, I will show you how to deploy React JS app on cPanel.<\/p>\n\n\n\n<p>The process is a bit technical, but with this hands-on guide, I have tried to simplify the whole set of steps involved so you can quickly and easily deploy your React.js app on cPanel. To get started, you need to purchase a domain and hosting. Once you have completed these, you will be able to access your cPanel.<\/p>\n\n\n\n<p>Let\u2019s get started.<\/p>\n\n\n\n<p><strong>READ MORE<\/strong>: <a href=\"https:\/\/harmonweb.com\/blog\/how-to-deploy-a-next-js-app-on-cpanel\/\" title=\"\">How to deploy a Next JS app on cPanel<\/a><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">How To Deploy React JS App On cPanel<\/h2>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Go to your project directory and create a react app using the Terminal\/CMD. You can do this by running <strong>\u2018npx create-react-app my-app\u2019<\/strong>.<\/li>\n\n\n\n<li>Open the React app. Then open the <strong>package.json file <\/strong>and add a <strong>\u201chomepage\u201d<\/strong> attribute with your domain name using this format:<\/li>\n<\/ol>\n\n\n\n<pre class=\"wp-block-code\"><code>\u201chomepage\u201d : \u201chttp:\/\/yourdomainname.com\u201d<\/code><\/pre>\n\n\n\n<ol class=\"wp-block-list\" start=\"3\">\n<li>In your project directory, go to the <strong>public <\/strong>folder and add a <strong>.htaccess <\/strong>file to the project you want to deploy.<\/li>\n\n\n\n<li>Open the <strong>.htaccess<\/strong> file and insert the following configurations:<\/li>\n<\/ol>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;IfModule mod_rewrite.c>\nRewriteEngine On\n\n\u00a0RewriteBase \/\n\n\u00a0RewriteRule ^index\\.html$ - &#91;L]\n\n\u00a0RewriteCond %{REQUEST_FILENAME} !-f\n\n\u00a0RewriteCond %{REQUEST_FILENAME} !-d\n\n\u00a0RewriteCond %{REQUEST_FILENAME} !-l\n\n\u00a0RewriteRule . \/index.html &#91;L]\n\n&lt;\/IfModule><\/code><\/pre>\n\n\n\n<p>\u00a0<\/p>\n\n\n\n<p><strong>Note<\/strong>: This is for if your <strong>index.html <\/strong>and <strong>.htaccess <\/strong>file are in the same directory. But if your react app is in a different folder, set the \u201cRewriteRule\u201d to <strong>.\/anotherfolder\/index.html<\/strong><\/p>\n\n\n\n<ol class=\"wp-block-list\" start=\"5\">\n<li>In the root directory of your react application, run the <strong>yarn install <\/strong>or <strong>npm install.<\/strong> After the installation, depending on your choice, run <strong>yarn build <\/strong>or <strong>npm build<\/strong>. A new directory will be created in your project called <strong>build<\/strong>.<\/li>\n<\/ol>\n\n\n\n<p>The <strong>build <\/strong>directory is a very compressed version of your react app, containing everything about your app. This is the folder that you will deploy in your cPanel.<\/p>\n\n\n\n<ol class=\"wp-block-list\" start=\"6\">\n<li>Log into your cPanel. Then under the <strong>Files <\/strong>section, select <strong>File Manager<\/strong>.<\/li>\n<\/ol>\n\n\n\n<figure class=\"wp-block-image is-resized\"><img decoding=\"async\" src=\"https:\/\/lh7-us.googleusercontent.com\/b7jvBXGmPDfZft6-JzeIEbP9LcLnOpLZ8QTgUc_fSb7PHTOm7llCP7ax0JhTzyminAAZIR0NCa8oMBj_TEob-7DVAmXQhTOZJJYBhx01R5aif0JCvpzJ57Y-4JBGSB6uu8UIiN65d83qDujGXeHegLY\" alt=\"deploy react js app on cpanel\" style=\"width:840px;height:auto\"\/><\/figure>\n\n\n\n<ol class=\"wp-block-list\" start=\"7\">\n<li>In the File Manager, go to the <strong>public_html <\/strong>folder and upload the <strong>build <\/strong>directory.<\/li>\n<\/ol>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/lh7-us.googleusercontent.com\/lCxv1nGeGd8AhV_J98y_QjPVeyJeTkwsiY8Ghbq-p7E-xzA9gCTFyhfBm9G09gz5IU8dbfYGcDK18t_Qk7XXh96Qx_D1Gqqyme3OcEmpauIFJRON4mNeH6F2Yubnp5x34IncggCbQhuaVIh-7UCCtUw\" alt=\"deploy react js app on cpanel\"\/><\/figure>\n\n\n\n<ol class=\"wp-block-list\" start=\"8\">\n<li>Save the file.&nbsp;<\/li>\n<\/ol>\n\n\n\n<p>Now, drink some water. Take a deep breath and relax. You have successfully deploy React JS app on cPanel.&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>In this tutorial, I will show you how to deploy React JS app on cPanel. The process is&hellip;<\/p>\n","protected":false},"author":1,"featured_media":5418,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"categories":[157],"tags":[],"class_list":["post-5415","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-client"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How To Deploy React JS App On cPanel | HarmonWeb Blog<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/harmonweb.com\/blog\/how-to-deploy-react-js-app-on-cpanel\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How To Deploy React JS App On cPanel | HarmonWeb Blog\" \/>\n<meta property=\"og:description\" content=\"In this tutorial, I will show you how to deploy React JS app on cPanel. The process is&hellip;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/harmonweb.com\/blog\/how-to-deploy-react-js-app-on-cpanel\/\" \/>\n<meta property=\"og:site_name\" content=\"HarmonWeb Blog\" \/>\n<meta property=\"article:published_time\" content=\"2024-02-02T19:37:23+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-02-02T19:37:27+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/harmonweb.com\/blog\/wp-content\/uploads\/2024\/02\/deploy-react-js-app-on-cpanel.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1920\" \/>\n\t<meta property=\"og:image:height\" content=\"1080\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"John Adegoke\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"John Adegoke\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/harmonweb.com\\\/blog\\\/how-to-deploy-react-js-app-on-cpanel\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/harmonweb.com\\\/blog\\\/how-to-deploy-react-js-app-on-cpanel\\\/\"},\"author\":{\"name\":\"John Adegoke\",\"@id\":\"https:\\\/\\\/harmonweb.com\\\/blog\\\/#\\\/schema\\\/person\\\/e9bc75c3e7e30a261690c47ec872a8fc\"},\"headline\":\"How To Deploy React JS App On cPanel\",\"datePublished\":\"2024-02-02T19:37:23+00:00\",\"dateModified\":\"2024-02-02T19:37:27+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/harmonweb.com\\\/blog\\\/how-to-deploy-react-js-app-on-cpanel\\\/\"},\"wordCount\":331,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/harmonweb.com\\\/blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/harmonweb.com\\\/blog\\\/how-to-deploy-react-js-app-on-cpanel\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/harmonweb.com\\\/blog\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/deploy-react-js-app-on-cpanel.png\",\"articleSection\":[\"Client\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/harmonweb.com\\\/blog\\\/how-to-deploy-react-js-app-on-cpanel\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/harmonweb.com\\\/blog\\\/how-to-deploy-react-js-app-on-cpanel\\\/\",\"url\":\"https:\\\/\\\/harmonweb.com\\\/blog\\\/how-to-deploy-react-js-app-on-cpanel\\\/\",\"name\":\"How To Deploy React JS App On cPanel | HarmonWeb Blog\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/harmonweb.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/harmonweb.com\\\/blog\\\/how-to-deploy-react-js-app-on-cpanel\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/harmonweb.com\\\/blog\\\/how-to-deploy-react-js-app-on-cpanel\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/harmonweb.com\\\/blog\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/deploy-react-js-app-on-cpanel.png\",\"datePublished\":\"2024-02-02T19:37:23+00:00\",\"dateModified\":\"2024-02-02T19:37:27+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/harmonweb.com\\\/blog\\\/how-to-deploy-react-js-app-on-cpanel\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/harmonweb.com\\\/blog\\\/how-to-deploy-react-js-app-on-cpanel\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/harmonweb.com\\\/blog\\\/how-to-deploy-react-js-app-on-cpanel\\\/#primaryimage\",\"url\":\"https:\\\/\\\/harmonweb.com\\\/blog\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/deploy-react-js-app-on-cpanel.png\",\"contentUrl\":\"https:\\\/\\\/harmonweb.com\\\/blog\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/deploy-react-js-app-on-cpanel.png\",\"width\":1920,\"height\":1080,\"caption\":\"deploy react js app on cpanel\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/harmonweb.com\\\/blog\\\/how-to-deploy-react-js-app-on-cpanel\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/harmonweb.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How To Deploy React JS App On cPanel\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/harmonweb.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/harmonweb.com\\\/blog\\\/\",\"name\":\"HarmonWeb Blog\",\"description\":\"HarmonWeb\",\"publisher\":{\"@id\":\"https:\\\/\\\/harmonweb.com\\\/blog\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/harmonweb.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/harmonweb.com\\\/blog\\\/#organization\",\"name\":\"HarmonWeb\",\"url\":\"https:\\\/\\\/harmonweb.com\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/harmonweb.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/harmonweb.com\\\/blog\\\/wp-content\\\/uploads\\\/2020\\\/06\\\/cropped-HARMON-WEB-LOGO-2.png\",\"contentUrl\":\"https:\\\/\\\/harmonweb.com\\\/blog\\\/wp-content\\\/uploads\\\/2020\\\/06\\\/cropped-HARMON-WEB-LOGO-2.png\",\"width\":831,\"height\":172,\"caption\":\"HarmonWeb\"},\"image\":{\"@id\":\"https:\\\/\\\/harmonweb.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/harmonweb.com\\\/blog\\\/#\\\/schema\\\/person\\\/e9bc75c3e7e30a261690c47ec872a8fc\",\"name\":\"John Adegoke\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/harmonweb.com\\\/blog\\\/wp-content\\\/litespeed\\\/avatar\\\/0843e926db683e41ace2aee54210b841.jpg?ver=1776839677\",\"url\":\"https:\\\/\\\/harmonweb.com\\\/blog\\\/wp-content\\\/litespeed\\\/avatar\\\/0843e926db683e41ace2aee54210b841.jpg?ver=1776839677\",\"contentUrl\":\"https:\\\/\\\/harmonweb.com\\\/blog\\\/wp-content\\\/litespeed\\\/avatar\\\/0843e926db683e41ace2aee54210b841.jpg?ver=1776839677\",\"caption\":\"John Adegoke\"},\"sameAs\":[\"https:\\\/\\\/harmonweb.com\\\/blog\"],\"url\":\"https:\\\/\\\/harmonweb.com\\\/blog\\\/author\\\/harmonweb\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How To Deploy React JS App On cPanel | HarmonWeb Blog","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:\/\/harmonweb.com\/blog\/how-to-deploy-react-js-app-on-cpanel\/","og_locale":"en_US","og_type":"article","og_title":"How To Deploy React JS App On cPanel | HarmonWeb Blog","og_description":"In this tutorial, I will show you how to deploy React JS app on cPanel. The process is&hellip;","og_url":"https:\/\/harmonweb.com\/blog\/how-to-deploy-react-js-app-on-cpanel\/","og_site_name":"HarmonWeb Blog","article_published_time":"2024-02-02T19:37:23+00:00","article_modified_time":"2024-02-02T19:37:27+00:00","og_image":[{"width":1920,"height":1080,"url":"https:\/\/harmonweb.com\/blog\/wp-content\/uploads\/2024\/02\/deploy-react-js-app-on-cpanel.png","type":"image\/png"}],"author":"John Adegoke","twitter_card":"summary_large_image","twitter_misc":{"Written by":"John Adegoke","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/harmonweb.com\/blog\/how-to-deploy-react-js-app-on-cpanel\/#article","isPartOf":{"@id":"https:\/\/harmonweb.com\/blog\/how-to-deploy-react-js-app-on-cpanel\/"},"author":{"name":"John Adegoke","@id":"https:\/\/harmonweb.com\/blog\/#\/schema\/person\/e9bc75c3e7e30a261690c47ec872a8fc"},"headline":"How To Deploy React JS App On cPanel","datePublished":"2024-02-02T19:37:23+00:00","dateModified":"2024-02-02T19:37:27+00:00","mainEntityOfPage":{"@id":"https:\/\/harmonweb.com\/blog\/how-to-deploy-react-js-app-on-cpanel\/"},"wordCount":331,"commentCount":0,"publisher":{"@id":"https:\/\/harmonweb.com\/blog\/#organization"},"image":{"@id":"https:\/\/harmonweb.com\/blog\/how-to-deploy-react-js-app-on-cpanel\/#primaryimage"},"thumbnailUrl":"https:\/\/harmonweb.com\/blog\/wp-content\/uploads\/2024\/02\/deploy-react-js-app-on-cpanel.png","articleSection":["Client"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/harmonweb.com\/blog\/how-to-deploy-react-js-app-on-cpanel\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/harmonweb.com\/blog\/how-to-deploy-react-js-app-on-cpanel\/","url":"https:\/\/harmonweb.com\/blog\/how-to-deploy-react-js-app-on-cpanel\/","name":"How To Deploy React JS App On cPanel | HarmonWeb Blog","isPartOf":{"@id":"https:\/\/harmonweb.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/harmonweb.com\/blog\/how-to-deploy-react-js-app-on-cpanel\/#primaryimage"},"image":{"@id":"https:\/\/harmonweb.com\/blog\/how-to-deploy-react-js-app-on-cpanel\/#primaryimage"},"thumbnailUrl":"https:\/\/harmonweb.com\/blog\/wp-content\/uploads\/2024\/02\/deploy-react-js-app-on-cpanel.png","datePublished":"2024-02-02T19:37:23+00:00","dateModified":"2024-02-02T19:37:27+00:00","breadcrumb":{"@id":"https:\/\/harmonweb.com\/blog\/how-to-deploy-react-js-app-on-cpanel\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/harmonweb.com\/blog\/how-to-deploy-react-js-app-on-cpanel\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/harmonweb.com\/blog\/how-to-deploy-react-js-app-on-cpanel\/#primaryimage","url":"https:\/\/harmonweb.com\/blog\/wp-content\/uploads\/2024\/02\/deploy-react-js-app-on-cpanel.png","contentUrl":"https:\/\/harmonweb.com\/blog\/wp-content\/uploads\/2024\/02\/deploy-react-js-app-on-cpanel.png","width":1920,"height":1080,"caption":"deploy react js app on cpanel"},{"@type":"BreadcrumbList","@id":"https:\/\/harmonweb.com\/blog\/how-to-deploy-react-js-app-on-cpanel\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/harmonweb.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How To Deploy React JS App On cPanel"}]},{"@type":"WebSite","@id":"https:\/\/harmonweb.com\/blog\/#website","url":"https:\/\/harmonweb.com\/blog\/","name":"HarmonWeb Blog","description":"HarmonWeb","publisher":{"@id":"https:\/\/harmonweb.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/harmonweb.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/harmonweb.com\/blog\/#organization","name":"HarmonWeb","url":"https:\/\/harmonweb.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/harmonweb.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/harmonweb.com\/blog\/wp-content\/uploads\/2020\/06\/cropped-HARMON-WEB-LOGO-2.png","contentUrl":"https:\/\/harmonweb.com\/blog\/wp-content\/uploads\/2020\/06\/cropped-HARMON-WEB-LOGO-2.png","width":831,"height":172,"caption":"HarmonWeb"},"image":{"@id":"https:\/\/harmonweb.com\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/harmonweb.com\/blog\/#\/schema\/person\/e9bc75c3e7e30a261690c47ec872a8fc","name":"John Adegoke","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/harmonweb.com\/blog\/wp-content\/litespeed\/avatar\/0843e926db683e41ace2aee54210b841.jpg?ver=1776839677","url":"https:\/\/harmonweb.com\/blog\/wp-content\/litespeed\/avatar\/0843e926db683e41ace2aee54210b841.jpg?ver=1776839677","contentUrl":"https:\/\/harmonweb.com\/blog\/wp-content\/litespeed\/avatar\/0843e926db683e41ace2aee54210b841.jpg?ver=1776839677","caption":"John Adegoke"},"sameAs":["https:\/\/harmonweb.com\/blog"],"url":"https:\/\/harmonweb.com\/blog\/author\/harmonweb\/"}]}},"_links":{"self":[{"href":"https:\/\/harmonweb.com\/blog\/wp-json\/wp\/v2\/posts\/5415","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/harmonweb.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/harmonweb.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/harmonweb.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/harmonweb.com\/blog\/wp-json\/wp\/v2\/comments?post=5415"}],"version-history":[{"count":2,"href":"https:\/\/harmonweb.com\/blog\/wp-json\/wp\/v2\/posts\/5415\/revisions"}],"predecessor-version":[{"id":5417,"href":"https:\/\/harmonweb.com\/blog\/wp-json\/wp\/v2\/posts\/5415\/revisions\/5417"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/harmonweb.com\/blog\/wp-json\/wp\/v2\/media\/5418"}],"wp:attachment":[{"href":"https:\/\/harmonweb.com\/blog\/wp-json\/wp\/v2\/media?parent=5415"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/harmonweb.com\/blog\/wp-json\/wp\/v2\/categories?post=5415"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/harmonweb.com\/blog\/wp-json\/wp\/v2\/tags?post=5415"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}