{"id":1189,"date":"2023-01-19T09:56:22","date_gmt":"2023-01-19T08:56:22","guid":{"rendered":"https:\/\/codeflarelimited.com\/blog\/?p=1189"},"modified":"2023-03-22T20:36:13","modified_gmt":"2023-03-22T19:36:13","slug":"how-to-minify-css","status":"publish","type":"post","link":"https:\/\/codeflarelimited.com\/blog\/how-to-minify-css\/","title":{"rendered":"How to Minify CSS"},"content":{"rendered":"\n<p>Minifying CSS  simply means to remove unnecessary characters and white space from the CSS code, making it smaller in file size.<\/p>\n\n\n\n<p>This process can include removing comments, white space, and redundant code. It also can include shortening variable and function names to smaller versions.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-why-minify-css\">Why Minify CSS?<\/h2>\n\n\n\n<p>The goal of minifying CSS is to reduce the file size of the CSS code, which can result in faster page load times and improved performance for the website. Minifying CSS does not change the functionality of the code, it just makes the code smaller and more efficient to download and parse.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-advantages-of-minifying-css\">Advantages of Minifying CSS<\/h2>\n\n\n\n<p>Minifying CSS has several advantages, these include:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Faster page load times<\/strong>: Minifying CSS reduces the file size of the CSS code, which means that it takes less time to download and parse the code in the browser. This results in faster page load times, especially for users on slower internet connections.<\/li>\n\n\n\n<li><strong>Improved performance<\/strong>: Minifying CSS can also improve the performance of a website by reducing the amount of data that the browser needs to download and parse. This can lead to a better user experience, as pages load faster and are more responsive.<\/li>\n\n\n\n<li><strong>Reduced server load<\/strong>: Minifying CSS can also reduce the load on the server, as it reduces the amount of data that needs to be sent to the browser. This can help to reduce server costs and improve the scalability of a website.<\/li>\n\n\n\n<li><strong>Better security<\/strong>: Minifying CSS can also help to improve security, as it makes it more difficult for malicious actors to read and understand the code. Minifying the code makes it harder for hackers to find vulnerabilities and exploit them.<\/li>\n\n\n\n<li><strong>Better code maintainability<\/strong>: Minifying the CSS code also make it more difficult for developers to read and understand. However, it is recommended to use source maps, which allow developers to map the minified code back to the original code, making it easier to debug and maintain.<\/li>\n\n\n\n<li><strong>Improved search engine optimization<\/strong>: Minifying CSS can also have a positive impact on search engine optimization (SEO), as it can reduce the time it takes for a page to load. Search engines like Google use page load time as a ranking factor, so a faster-loading page can lead to better search engine rankings.<\/li>\n\n\n\n<li><strong>Better cacheability<\/strong>: Minifying CSS can also make it more cacheable, as the smaller file size means that it can be stored in the browser&#8217;s cache for longer periods of time. This can result in faster page load times for repeat visitors.<\/li>\n<\/ol>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-tools-to-use\">Tools to Use<\/h2>\n\n\n\n<p>To minify CSS, you can use a CSS minifier tool. These tools remove unnecessary white space, comments, and other unnecessary characters from the CSS code, making it smaller in file size and faster to load.<\/p>\n\n\n\n<p>Some popular CSS minifier tools include <a href=\"https:\/\/cssnano.co\" target=\"_blank\" rel=\"noreferrer noopener\">CSSNano<\/a>, <a href=\"https:\/\/www.cleancss.com\/css-minify\/\" target=\"_blank\" rel=\"noreferrer noopener\">Clean-CSS<\/a>, and <a href=\"https:\/\/www.npmjs.com\/package\/uglifycss\" target=\"_blank\" rel=\"noreferrer noopener\">UglifyCSS<\/a>. You can also minify CSS using build tools like <a href=\"https:\/\/www.npmjs.com\/package\/grunt-file-minify\" target=\"_blank\" rel=\"noreferrer noopener\">Grunt <\/a>or <a href=\"https:\/\/www.npmjs.com\/package\/gulp-minify\" target=\"_blank\" rel=\"noreferrer noopener\">Gulp<\/a>.<\/p>\n\n\n\n<p>To use any of the tools just copy your CSS code and paste in the given box and follow the prompt.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"743\" height=\"393\" src=\"https:\/\/codeflarelimited.com\/blog\/wp-content\/uploads\/2023\/01\/Screenshot-2023-01-19-at-09.39.26.png\" alt=\"\" class=\"wp-image-1190\" srcset=\"https:\/\/codeflarelimited.com\/blog\/wp-content\/uploads\/2023\/01\/Screenshot-2023-01-19-at-09.39.26.png 743w, https:\/\/codeflarelimited.com\/blog\/wp-content\/uploads\/2023\/01\/Screenshot-2023-01-19-at-09.39.26-300x159.png 300w\" sizes=\"auto, (max-width: 743px) 100vw, 743px\" \/><figcaption class=\"wp-element-caption\">how to minify css<\/figcaption><\/figure>\n\n\n\n<p>Overall, minifying CSS is an important step in the process of optimizing a website for performance, security, and maintainability. By removing unnecessary characters and whitespace, minifying CSS can improve page load times, reduce server load, and make the code more secure and maintainable.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-start-learning-how-to-code\"><a href=\"https:\/\/play.google.com\/store\/apps\/details?id=com.codefussion\" target=\"_blank\" rel=\"noreferrer noopener\">Start Learning How to Code<\/a><\/h3>\n\n\n\n<p><a href=\"https:\/\/codeflarelimited.com\" target=\"_blank\" rel=\"noreferrer noopener\">Where to learn software development in Abuja<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Minifying CSS simply means to remove unnecessary characters and white space from the CSS code, making it smaller<\/p>\n","protected":false},"author":1,"featured_media":1191,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[98],"tags":[],"class_list":["post-1189","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-softare-development"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to Minify CSS<\/title>\n<meta name=\"description\" content=\"Minifying CSS simply means to remove unnecessary characters and white space from the CSS code, making it smaller in file size.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/codeflarelimited.com\/blog\/how-to-minify-css\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Minify CSS\" \/>\n<meta property=\"og:description\" content=\"Minifying CSS simply means to remove unnecessary characters and white space from the CSS code, making it smaller in file size.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/codeflarelimited.com\/blog\/how-to-minify-css\/\" \/>\n<meta property=\"article:author\" content=\"https:\/\/facebook.com\/codeflretech\" \/>\n<meta property=\"article:published_time\" content=\"2023-01-19T08:56:22+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-03-22T19:36:13+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/codeflarelimited.com\/blog\/wp-content\/uploads\/2023\/01\/Untitled-Design-5.jpeg\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"628\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"codeflare\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@codeflaretech\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"TechArticle\",\"@id\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/how-to-minify-css\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/how-to-minify-css\\\/\"},\"author\":{\"name\":\"codeflare\",\"@id\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/#\\\/schema\\\/person\\\/7e65653d49add95629f8c1053c5cd76a\"},\"headline\":\"How to Minify CSS\",\"datePublished\":\"2023-01-19T08:56:22+00:00\",\"dateModified\":\"2023-03-22T19:36:13+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/how-to-minify-css\\\/\"},\"wordCount\":561,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/how-to-minify-css\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/wp-content\\\/uploads\\\/2023\\\/01\\\/Untitled-Design-5.jpeg\",\"articleSection\":[\"softare development\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/how-to-minify-css\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/how-to-minify-css\\\/\",\"url\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/how-to-minify-css\\\/\",\"name\":\"How to Minify CSS\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/how-to-minify-css\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/how-to-minify-css\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/wp-content\\\/uploads\\\/2023\\\/01\\\/Untitled-Design-5.jpeg\",\"datePublished\":\"2023-01-19T08:56:22+00:00\",\"dateModified\":\"2023-03-22T19:36:13+00:00\",\"description\":\"Minifying CSS simply means to remove unnecessary characters and white space from the CSS code, making it smaller in file size.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/how-to-minify-css\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/how-to-minify-css\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/how-to-minify-css\\\/#primaryimage\",\"url\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/wp-content\\\/uploads\\\/2023\\\/01\\\/Untitled-Design-5.jpeg\",\"contentUrl\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/wp-content\\\/uploads\\\/2023\\\/01\\\/Untitled-Design-5.jpeg\",\"width\":1200,\"height\":628,\"caption\":\"minify css\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/how-to-minify-css\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"softare development\",\"item\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/softare-development\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"How to Minify CSS\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/\",\"name\":\"\",\"description\":\"Sustainable solutions\",\"publisher\":{\"@id\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/#organization\",\"name\":\"Codeflare Limited\",\"url\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/wp-content\\\/uploads\\\/2020\\\/11\\\/codeflare.png\",\"contentUrl\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/wp-content\\\/uploads\\\/2020\\\/11\\\/codeflare.png\",\"width\":1040,\"height\":263,\"caption\":\"Codeflare Limited\"},\"image\":{\"@id\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/#\\\/schema\\\/person\\\/7e65653d49add95629f8c1053c5cd76a\",\"name\":\"codeflare\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/59cef917c86d965eea581d2747f51bd6382003a68bfce7c8a4dfec98b4cd838d?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/59cef917c86d965eea581d2747f51bd6382003a68bfce7c8a4dfec98b4cd838d?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/59cef917c86d965eea581d2747f51bd6382003a68bfce7c8a4dfec98b4cd838d?s=96&d=mm&r=g\",\"caption\":\"codeflare\"},\"description\":\"Latest tech news and coding tips.\",\"sameAs\":[\"https:\\\/\\\/codeflarelimited.com\\\/blog\",\"https:\\\/\\\/facebook.com\\\/codeflretech\",\"https:\\\/\\\/instagram.com\\\/codeflaretech\",\"https:\\\/\\\/x.com\\\/codeflaretech\",\"https:\\\/\\\/www.youtube.com\\\/channel\\\/UCuBLtiYqsajHdqw0uyt7Ofw?sub_confirmation=1\"],\"url\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/author\\\/watcher\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Minify CSS","description":"Minifying CSS simply means to remove unnecessary characters and white space from the CSS code, making it smaller in file size.","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:\/\/codeflarelimited.com\/blog\/how-to-minify-css\/","og_locale":"en_US","og_type":"article","og_title":"How to Minify CSS","og_description":"Minifying CSS simply means to remove unnecessary characters and white space from the CSS code, making it smaller in file size.","og_url":"https:\/\/codeflarelimited.com\/blog\/how-to-minify-css\/","article_author":"https:\/\/facebook.com\/codeflretech","article_published_time":"2023-01-19T08:56:22+00:00","article_modified_time":"2023-03-22T19:36:13+00:00","og_image":[{"width":1200,"height":628,"url":"https:\/\/codeflarelimited.com\/blog\/wp-content\/uploads\/2023\/01\/Untitled-Design-5.jpeg","type":"image\/jpeg"}],"author":"codeflare","twitter_card":"summary_large_image","twitter_creator":"@codeflaretech","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"TechArticle","@id":"https:\/\/codeflarelimited.com\/blog\/how-to-minify-css\/#article","isPartOf":{"@id":"https:\/\/codeflarelimited.com\/blog\/how-to-minify-css\/"},"author":{"name":"codeflare","@id":"https:\/\/codeflarelimited.com\/blog\/#\/schema\/person\/7e65653d49add95629f8c1053c5cd76a"},"headline":"How to Minify CSS","datePublished":"2023-01-19T08:56:22+00:00","dateModified":"2023-03-22T19:36:13+00:00","mainEntityOfPage":{"@id":"https:\/\/codeflarelimited.com\/blog\/how-to-minify-css\/"},"wordCount":561,"commentCount":0,"publisher":{"@id":"https:\/\/codeflarelimited.com\/blog\/#organization"},"image":{"@id":"https:\/\/codeflarelimited.com\/blog\/how-to-minify-css\/#primaryimage"},"thumbnailUrl":"https:\/\/codeflarelimited.com\/blog\/wp-content\/uploads\/2023\/01\/Untitled-Design-5.jpeg","articleSection":["softare development"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/codeflarelimited.com\/blog\/how-to-minify-css\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/codeflarelimited.com\/blog\/how-to-minify-css\/","url":"https:\/\/codeflarelimited.com\/blog\/how-to-minify-css\/","name":"How to Minify CSS","isPartOf":{"@id":"https:\/\/codeflarelimited.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/codeflarelimited.com\/blog\/how-to-minify-css\/#primaryimage"},"image":{"@id":"https:\/\/codeflarelimited.com\/blog\/how-to-minify-css\/#primaryimage"},"thumbnailUrl":"https:\/\/codeflarelimited.com\/blog\/wp-content\/uploads\/2023\/01\/Untitled-Design-5.jpeg","datePublished":"2023-01-19T08:56:22+00:00","dateModified":"2023-03-22T19:36:13+00:00","description":"Minifying CSS simply means to remove unnecessary characters and white space from the CSS code, making it smaller in file size.","breadcrumb":{"@id":"https:\/\/codeflarelimited.com\/blog\/how-to-minify-css\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/codeflarelimited.com\/blog\/how-to-minify-css\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/codeflarelimited.com\/blog\/how-to-minify-css\/#primaryimage","url":"https:\/\/codeflarelimited.com\/blog\/wp-content\/uploads\/2023\/01\/Untitled-Design-5.jpeg","contentUrl":"https:\/\/codeflarelimited.com\/blog\/wp-content\/uploads\/2023\/01\/Untitled-Design-5.jpeg","width":1200,"height":628,"caption":"minify css"},{"@type":"BreadcrumbList","@id":"https:\/\/codeflarelimited.com\/blog\/how-to-minify-css\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/codeflarelimited.com\/blog\/"},{"@type":"ListItem","position":2,"name":"softare development","item":"https:\/\/codeflarelimited.com\/blog\/softare-development\/"},{"@type":"ListItem","position":3,"name":"How to Minify CSS"}]},{"@type":"WebSite","@id":"https:\/\/codeflarelimited.com\/blog\/#website","url":"https:\/\/codeflarelimited.com\/blog\/","name":"","description":"Sustainable solutions","publisher":{"@id":"https:\/\/codeflarelimited.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/codeflarelimited.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/codeflarelimited.com\/blog\/#organization","name":"Codeflare Limited","url":"https:\/\/codeflarelimited.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/codeflarelimited.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/codeflarelimited.com\/blog\/wp-content\/uploads\/2020\/11\/codeflare.png","contentUrl":"https:\/\/codeflarelimited.com\/blog\/wp-content\/uploads\/2020\/11\/codeflare.png","width":1040,"height":263,"caption":"Codeflare Limited"},"image":{"@id":"https:\/\/codeflarelimited.com\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/codeflarelimited.com\/blog\/#\/schema\/person\/7e65653d49add95629f8c1053c5cd76a","name":"codeflare","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/59cef917c86d965eea581d2747f51bd6382003a68bfce7c8a4dfec98b4cd838d?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/59cef917c86d965eea581d2747f51bd6382003a68bfce7c8a4dfec98b4cd838d?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/59cef917c86d965eea581d2747f51bd6382003a68bfce7c8a4dfec98b4cd838d?s=96&d=mm&r=g","caption":"codeflare"},"description":"Latest tech news and coding tips.","sameAs":["https:\/\/codeflarelimited.com\/blog","https:\/\/facebook.com\/codeflretech","https:\/\/instagram.com\/codeflaretech","https:\/\/x.com\/codeflaretech","https:\/\/www.youtube.com\/channel\/UCuBLtiYqsajHdqw0uyt7Ofw?sub_confirmation=1"],"url":"https:\/\/codeflarelimited.com\/blog\/author\/watcher\/"}]}},"jetpack_featured_media_url":"https:\/\/codeflarelimited.com\/blog\/wp-content\/uploads\/2023\/01\/Untitled-Design-5.jpeg","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/codeflarelimited.com\/blog\/wp-json\/wp\/v2\/posts\/1189","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/codeflarelimited.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/codeflarelimited.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/codeflarelimited.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/codeflarelimited.com\/blog\/wp-json\/wp\/v2\/comments?post=1189"}],"version-history":[{"count":2,"href":"https:\/\/codeflarelimited.com\/blog\/wp-json\/wp\/v2\/posts\/1189\/revisions"}],"predecessor-version":[{"id":1263,"href":"https:\/\/codeflarelimited.com\/blog\/wp-json\/wp\/v2\/posts\/1189\/revisions\/1263"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/codeflarelimited.com\/blog\/wp-json\/wp\/v2\/media\/1191"}],"wp:attachment":[{"href":"https:\/\/codeflarelimited.com\/blog\/wp-json\/wp\/v2\/media?parent=1189"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/codeflarelimited.com\/blog\/wp-json\/wp\/v2\/categories?post=1189"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/codeflarelimited.com\/blog\/wp-json\/wp\/v2\/tags?post=1189"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}