{"id":35437,"date":"2020-01-01T10:00:05","date_gmt":"2020-01-01T15:00:05","guid":{"rendered":"https:\/\/simpleprogrammer.com\/?p=35437"},"modified":"2019-12-31T13:05:49","modified_gmt":"2019-12-31T18:05:49","slug":"developer-seo-checklist-2020","status":"publish","type":"post","link":"https:\/\/simpleprogrammer.com\/developer-seo-checklist-2020\/","title":{"rendered":"The Complete SEO Checklist Web Developers Need for 2020"},"content":{"rendered":"<p><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-35443 alignright\" src=\"https:\/\/simpleprogrammer.com\/wp-content\/uploads\/2020\/01\/The-Complete-SEO-Checklist-Web-Developers-Need-for-2020-square.png\" alt=\"\" width=\"280\" height=\"280\" \/>Whether you\u2019re running an international or local campaign on your website, having good content just isn\u2019t enough anymore. You can use search engine optimization (SEO) to structure content and pull the <a href=\"https:\/\/propelrr.com\/most-searched-near-me\/\" target=\"_blank\" rel=\"noopener noreferrer\">most-searched keywords<\/a>, and have a content team create valuable SEO-driven content, but still fail to draw in an audience. You know why? Because content is only one side of the coin.<\/p>\n<p>The other side to improving your search engine ranking is how well you write your code. But how are programmers and developers involved in all of this? A <a href=\"https:\/\/simpleprogrammer.com\/typical-mistakes-even-experienced-developers-make-in-wordpress\/\" target=\"_blank\" rel=\"noopener noreferrer\">typical programmer mistake<\/a> is not taking SEO into consideration when they code.<\/p>\n<h2>Why Developers Should Be Concerned About SEO<\/h2>\n<p>Besides the fact that <a href=\"https:\/\/simpleprogrammer.com\/web-developers-more-money\/\" target=\"_blank\" rel=\"noopener noreferrer\">SEO can increase your paycheck<\/a>, developers should care about SEO because it plays a crucial role in how high your website ranks on the search engine results pages (SERPs).<\/p>\n<p>Think of your website as a house with a beautifully designed interior. If the foundation, walls, roof, and other support structures aren\u2019t built well, it\u2019s doomed to crumble to the ground from a strong wind or earthquake.<\/p>\n<p>The same thing goes for your website. If a developer codes it well and follows <a href=\"https:\/\/support.google.com\/webmasters\/answer\/7451184?hl=en\" target=\"_blank\" rel=\"noopener noreferrer\">Google\u2019s best practices<\/a>, chances are it will receive a high ranking on SERPs. Mistakes, on the other hand, can affect the number of people visiting your web page, its visibility, and, eventually, the potential profit of your business as your website receives penalties from search engines.<\/p>\n<p>Web developers can benefit from knowing how to do SEO not only for the advancement of their careers, but for their projects, as well. Let\u2019s focus on the latter, shall we?<\/p>\n<p>To start, developers will learn to create device-friendly websites. Google\u2019s mobile-first indexing has become one of the crucial parts of SEO. That\u2019s why developers of old and new websites alike had to learn how to adapt and create device-friendly pages.<\/p>\n<p>Developers will also learn how to create websites that can rank higher in SERPs. Of course, this is great not just for the developer, but for the client\/business, as well. When your website ranks higher, more people doing a local search will be able to see your website, and it will draw in more organic traffic than websites further down the SERP.<\/p>\n<h2>What a Developer Should Know About Building an Optimized Website<\/h2>\n<p>Excited to start re-coding or learning how to code with SEO in mind? Take a look at this checklist for SEO, apply it to your website, and you\u2019ll reap its rewards soon enough.<\/p>\n<h3>1. Headings<\/h3>\n<p>Headings are HyperText Markup Language (HTML) tags. These are the big, bold texts you see at the beginning of each section of content. There are six levels of headings, according to <a href=\"https:\/\/www.w3schools.com\/html\/html_headings.asp\" target=\"_blank\" rel=\"noopener noreferrer\">w3schools<\/a>, with H1 being the most important and H6 the least. Headings are important because search engines use these HTML tags to index the structure of your content.<\/p>\n<h3>2. Alt Tags<\/h3>\n<p>Another HTML tag that should be on every SEO basics checklist is the alt tag. It\u2019s basically a label for images, hyperlinks, videos, and other resources. Web developers need to fill up this HTML tag because it\u2019s another way images can be indexed by search engines. Alt tags also give the viewer an idea of what the image or media is in case it fails to load.<\/p>\n<h3>3. Image Optimization<\/h3>\n<p>Did you know that <a href=\"https:\/\/www.thinkwithgoogle.com\/marketing-resources\/data-measurement\/mobile-page-speed-new-industry-benchmarks\/\" target=\"_blank\" rel=\"noopener noreferrer\">53% of users will leave your website<\/a> if it doesn\u2019t load within three seconds? That\u2019s why loading speed is so important when it comes to creating websites. So what do you do if your website is packed with data-heavy, high-resolution images that slow down the loading speed? You use image optimization.<\/p>\n<p>It\u2019s basically learning how to choose the right format, file name, file size, and dimensions of an image, without sacrificing too many details. JPEGs are thought to be more SEO-friendly than the PNG format. As often as possible, save your images at 100KB in file size. If it\u2019s larger, make sure to save it in a progressive JPEG format. Its file name should be descriptive of what\u2019s in the image.<\/p>\n<h3>4. Video Optimization<\/h3>\n<p>It\u2019s no secret that videos have large file sizes. Storing them on your own website will get you a penalty from Google and other search engines. You can change this by choosing the right video hosting platform, transcribing the video and adding subtitles, and using an engaging thumbnail.<\/p>\n<h3>5. Structured Data<\/h3>\n<p>Structured data helps search engines know what your website is all about. When search engines understand the content of your page, the content in the structured data can be used to match search queries.<\/p>\n<p>It is also <a href=\"http:\/\/www.amazon.com\/exec\/obidos\/ASIN\/0262510871\/makithecompsi-20\" target=\"_blank\" rel=\"noopener noreferrer\">how you structure your code<\/a>. How well it is nested and whether the properties are positioned properly will affect your SEO.<\/p>\n<h3>6. Making JavaScript and CSS External<\/h3>\n<p>Speaking of speed, a technical part of SEO demands that web developers use <a href=\"http:\/\/www.amazon.com\/exec\/obidos\/ASIN\/0596517742\/makithecompsi-20\" target=\"_blank\" rel=\"noopener noreferrer\">external JavaScript<\/a> and Cascading Style Sheets (CSS) instead of including it all in one page. That way, browsers can load the content and HTML structure first before proceeding to the decorative part of a website.<\/p>\n<h3>7. Page Speed<\/h3>\n<p><img loading=\"lazy\" decoding=\"async\" class=\" wp-image-35446 alignright\" src=\"https:\/\/simpleprogrammer.com\/wp-content\/uploads\/2020\/01\/web-developer.png\" alt=\"\" width=\"280\" height=\"280\" \/>How fast your website loads affects its SEO. The faster it is, the higher the possibility it will rank on the first page. You can use the previous points on this SEO checklist for both new and old websites.<\/p>\n<h3>8. Mobile Optimization<\/h3>\n<p>We\u2019ve mentioned this above, and we\u2019ll mention it again: Mobile-optimization is very important if you want your website to rank higher. Why? Because there are now more mobile users than desktop users. In fact, in 2018,<a href=\"https:\/\/www.broadbandsearch.net\/blog\/mobile-desktop-internet-usage-statistics\" target=\"_blank\" rel=\"noopener noreferrer\"> 40.1% of the time spent on a website<\/a> came from mobile users, and that share is expected to grow.<\/p>\n<p>Make sure your code is flexible enough to adapt to either mobile or desktop platforms. It doesn\u2019t take a rocket scientist to know that you need to adapt so you don\u2019t miss out on mobile traffic.<\/p>\n<h3>9. Mobile Usability<\/h3>\n<p>Just because your website fits well into a mobile phone doesn\u2019t mean all is good. Buttons, links, texts, images, and videos can be too small. Make sure you\u2019ve considered the layout so that it produces a better user experience for mobile users.<\/p>\n<h3>10. Accelerated Mobile Pages (AMPs)<\/h3>\n<p>Another ranking factor for your website is Google\u2019s AMP. This is when Google shows you a bunch of websites related to your search term in a carousel format. What takes this to another level is that when you click on any of the items on the carousel, it will instantly load.<\/p>\n<h3>11. Robots.txt File<\/h3>\n<p>This file informs the way search engine crawlers will crawl your website automatically. The robots.txt file is an important part of any SEO checklist for websites because it tells the search engines which pages to crawl and not crawl.<\/p>\n<h3>12. Server Configuration<\/h3>\n<p>Did you know that the location of your server may play a major role in your website\u2019s SEO? Well, it can when it comes to page speed. This, however, can easily be resolved using geo-tagging. You can also fix your domain and subdomains.<\/p>\n<h3>13. Performance Checkers<\/h3>\n<p>Use performance checkers to perform a quick SEO audit on your website. An audit checklist will let you see if everything\u2014from the titles and descriptions to the links on your website\u2014is working. That way, you know what to optimize and\/or if something needs to be fixed immediately.<\/p>\n<h3>14. Staging Site Domain Check<\/h3>\n<p>During the development stage of a website, it\u2019s usually hosted in a domain called staging. Here, tests and updates are made to make sure everything will run smoothly when it goes live.<\/p>\n<p>Sometimes, with all the work involved, developers forget to update certain codes, such as for images and broken links, which can hurt the SEO of a website when switched to live. Create a checklist of things that you need to check before doing so.<\/p>\n<h2>Start Your SEO Transformation Today<\/h2>\n<p>Got everything down? Here\u2019s a recap of why developers need to learn SEO to improve their websites in 2020.<\/p>\n<p>First, having developers know what needs to be done SEO-wise can ensure better website structure, development, and especially performance.<\/p>\n<p>Second, web development and SEO go hand in hand. When you merge these two disciplines together, you get a strong and indestructible website that can withstand all updates.<\/p>\n<p>Third, a developer who practices SEO is a proactive one. No need for extra tasks and man hours to be added to development. Once the developer knows the best practices, there\u2019s no need to regroup and redo everything\u2014it\u2019s already done.<\/p>\n<p>SEO is truly a must-know for web developers. Not only will you get an advantage career-wise, but it\u2019s also something that can improve your coding and create better, more effective websites in the future.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Whether you\u2019re running an international or local campaign on your website, having good content just isn\u2019t enough anymore. You can use search engine optimization (SEO) to structure content and pull the most-searched keywords, and have a content team create valuable SEO-driven content, but still fail to draw in an audience. You know why? Because content&#8230;<\/p>\n","protected":false},"author":1239,"featured_media":35444,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_kad_post_transparent":"","_kad_post_title":"","_kad_post_layout":"","_kad_post_sidebar_id":"","_kad_post_content_style":"","_kad_post_vertical_padding":"","_kad_post_feature":"","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"_kad_post_classname":"","footnotes":""},"categories":[415,162229175,31679,162229803,1981,2260],"tags":[],"class_list":["post-35437","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-guest-post","category-marketing-2","category-process-improvement","category-programming","category-tools","category-web-development"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>The Complete SEO Checklist Web Developers Need for 2020 - Simple Programmer<\/title>\n<meta name=\"description\" content=\"Need a high-ranking websites? You could be missing one thing with your development. Check off everything from this developer SEO checklist for 2020.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/simpleprogrammer.com\/developer-seo-checklist-2020\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"The Complete SEO Checklist Web Developers Need for 2020 - Simple Programmer\" \/>\n<meta property=\"og:description\" content=\"Need a high-ranking websites? You could be missing one thing with your development. Check off everything from this developer SEO checklist for 2020.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/simpleprogrammer.com\/developer-seo-checklist-2020\/\" \/>\n<meta property=\"og:site_name\" content=\"Simple Programmer\" \/>\n<meta property=\"article:published_time\" content=\"2020-01-01T15:00:05+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/simpleprogrammer.com\/wp-content\/uploads\/2020\/01\/The-Complete-SEO-Checklist-Web-Developers-Need-for-2020.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1280\" \/>\n\t<meta property=\"og:image:height\" content=\"720\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"7 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/simpleprogrammer.com\\\/developer-seo-checklist-2020\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/simpleprogrammer.com\\\/developer-seo-checklist-2020\\\/\"},\"author\":{\"name\":\"\",\"@id\":\"\"},\"headline\":\"The Complete SEO Checklist Web Developers Need for 2020\",\"datePublished\":\"2020-01-01T15:00:05+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/simpleprogrammer.com\\\/developer-seo-checklist-2020\\\/\"},\"wordCount\":1470,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/simpleprogrammer.com\\\/developer-seo-checklist-2020\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/simpleprogrammer.com\\\/wp-content\\\/uploads\\\/2020\\\/01\\\/The-Complete-SEO-Checklist-Web-Developers-Need-for-2020.png\",\"articleSection\":[\"Guest Post\",\"Marketing\",\"Process Improvement\",\"Programming\",\"Tools\",\"Web Development\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/simpleprogrammer.com\\\/developer-seo-checklist-2020\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/simpleprogrammer.com\\\/developer-seo-checklist-2020\\\/\",\"url\":\"https:\\\/\\\/simpleprogrammer.com\\\/developer-seo-checklist-2020\\\/\",\"name\":\"The Complete SEO Checklist Web Developers Need for 2020 - Simple Programmer\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/simpleprogrammer.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/simpleprogrammer.com\\\/developer-seo-checklist-2020\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/simpleprogrammer.com\\\/developer-seo-checklist-2020\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/simpleprogrammer.com\\\/wp-content\\\/uploads\\\/2020\\\/01\\\/The-Complete-SEO-Checklist-Web-Developers-Need-for-2020.png\",\"datePublished\":\"2020-01-01T15:00:05+00:00\",\"author\":{\"@id\":\"\"},\"description\":\"Need a high-ranking websites? You could be missing one thing with your development. Check off everything from this developer SEO checklist for 2020.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/simpleprogrammer.com\\\/developer-seo-checklist-2020\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/simpleprogrammer.com\\\/developer-seo-checklist-2020\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/simpleprogrammer.com\\\/developer-seo-checklist-2020\\\/#primaryimage\",\"url\":\"https:\\\/\\\/simpleprogrammer.com\\\/wp-content\\\/uploads\\\/2020\\\/01\\\/The-Complete-SEO-Checklist-Web-Developers-Need-for-2020.png\",\"contentUrl\":\"https:\\\/\\\/simpleprogrammer.com\\\/wp-content\\\/uploads\\\/2020\\\/01\\\/The-Complete-SEO-Checklist-Web-Developers-Need-for-2020.png\",\"width\":1280,\"height\":720},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/simpleprogrammer.com\\\/developer-seo-checklist-2020\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/simpleprogrammer.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"The Complete SEO Checklist Web Developers Need for 2020\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/simpleprogrammer.com\\\/#website\",\"url\":\"https:\\\/\\\/simpleprogrammer.com\\\/\",\"name\":\"Simple Programmer\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/simpleprogrammer.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"\",\"url\":\"https:\\\/\\\/simpleprogrammer.com\\\/author\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"The Complete SEO Checklist Web Developers Need for 2020 - Simple Programmer","description":"Need a high-ranking websites? You could be missing one thing with your development. Check off everything from this developer SEO checklist for 2020.","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:\/\/simpleprogrammer.com\/developer-seo-checklist-2020\/","og_locale":"en_US","og_type":"article","og_title":"The Complete SEO Checklist Web Developers Need for 2020 - Simple Programmer","og_description":"Need a high-ranking websites? You could be missing one thing with your development. Check off everything from this developer SEO checklist for 2020.","og_url":"https:\/\/simpleprogrammer.com\/developer-seo-checklist-2020\/","og_site_name":"Simple Programmer","article_published_time":"2020-01-01T15:00:05+00:00","og_image":[{"width":1280,"height":720,"url":"https:\/\/simpleprogrammer.com\/wp-content\/uploads\/2020\/01\/The-Complete-SEO-Checklist-Web-Developers-Need-for-2020.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_misc":{"Written by":"","Est. reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/simpleprogrammer.com\/developer-seo-checklist-2020\/#article","isPartOf":{"@id":"https:\/\/simpleprogrammer.com\/developer-seo-checklist-2020\/"},"author":{"name":"","@id":""},"headline":"The Complete SEO Checklist Web Developers Need for 2020","datePublished":"2020-01-01T15:00:05+00:00","mainEntityOfPage":{"@id":"https:\/\/simpleprogrammer.com\/developer-seo-checklist-2020\/"},"wordCount":1470,"commentCount":0,"image":{"@id":"https:\/\/simpleprogrammer.com\/developer-seo-checklist-2020\/#primaryimage"},"thumbnailUrl":"https:\/\/simpleprogrammer.com\/wp-content\/uploads\/2020\/01\/The-Complete-SEO-Checklist-Web-Developers-Need-for-2020.png","articleSection":["Guest Post","Marketing","Process Improvement","Programming","Tools","Web Development"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/simpleprogrammer.com\/developer-seo-checklist-2020\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/simpleprogrammer.com\/developer-seo-checklist-2020\/","url":"https:\/\/simpleprogrammer.com\/developer-seo-checklist-2020\/","name":"The Complete SEO Checklist Web Developers Need for 2020 - Simple Programmer","isPartOf":{"@id":"https:\/\/simpleprogrammer.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/simpleprogrammer.com\/developer-seo-checklist-2020\/#primaryimage"},"image":{"@id":"https:\/\/simpleprogrammer.com\/developer-seo-checklist-2020\/#primaryimage"},"thumbnailUrl":"https:\/\/simpleprogrammer.com\/wp-content\/uploads\/2020\/01\/The-Complete-SEO-Checklist-Web-Developers-Need-for-2020.png","datePublished":"2020-01-01T15:00:05+00:00","author":{"@id":""},"description":"Need a high-ranking websites? You could be missing one thing with your development. Check off everything from this developer SEO checklist for 2020.","breadcrumb":{"@id":"https:\/\/simpleprogrammer.com\/developer-seo-checklist-2020\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/simpleprogrammer.com\/developer-seo-checklist-2020\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/simpleprogrammer.com\/developer-seo-checklist-2020\/#primaryimage","url":"https:\/\/simpleprogrammer.com\/wp-content\/uploads\/2020\/01\/The-Complete-SEO-Checklist-Web-Developers-Need-for-2020.png","contentUrl":"https:\/\/simpleprogrammer.com\/wp-content\/uploads\/2020\/01\/The-Complete-SEO-Checklist-Web-Developers-Need-for-2020.png","width":1280,"height":720},{"@type":"BreadcrumbList","@id":"https:\/\/simpleprogrammer.com\/developer-seo-checklist-2020\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/simpleprogrammer.com\/"},{"@type":"ListItem","position":2,"name":"The Complete SEO Checklist Web Developers Need for 2020"}]},{"@type":"WebSite","@id":"https:\/\/simpleprogrammer.com\/#website","url":"https:\/\/simpleprogrammer.com\/","name":"Simple Programmer","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/simpleprogrammer.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"","url":"https:\/\/simpleprogrammer.com\/author\/"}]}},"_links":{"self":[{"href":"https:\/\/simpleprogrammer.com\/wp-json\/wp\/v2\/posts\/35437","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/simpleprogrammer.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/simpleprogrammer.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/simpleprogrammer.com\/wp-json\/wp\/v2\/users\/1239"}],"replies":[{"embeddable":true,"href":"https:\/\/simpleprogrammer.com\/wp-json\/wp\/v2\/comments?post=35437"}],"version-history":[{"count":0,"href":"https:\/\/simpleprogrammer.com\/wp-json\/wp\/v2\/posts\/35437\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/simpleprogrammer.com\/wp-json\/wp\/v2\/media\/35444"}],"wp:attachment":[{"href":"https:\/\/simpleprogrammer.com\/wp-json\/wp\/v2\/media?parent=35437"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/simpleprogrammer.com\/wp-json\/wp\/v2\/categories?post=35437"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/simpleprogrammer.com\/wp-json\/wp\/v2\/tags?post=35437"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}