{"id":1325,"date":"2021-07-23T06:51:32","date_gmt":"2021-07-23T11:51:32","guid":{"rendered":"https:\/\/www.knownhost.com\/kb\/?p=1325"},"modified":"2023-03-10T12:37:06","modified_gmt":"2023-03-10T18:37:06","slug":"how-to-turn-off-pingbacks-nofollow","status":"publish","type":"post","link":"https:\/\/www.knownhost.com\/kb\/how-to-turn-off-pingbacks-nofollow\/","title":{"rendered":"How to Turn off Rel=Nofollow and Make Pingbacks Dofollow?"},"content":{"rendered":"<div id=\"ez-toc-container\" class=\"ez-toc-v2_0_82_2 ez-toc-wrap-right counter-hierarchy ez-toc-counter ez-toc-custom ez-toc-container-direction\">\n<div class=\"ez-toc-title-container\">\n<p class=\"ez-toc-title\" style=\"cursor:inherit\">Table of Contents<\/p>\n<span class=\"ez-toc-title-toggle\"><a href=\"#\" class=\"ez-toc-pull-right ez-toc-btn ez-toc-btn-xs ez-toc-btn-default ez-toc-toggle\" aria-label=\"Toggle Table of Content\"><span class=\"ez-toc-js-icon-con\"><span class=\"\"><span class=\"eztoc-hide\" style=\"display:none;\">Toggle<\/span><span class=\"ez-toc-icon-toggle-span\"><svg style=\"fill: #212121;color:#212121\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"list-377408\" width=\"20px\" height=\"20px\" viewBox=\"0 0 24 24\" fill=\"none\"><path d=\"M6 6H4v2h2V6zm14 0H8v2h12V6zM4 11h2v2H4v-2zm16 0H8v2h12v-2zM4 16h2v2H4v-2zm16 0H8v2h12v-2z\" fill=\"currentColor\"><\/path><\/svg><svg style=\"fill: #212121;color:#212121\" class=\"arrow-unsorted-368013\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"10px\" height=\"10px\" viewBox=\"0 0 24 24\" version=\"1.2\" baseProfile=\"tiny\"><path d=\"M18.2 9.3l-6.2-6.3-6.2 6.3c-.2.2-.3.4-.3.7s.1.5.3.7c.2.2.4.3.7.3h11c.3 0 .5-.1.7-.3.2-.2.3-.5.3-.7s-.1-.5-.3-.7zM5.8 14.7l6.2 6.3 6.2-6.3c.2-.2.3-.5.3-.7s-.1-.5-.3-.7c-.2-.2-.4-.3-.7-.3h-11c-.3 0-.5.1-.7.3-.2.2-.3.5-.3.7s.1.5.3.7z\"\/><\/svg><\/span><\/span><\/span><\/a><\/span><\/div>\n<nav><ul class='ez-toc-list ez-toc-list-level-1 eztoc-toggle-hide-by-default' ><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-1\" href=\"https:\/\/www.knownhost.com\/kb\/how-to-turn-off-pingbacks-nofollow\/#plugin_method\" >Plugin Method<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-2\" href=\"https:\/\/www.knownhost.com\/kb\/how-to-turn-off-pingbacks-nofollow\/#manual_method\" >Manual Method<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-3\" href=\"https:\/\/www.knownhost.com\/kb\/how-to-turn-off-pingbacks-nofollow\/#how_it_works\" >How it Works<\/a><ul class='ez-toc-list-level-3' ><li class='ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-4\" href=\"https:\/\/www.knownhost.com\/kb\/how-to-turn-off-pingbacks-nofollow\/#usage_notes\" >Usage notes:<\/a><\/li><\/ul><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-5\" href=\"https:\/\/www.knownhost.com\/kb\/how-to-turn-off-pingbacks-nofollow\/#conclusion\" >Conclusion<\/a><\/li><\/ul><\/nav><\/div>\n\n<p>As mentioned in the pingback guide overview, pingback links are by default flagged as rel=nofollow.&nbsp; That means some search engines will ignore, while others will treat as regular dofollow links. When a link is dofollow, search engines will attribute link trust and authority to the linked site, and pull some of that back from the linked site to the original site.<\/p>\n\n\n\n<p>Note:&nbsp; A nofollow link typically has less value than a dofollow link, in both directions.&nbsp; This is why some site owners want to change the behavior and make sure that pingback links are NOT flagged as rel=nofollow.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"plugin_method\"><span class=\"ez-toc-section\" id=\"plugin_method\"><\/span>Plugin Method<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>When you\u2019d like to use a WordPress plugin to change pingbacks from nofollow to dofollow, there\u2019s a lot of choices out there on the market.&nbsp;&nbsp;<\/p>\n\n\n\n<p>Have a look at this post for some examples of plugins that can achieve this:&nbsp;<a href=\"https:\/\/perishablepress.com\/comprehensive-reference-for-wordpress-no-nofollow-dofollow-plugins\/\">perishablepress.com\/comprehensive-reference-for-wordpress-no-nofollow-dofollow-plugins\/<\/a><\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"manual_method\"><span class=\"ez-toc-section\" id=\"manual_method\"><\/span>Manual Method<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>Manually code a change in your functions.php or theme files to remove rel=nofollow from pingbacks.<\/p>\n\n\n<div class=\"kb-shortcode kb-shortcode_warning\">\n                    <div class=\"kb-shortcode-icon\">\n                        <i class=\"fa fa-exclamation-triangle fa-2x\"><\/i>\n                    <\/div>\n                    <div class=\"kb-shortcode-content_warning\">WARNING &#8211; THIS IS ADVANCED &#8211; YOU CAN EASILY BREAK WORDPRESS<br \/>\nEDITING FUNCTIONS.PHP MANUALLY CAN RESULT IN CRASHES<\/div>\n                <\/div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"how_it_works\"><span class=\"ez-toc-section\" id=\"how_it_works\"><\/span>How it Works<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>The idea behind the manual approach is that you\u2019re going to create a function that\u2019s triggered before pingbacks are sent.&nbsp; It will strip the links out of any pingbacks before anything is sent.<\/p>\n\n\n\n<p>Note that the below function will remove the rel=nofollow attribute from pingbacks, trackbacks and author links.<\/p>\n\n\n\n<p>Credits to Remove Nofollow plugin and&nbsp;<a href=\"https:\/\/perishablepress.com\/comprehensive-reference-for-wordpress-no-nofollow-dofollow-plugins\/\">Perishable Press:<\/a><\/p>\n\n\n\n<p>Set up the function:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>  function remove_nofollow($nofollow) {<\/code><\/pre>\n\n\n\n<p>Strip the nofollow tag:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>    $nofollow = preg_replace(\"\/rel='external nofollow'&gt;\/\",\"rel='external'&gt;\",\n    $nofollow);<\/code><\/pre>\n\n\n\n<p>End the function:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>  }<\/code><\/pre>\n\n\n\n<p>Set the hook action:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>  add_filter('get_comment_author_link', 'remove_nofollow');<\/code><\/pre>\n\n\n\n<p>Full Version of the remove nofollow code:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>  function remove_nofollow($nofollow) {\n    $nofollow = preg_replace(\"\/rel='external nofollow'&gt;\/\",\"rel='external'&gt;\", $nofollow);\n    return $nofollow;\n  }\n  add_filter('get_comment_author_link', 'remove_nofollow');<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"usage_notes\"><span class=\"ez-toc-section\" id=\"usage_notes\"><\/span>Usage notes:<span class=\"ez-toc-section-end\"><\/span><\/h3>\n\n\n\n<p>If you\u2019re using the default theme, edit the functions.php file and then get the theme updated, your changes will be overwritten and gone.<\/p>\n\n\n\n<p>If you\u2019re using the default theme, then change to a different theme, your changes will no longer be present.<\/p>\n\n\n\n<p>Best practices call for themes to be regularly used and updated, so you should&nbsp;<strong>put your changes into a child theme<\/strong>&nbsp;so that they are preserved, even when the main theme gets updated.<\/p>\n\n\n\n<p>If you make an error in rekeying the above, omit a bit of punctuation during a copy and paste, or generally make any kind of fat fingering error at all, you can bet that there will be some type of error or crash generated as a result.<\/p>\n\n\n\n<p>Advantage:&nbsp; Lightweight and solves several nofollow issues.<\/p>\n\n\n\n<p>Disadvantages:&nbsp; See above notes.&nbsp; You don\u2019t have fine granularity control of the pingbacks, trackbacks and author links separately.&nbsp; It\u2019s all or nothing.<\/p>\n\n\n\n<p>As you can see, if you\u2019re an advanced WordPress user, then manual changes could be a good solution.\u00a0 It\u2019s not recommended for novices!<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"conclusion\"><\/span>Conclusion<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>Have a WordPress website? Check out our <a href=\"https:\/\/www.knownhost.com\/wordpress-hosting\"><strong>Managed Hosting for WordPress<\/strong><\/a> and see if we are a good fit for you. <strong><a href=\"https:\/\/www.knownhost.com\">KnownHost <\/a><\/strong>offers 365 days a year, 24 hours a day, all 7 days of the week best in class technical support. A dedicated team ready to help you should you need our assistance. You\u2019re not using KnownHost for the best webhosting experience? Well, why not?<\/p>\n","protected":false},"excerpt":{"rendered":"<p>As mentioned in the pingback guide overview, pingback links are by default flagged as rel=nofollow.&nbsp; That means some search engines will ignore, while others will treat as regular dofollow links. When a link is dofollow, search engines will attribute link trust and authority to the linked site, and pull some of that back from the [&hellip;]<\/p>\n","protected":false},"author":4,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[146],"tags":[251,252,106],"class_list":["post-1325","post","type-post","status-publish","format-standard","hentry","category-wordpress","tag-blogs","tag-cms","tag-wordpress"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to Turn off Rel=Nofollow and Make Pingbacks Dofollow? - KnownHost<\/title>\n<meta name=\"description\" content=\"In this guide we will show you how to set rel=nofollow to make sure your pingbacks dofollow your comments links.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.knownhost.com\/kb\/how-to-turn-off-pingbacks-nofollow\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Turn off Rel=Nofollow and Make Pingbacks Dofollow? - KnownHost\" \/>\n<meta property=\"og:description\" content=\"In this guide we will show you how to set rel=nofollow to make sure your pingbacks dofollow your comments links.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.knownhost.com\/kb\/how-to-turn-off-pingbacks-nofollow\/\" \/>\n<meta property=\"og:site_name\" content=\"KnownHost\" \/>\n<meta property=\"article:published_time\" content=\"2021-07-23T11:51:32+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-03-10T18:37:06+00:00\" \/>\n<meta name=\"author\" content=\"Jonathan K. W.\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Jonathan K. W.\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.knownhost.com\\\/kb\\\/how-to-turn-off-pingbacks-nofollow\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.knownhost.com\\\/kb\\\/how-to-turn-off-pingbacks-nofollow\\\/\"},\"author\":{\"name\":\"Jonathan K. W.\",\"@id\":\"https:\\\/\\\/www.knownhost.com\\\/kb\\\/#\\\/schema\\\/person\\\/3db6e20d1f33519cd68fe0ba1230a48b\"},\"headline\":\"How to Turn off Rel=Nofollow and Make Pingbacks Dofollow?\",\"datePublished\":\"2021-07-23T11:51:32+00:00\",\"dateModified\":\"2023-03-10T18:37:06+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.knownhost.com\\\/kb\\\/how-to-turn-off-pingbacks-nofollow\\\/\"},\"wordCount\":546,\"keywords\":[\"blogs\",\"cms\",\"wordpress\"],\"articleSection\":[\"WordPress\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.knownhost.com\\\/kb\\\/how-to-turn-off-pingbacks-nofollow\\\/\",\"url\":\"https:\\\/\\\/www.knownhost.com\\\/kb\\\/how-to-turn-off-pingbacks-nofollow\\\/\",\"name\":\"How to Turn off Rel=Nofollow and Make Pingbacks Dofollow? - KnownHost\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.knownhost.com\\\/kb\\\/#website\"},\"datePublished\":\"2021-07-23T11:51:32+00:00\",\"dateModified\":\"2023-03-10T18:37:06+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/www.knownhost.com\\\/kb\\\/#\\\/schema\\\/person\\\/3db6e20d1f33519cd68fe0ba1230a48b\"},\"description\":\"In this guide we will show you how to set rel=nofollow to make sure your pingbacks dofollow your comments links.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.knownhost.com\\\/kb\\\/how-to-turn-off-pingbacks-nofollow\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.knownhost.com\\\/kb\\\/how-to-turn-off-pingbacks-nofollow\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.knownhost.com\\\/kb\\\/how-to-turn-off-pingbacks-nofollow\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.knownhost.com\\\/kb\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Turn off Rel=Nofollow and Make Pingbacks Dofollow?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.knownhost.com\\\/kb\\\/#website\",\"url\":\"https:\\\/\\\/www.knownhost.com\\\/kb\\\/\",\"name\":\"KnownHost\",\"description\":\"KnownHost provides a comprehensive webhosting knowledge base to help answer many of your common webhosting and linux questions.\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.knownhost.com\\\/kb\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.knownhost.com\\\/kb\\\/#\\\/schema\\\/person\\\/3db6e20d1f33519cd68fe0ba1230a48b\",\"name\":\"Jonathan K. W.\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/f432b99e6651fe8d1deb57a285bd84e806f1c9ae8b4c6c585d7e3a0b33789ad9?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/f432b99e6651fe8d1deb57a285bd84e806f1c9ae8b4c6c585d7e3a0b33789ad9?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/f432b99e6651fe8d1deb57a285bd84e806f1c9ae8b4c6c585d7e3a0b33789ad9?s=96&d=mm&r=g\",\"caption\":\"Jonathan K. W.\"},\"sameAs\":[\"https:\\\/\\\/www.knownhost.com\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Turn off Rel=Nofollow and Make Pingbacks Dofollow? - KnownHost","description":"In this guide we will show you how to set rel=nofollow to make sure your pingbacks dofollow your comments links.","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:\/\/www.knownhost.com\/kb\/how-to-turn-off-pingbacks-nofollow\/","og_locale":"en_US","og_type":"article","og_title":"How to Turn off Rel=Nofollow and Make Pingbacks Dofollow? - KnownHost","og_description":"In this guide we will show you how to set rel=nofollow to make sure your pingbacks dofollow your comments links.","og_url":"https:\/\/www.knownhost.com\/kb\/how-to-turn-off-pingbacks-nofollow\/","og_site_name":"KnownHost","article_published_time":"2021-07-23T11:51:32+00:00","article_modified_time":"2023-03-10T18:37:06+00:00","author":"Jonathan K. W.","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Jonathan K. W.","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.knownhost.com\/kb\/how-to-turn-off-pingbacks-nofollow\/#article","isPartOf":{"@id":"https:\/\/www.knownhost.com\/kb\/how-to-turn-off-pingbacks-nofollow\/"},"author":{"name":"Jonathan K. W.","@id":"https:\/\/www.knownhost.com\/kb\/#\/schema\/person\/3db6e20d1f33519cd68fe0ba1230a48b"},"headline":"How to Turn off Rel=Nofollow and Make Pingbacks Dofollow?","datePublished":"2021-07-23T11:51:32+00:00","dateModified":"2023-03-10T18:37:06+00:00","mainEntityOfPage":{"@id":"https:\/\/www.knownhost.com\/kb\/how-to-turn-off-pingbacks-nofollow\/"},"wordCount":546,"keywords":["blogs","cms","wordpress"],"articleSection":["WordPress"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.knownhost.com\/kb\/how-to-turn-off-pingbacks-nofollow\/","url":"https:\/\/www.knownhost.com\/kb\/how-to-turn-off-pingbacks-nofollow\/","name":"How to Turn off Rel=Nofollow and Make Pingbacks Dofollow? - KnownHost","isPartOf":{"@id":"https:\/\/www.knownhost.com\/kb\/#website"},"datePublished":"2021-07-23T11:51:32+00:00","dateModified":"2023-03-10T18:37:06+00:00","author":{"@id":"https:\/\/www.knownhost.com\/kb\/#\/schema\/person\/3db6e20d1f33519cd68fe0ba1230a48b"},"description":"In this guide we will show you how to set rel=nofollow to make sure your pingbacks dofollow your comments links.","breadcrumb":{"@id":"https:\/\/www.knownhost.com\/kb\/how-to-turn-off-pingbacks-nofollow\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.knownhost.com\/kb\/how-to-turn-off-pingbacks-nofollow\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.knownhost.com\/kb\/how-to-turn-off-pingbacks-nofollow\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.knownhost.com\/kb\/"},{"@type":"ListItem","position":2,"name":"How to Turn off Rel=Nofollow and Make Pingbacks Dofollow?"}]},{"@type":"WebSite","@id":"https:\/\/www.knownhost.com\/kb\/#website","url":"https:\/\/www.knownhost.com\/kb\/","name":"KnownHost","description":"KnownHost provides a comprehensive webhosting knowledge base to help answer many of your common webhosting and linux questions.","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.knownhost.com\/kb\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.knownhost.com\/kb\/#\/schema\/person\/3db6e20d1f33519cd68fe0ba1230a48b","name":"Jonathan K. W.","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/f432b99e6651fe8d1deb57a285bd84e806f1c9ae8b4c6c585d7e3a0b33789ad9?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/f432b99e6651fe8d1deb57a285bd84e806f1c9ae8b4c6c585d7e3a0b33789ad9?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/f432b99e6651fe8d1deb57a285bd84e806f1c9ae8b4c6c585d7e3a0b33789ad9?s=96&d=mm&r=g","caption":"Jonathan K. W."},"sameAs":["https:\/\/www.knownhost.com"]}]}},"_links":{"self":[{"href":"https:\/\/www.knownhost.com\/kb\/wp-json\/wp\/v2\/posts\/1325","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.knownhost.com\/kb\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.knownhost.com\/kb\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.knownhost.com\/kb\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/www.knownhost.com\/kb\/wp-json\/wp\/v2\/comments?post=1325"}],"version-history":[{"count":0,"href":"https:\/\/www.knownhost.com\/kb\/wp-json\/wp\/v2\/posts\/1325\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.knownhost.com\/kb\/wp-json\/wp\/v2\/media?parent=1325"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.knownhost.com\/kb\/wp-json\/wp\/v2\/categories?post=1325"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.knownhost.com\/kb\/wp-json\/wp\/v2\/tags?post=1325"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}