{"id":40892,"date":"2022-05-09T10:00:39","date_gmt":"2022-05-09T14:00:39","guid":{"rendered":"https:\/\/simpleprogrammer.com\/?p=40892"},"modified":"2022-05-11T22:27:10","modified_gmt":"2022-05-12T02:27:10","slug":"angularjs-app-seo","status":"publish","type":"post","link":"https:\/\/simpleprogrammer.com\/angularjs-app-seo\/","title":{"rendered":"How to Make Search Engines Love Your AngularJS App"},"content":{"rendered":"<p><img loading=\"lazy\" decoding=\"async\" class=\"alignright wp-image-40896\" src=\"https:\/\/simpleprogrammer.com\/wp-content\/uploads\/2022\/05\/How-to-Make-Search-Engines-Love-Your-AngularJS-App-square.png\" alt=\"angularJS SEO\" width=\"280\" height=\"280\" \/>The market is full of different unique software,\u00a0 like <a href=\"https:\/\/simpleprogrammer.com\/top-10-emerging-front-end-frameworks\/\" target=\"_blank\" rel=\"noopener\">emerging front-end development frameworks<\/a> and AngularJS.<\/p>\n<p>Being a developer, you may have observed a few technologies and their benefits &amp; challenges while creating websites and applications.<\/p>\n<p>It is a JavaScript open-source framework for dynamic web applications. AngularJS is a developer-friendly framework with umpteen powerful tools and utilities such as Angular CMS tools, backend frameworks, etc.<\/p>\n<p>The JavaScript framework with Angular is constantly evolving and enhancing its capacities to keep up with the demands of search engines. With every Content Management System you follow the best SEO practices for the exceptional performance of your webpage on search engines; results can be better with AngularJS.<\/p>\n<p>The New Angular version has libraries to edit and execute metadata and many other features to make the application SEO-friendly. AngularJS builds applications that are called Single Page Applications (SPA). These pages, once loaded, render the other pages dynamically without reloading the entire web pages again.<\/p>\n<p>Angular JavaScript modifies the pages by running JavaScript codes or by only loading the required content. It improves page performance and provides an amazing user experience.<\/p>\n<p>Nevertheless, AngularJS sites face adverse effects on SEO despite having many impressive qualities. You need to work on metadata code and offer a special SEO treatment to your Angular site for its better performance on search engines.<\/p>\n<h2>Problems with AngularJS on search engines<\/h2>\n<p>The major struggle for JavaScript sites with Angular face is poor indexability in web crawlers. Because browsers and web crawlers always access metadata first and then on-page texts and links by rendering JavaScript.<\/p>\n<p>This limits the search engine potential of your Angular Single Page Application and leads to potential problems.<\/p>\n<p>Though Google has improved its capabilities to index and crawls JavaScript pages, it is still not entirely reliable. And other search engines also face issues while they crawl Angular with JavaScript pages.<\/p>\n<h2>Overcoming search engine issues with AngularJS<\/h2>\n<p>To <a href=\"https:\/\/www.searchenginejournal.com\/angular-seo-guide\/303849\/\" target=\"_blank\" rel=\"noopener\">overcome the search engine issues with AngularJS<\/a>, you must know the fact that web crawlers check the content and components of the page in the source code to ensure that the content will be indexed correctly. SEO problems start from this very first point only.<\/p>\n<p>One solution to eliminate the search engine problem is to think about utilizing a pre-rendering platform, like Prerender.io. Pre-rendering is a middleware that crawls your site page, executes all JavaScript files, and hosts a stored (or cached) version of your Angular pages.<\/p>\n<p>Whenever a request comes from a web crawler bot, it shows the cached version, while non-bot visitors can see the actual Angular page instead of the cached version. So, it may seem like cloaking; however, Google has affirmed that it isn&#8217;t.<\/p>\n<p>It has likewise been expressed by Google that as long as your expectation is to further develop user experience, and the content that is accessible to the visitors is equivalent to what&#8217;s introduced to Googlebot, it is legal.<\/p>\n<h3>SEO for Single Page Applications<\/h3>\n<p>As we discussed above, AngularJS has issues with search engines, and thus the JavaScript pages with Angular show SEO problems. However, with time, AngularJS has evolved and found solutions to resolve this very issue.<\/p>\n<p>You can create static pages out of Angular pages; the static pages generally contain the correct metadata and pre-rendered content, which helps in resolving the SEO problem.<\/p>\n<h3>Setting metadata for Angular SEO<\/h3>\n<p>Metadata is a service for AngularJS that adds HTML meta tags to your AngularJS webpage to make the pages search engine friendly. These HTML tags are small pieces of code, which describe the content on your webpage like descriptions, author, keywords, etc.<\/p>\n<p>To add metadata and modify the page you need to update the code for your home.component.ts\u00a0file with the below-mentioned codes.<\/p>\n<p>Using ng-bind \u2013 This helps you to bind the &lt;title&gt; of the webpage with any dynamic variable in AngularJS.<\/p>\n<p>Example:<\/p>\n<p><script src=\"https:\/\/gist.github.com\/skynet-technologies\/bf95e92e7f9723b112f87d8457d73289.js\"><\/script><\/p>\n<p>Modifying DOM (document object model) manually \u2013 DOM manages the HTML of your website, which is a factor to decide your indexing in SERPs.<\/p>\n<p>DOM manipulation is nothing but interacting with DOM APIs to modify the HTML documents that are supposed to be rendered on the browsers. You can modify an HTML document by removing, adding, or moving the elements as per your needs.<\/p>\n<p>Editing DOM manually is possible using some directives, using given functions:<\/p>\n<p><script src=\"https:\/\/gist.github.com\/skynet-technologies\/94e54d7e329d5e7d4346fcb7e6ab92fb.js\"><\/script><\/p>\n<h3>SEO-friendly HTML tags<\/h3>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignright wp-image-39380\" src=\"https:\/\/simpleprogrammer.com\/wp-content\/uploads\/2021\/08\/seo.png\" alt=\"angularJS SEO\" width=\"279\" height=\"279\" \/>The HTML tags help browsers to understand the content, title, and other description well. By adding the tags, you make your pages SEO-friendly and improve their performance on web crawlers.<\/p>\n<p>Canonical URL Tag: The canonical URL tag is like a 301 redirect, which helps to inform search engines that multiple pages must be considered as one, without redirecting visitors to the new URL. Search Engines support a \u201ccanonical URL tag\u201d to assist website owners in vanishing self-created duplicate content in the index that helps your <a href=\"https:\/\/simpleprogrammer.com\/building-seo-friendly-web-app\/\" target=\"_blank\" rel=\"noopener\">website to become SEO-friendly<\/a>.<\/p>\n<p>This tag is not new, but like nofollow, it simply uses a new rel parameter. For example:<\/p>\n<p><code>&lt;link rel=\"canonical\" href=\"https:\/\/example.com\/blog\" \/&gt;<\/code><\/p>\n<p>This will assist search engines to understand the page and its content.<\/p>\n<p>Alternate URL tag: To send signals to Google about the language and target audience of your AngularJS website and assist the crawlers to understand the correct language or URL of users, you can use rel=\u201dalternate\u201d hreflang=\u201dx\u201d annotations.<\/p>\n<p><code>&lt;link rel=\"alternate\" href=\"http:\/\/www.example.com\/\" hreflang=\"en-in\"&gt;<\/code><\/p>\n<p>Kindly note that Bing currently does not support hreflang tags. Other methods, such as content language, tags content, and language tags, exist to aid Bing\u2019s understanding of the language and the target audience of your AngularJS website.<\/p>\n<h3>Search Engine Friendly Hash-less URL<\/h3>\n<p>To handle and maintain all the Routes on a single page, you have a # in your AngularJS website.<\/p>\n<p>You can easily remove this # from your URL by putting little effort.<\/p>\n<p>But make sure you remove it from both Server Side and Client-Side or you continue to get search engine issues due to the # mode in the URL. Also, anything after # ceded its power before the request reached the server.<\/p>\n<p>You should try the below-mentioned steps to remove the #<\/p>\n<p>Client-Side \u2013 Set HTML5 Mode as True<\/p>\n<p><script src=\"https:\/\/gist.github.com\/skynet-technologies\/4a34da3881b9083f6476be4eb4ed04ae.js\"><\/script><\/p>\n<p>Server Side \u2013 Rewrite everything to index.html<\/p>\n<p>You have to enable URL rewriting and forward all requests to index.html. Because if you open a Hash-less URL directly via a link, the server will take it as a request and will try to locate the file \/app\/faqs on the server, which will give a 404 error, as any such file doesn\u2019t exist.<\/p>\n<p>If you are using Nginx Web Server, add a location block to your Nginx config file for URL rewriting as:<\/p>\n<p><script src=\"https:\/\/gist.github.com\/skynet-technologies\/531016949193f50b1559d6e8997f3cd5.js\"><\/script><\/p>\n<p>If your AngularJS website is using Apache Web Server, then edit your .htaccess as:<\/p>\n<p><script src=\"https:\/\/gist.github.com\/skynet-technologies\/f141eb9f3597c1a04f7bb41eeb374708.js\"><\/script><\/p>\n<h3>Angular Universal is also a help<\/h3>\n<p><a href=\"https:\/\/github.com\/angular\/universal\" target=\"_blank\" rel=\"noopener\">Angular Universal<\/a> is a pre-rendering solution for Angular that can be used right from the beginning of building your application or it tends to be coordinated into a generally existing application. You can likewise use Universal Bundle to do client-side rendering simultaneously.<\/p>\n<p>Angular grabs the server-side page to use for the underlying program result when a request hits your server. The powerful client-side content is handled and replaces the static code. The application continues to run in client mode during the client meeting. This permits clients to connect with content rapidly and immaculately, without slow loading or reloading.<\/p>\n<p>Using Angular Universal is easy. Even a novice or a person with little coding knowledge can deploy this server-side app on their own. It will not only eliminate the critical AngularJS page loading speed issue and improve its search engine indexing, but it also will vanish the chances of hiring a professional to deal with search engine problems.<\/p>\n<h2>Do Search Engines Love Your Angular.js App Yet?<\/h2>\n<p>AngularJS creates dynamic web pages (that are known as SPAs) for users to interact with them in real time. As we read above, SPAs are effective and performance-oriented pages that decrease bounce rates and enhance the UX, given you follow <a href=\"https:\/\/www.skynettechnologies.com\/blog\/ecommerce-website-seo\" target=\"_blank\" rel=\"noopener\">best SEO practices<\/a>.<\/p>\n<p>Though Google and other search engines are evolving and adjusting to the AngularJS indexing issue, you should not depend on search engines\u2019 capabilities.<\/p>\n<p>Rather put your best to get the correct indexing on search engines and make your AngularJS site perform well. So, if your website is based on any other technology, you can make changes to make it SEO-friendly.<\/p>\n<p>The solutions mentioned above (adding metadata, removing # from URL, using a pre-rendering method, Angular Universal technique, etc.) will help you to resolve the AngularJS search engine issues and they will add more quality to your website as well because we know as we improve on search engine facet, website\u2019s overall performance also improves.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>The market is full of different unique software,\u00a0 like emerging front-end development frameworks and AngularJS. Being a developer, you may have observed a few technologies and their benefits &amp; challenges while creating websites and applications. It is a JavaScript open-source framework for dynamic web applications. AngularJS is a developer-friendly framework with umpteen powerful tools and&#8230;<\/p>\n","protected":false},"author":1347,"featured_media":40895,"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":[162231890,2185,415,162228491,162229253,2260],"tags":[],"class_list":["post-40892","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-app-development","category-best-practices","category-guest-post","category-javascript","category-technical","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>How to Make Search Engines Love Your AngularJS App - Simple Programmer<\/title>\n<meta name=\"description\" content=\"A guide for developers to create and optimize their AngularJS application via SEO so it is loved by all the search engines.\" \/>\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\/angularjs-app-seo\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Make Search Engines Love Your AngularJS App - Simple Programmer\" \/>\n<meta property=\"og:description\" content=\"A guide for developers to create and optimize their AngularJS application via SEO so it is loved by all the search engines.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/simpleprogrammer.com\/angularjs-app-seo\/\" \/>\n<meta property=\"og:site_name\" content=\"Simple Programmer\" \/>\n<meta property=\"article:published_time\" content=\"2022-05-09T14:00:39+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-05-12T02:27:10+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/simpleprogrammer.com\/wp-content\/uploads\/2022\/05\/How-to-Make-Search-Engines-Love-Your-AngularJS-App.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=\"8 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/simpleprogrammer.com\\\/angularjs-app-seo\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/simpleprogrammer.com\\\/angularjs-app-seo\\\/\"},\"author\":{\"name\":\"\",\"@id\":\"\"},\"headline\":\"How to Make Search Engines Love Your AngularJS App\",\"datePublished\":\"2022-05-09T14:00:39+00:00\",\"dateModified\":\"2022-05-12T02:27:10+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/simpleprogrammer.com\\\/angularjs-app-seo\\\/\"},\"wordCount\":1436,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/simpleprogrammer.com\\\/angularjs-app-seo\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/simpleprogrammer.com\\\/wp-content\\\/uploads\\\/2022\\\/05\\\/How-to-Make-Search-Engines-Love-Your-AngularJS-App.png\",\"articleSection\":[\"App Development\",\"Best Practices\",\"Guest Post\",\"JavaScript\",\"Technical\",\"Web Development\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/simpleprogrammer.com\\\/angularjs-app-seo\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/simpleprogrammer.com\\\/angularjs-app-seo\\\/\",\"url\":\"https:\\\/\\\/simpleprogrammer.com\\\/angularjs-app-seo\\\/\",\"name\":\"How to Make Search Engines Love Your AngularJS App - Simple Programmer\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/simpleprogrammer.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/simpleprogrammer.com\\\/angularjs-app-seo\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/simpleprogrammer.com\\\/angularjs-app-seo\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/simpleprogrammer.com\\\/wp-content\\\/uploads\\\/2022\\\/05\\\/How-to-Make-Search-Engines-Love-Your-AngularJS-App.png\",\"datePublished\":\"2022-05-09T14:00:39+00:00\",\"dateModified\":\"2022-05-12T02:27:10+00:00\",\"author\":{\"@id\":\"\"},\"description\":\"A guide for developers to create and optimize their AngularJS application via SEO so it is loved by all the search engines.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/simpleprogrammer.com\\\/angularjs-app-seo\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/simpleprogrammer.com\\\/angularjs-app-seo\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/simpleprogrammer.com\\\/angularjs-app-seo\\\/#primaryimage\",\"url\":\"https:\\\/\\\/simpleprogrammer.com\\\/wp-content\\\/uploads\\\/2022\\\/05\\\/How-to-Make-Search-Engines-Love-Your-AngularJS-App.png\",\"contentUrl\":\"https:\\\/\\\/simpleprogrammer.com\\\/wp-content\\\/uploads\\\/2022\\\/05\\\/How-to-Make-Search-Engines-Love-Your-AngularJS-App.png\",\"width\":1280,\"height\":720},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/simpleprogrammer.com\\\/angularjs-app-seo\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/simpleprogrammer.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Make Search Engines Love Your AngularJS App\"}]},{\"@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":"How to Make Search Engines Love Your AngularJS App - Simple Programmer","description":"A guide for developers to create and optimize their AngularJS application via SEO so it is loved by all the search engines.","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\/angularjs-app-seo\/","og_locale":"en_US","og_type":"article","og_title":"How to Make Search Engines Love Your AngularJS App - Simple Programmer","og_description":"A guide for developers to create and optimize their AngularJS application via SEO so it is loved by all the search engines.","og_url":"https:\/\/simpleprogrammer.com\/angularjs-app-seo\/","og_site_name":"Simple Programmer","article_published_time":"2022-05-09T14:00:39+00:00","article_modified_time":"2022-05-12T02:27:10+00:00","og_image":[{"width":1280,"height":720,"url":"https:\/\/simpleprogrammer.com\/wp-content\/uploads\/2022\/05\/How-to-Make-Search-Engines-Love-Your-AngularJS-App.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_misc":{"Written by":"","Est. reading time":"8 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/simpleprogrammer.com\/angularjs-app-seo\/#article","isPartOf":{"@id":"https:\/\/simpleprogrammer.com\/angularjs-app-seo\/"},"author":{"name":"","@id":""},"headline":"How to Make Search Engines Love Your AngularJS App","datePublished":"2022-05-09T14:00:39+00:00","dateModified":"2022-05-12T02:27:10+00:00","mainEntityOfPage":{"@id":"https:\/\/simpleprogrammer.com\/angularjs-app-seo\/"},"wordCount":1436,"commentCount":0,"image":{"@id":"https:\/\/simpleprogrammer.com\/angularjs-app-seo\/#primaryimage"},"thumbnailUrl":"https:\/\/simpleprogrammer.com\/wp-content\/uploads\/2022\/05\/How-to-Make-Search-Engines-Love-Your-AngularJS-App.png","articleSection":["App Development","Best Practices","Guest Post","JavaScript","Technical","Web Development"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/simpleprogrammer.com\/angularjs-app-seo\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/simpleprogrammer.com\/angularjs-app-seo\/","url":"https:\/\/simpleprogrammer.com\/angularjs-app-seo\/","name":"How to Make Search Engines Love Your AngularJS App - Simple Programmer","isPartOf":{"@id":"https:\/\/simpleprogrammer.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/simpleprogrammer.com\/angularjs-app-seo\/#primaryimage"},"image":{"@id":"https:\/\/simpleprogrammer.com\/angularjs-app-seo\/#primaryimage"},"thumbnailUrl":"https:\/\/simpleprogrammer.com\/wp-content\/uploads\/2022\/05\/How-to-Make-Search-Engines-Love-Your-AngularJS-App.png","datePublished":"2022-05-09T14:00:39+00:00","dateModified":"2022-05-12T02:27:10+00:00","author":{"@id":""},"description":"A guide for developers to create and optimize their AngularJS application via SEO so it is loved by all the search engines.","breadcrumb":{"@id":"https:\/\/simpleprogrammer.com\/angularjs-app-seo\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/simpleprogrammer.com\/angularjs-app-seo\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/simpleprogrammer.com\/angularjs-app-seo\/#primaryimage","url":"https:\/\/simpleprogrammer.com\/wp-content\/uploads\/2022\/05\/How-to-Make-Search-Engines-Love-Your-AngularJS-App.png","contentUrl":"https:\/\/simpleprogrammer.com\/wp-content\/uploads\/2022\/05\/How-to-Make-Search-Engines-Love-Your-AngularJS-App.png","width":1280,"height":720},{"@type":"BreadcrumbList","@id":"https:\/\/simpleprogrammer.com\/angularjs-app-seo\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/simpleprogrammer.com\/"},{"@type":"ListItem","position":2,"name":"How to Make Search Engines Love Your AngularJS App"}]},{"@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\/40892","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\/1347"}],"replies":[{"embeddable":true,"href":"https:\/\/simpleprogrammer.com\/wp-json\/wp\/v2\/comments?post=40892"}],"version-history":[{"count":0,"href":"https:\/\/simpleprogrammer.com\/wp-json\/wp\/v2\/posts\/40892\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/simpleprogrammer.com\/wp-json\/wp\/v2\/media\/40895"}],"wp:attachment":[{"href":"https:\/\/simpleprogrammer.com\/wp-json\/wp\/v2\/media?parent=40892"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/simpleprogrammer.com\/wp-json\/wp\/v2\/categories?post=40892"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/simpleprogrammer.com\/wp-json\/wp\/v2\/tags?post=40892"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}