{"id":417,"date":"2021-12-27T12:35:33","date_gmt":"2021-12-27T07:05:33","guid":{"rendered":"https:\/\/hostkicker.com\/blog\/?p=417"},"modified":"2022-05-19T14:50:01","modified_gmt":"2022-05-19T09:20:01","slug":"remove-default-author-profile-fields-in-wordpress","status":"publish","type":"post","link":"https:\/\/hostkicker.com\/blog\/remove-default-author-profile-fields-in-wordpress\/","title":{"rendered":"How to Remove Default Author Profile Fields in WordPress"},"content":{"rendered":"<p><span data-preserver-spaces=\"true\">This write-up will explain how to remove default author profile fields in WordPress.<\/span><\/p>\n<p><span data-preserver-spaces=\"true\">When making an author profile on your WordPress site, you will find some default fields to fill up. If you need to remove any field from an author profile in WordPress, you can use the code in your theme files. <\/span><\/p>\n<p><span data-preserver-spaces=\"true\">WordPress displays standard fields in the author&#8217;s profile by default. You can have a look at it in the following example.\u00a0<\/span><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-421\" src=\"https:\/\/hostkicker.com\/blog\/wp-content\/uploads\/2021\/12\/profile.jpg\" alt=\"\" width=\"600\" height=\"345\" srcset=\"https:\/\/hostkicker.com\/blog\/wp-content\/uploads\/2021\/12\/profile.jpg 600w, https:\/\/hostkicker.com\/blog\/wp-content\/uploads\/2021\/12\/profile-300x173.jpg 300w\" sizes=\"auto, (max-width: 600px) 100vw, 600px\" \/><\/p>\n<p><span data-preserver-spaces=\"true\">By removing specific fields, You can customize your site according to your needs and make the WordPress admin board more manageable. <\/span><span data-preserver-spaces=\"true\">In order to remove the default author profile field, let us move to the code you need to place in your WordPress theme files.<\/span><\/p>\n<h2><strong><span data-preserver-spaces=\"true\">1. Removing default social media fields<\/span><\/strong><\/h2>\n<p><span data-preserver-spaces=\"true\">WordPress shows some specific fields in the author&#8217;s profile by default.<\/span><\/p>\n<p><span data-preserver-spaces=\"true\">The author profile presents some social media fields such as Yahoo IM, Jabber\/Gtalk, or AIM. Place the following code snippet in your theme functions.php file to remove these.<\/span><\/p>\n<pre> add_filter('user_contactmethods', function($methods) {\r\nunset($methods['aim'], $methods['yim'], $methods['jabber']);\r\n\r\nreturn $methods;\r\n}, 999);<\/pre>\n<p>&nbsp;<\/p>\n<h2><span data-preserver-spaces=\"true\">2. Removing author profile field added by any plugin<\/span><\/h2>\n<p><span data-preserver-spaces=\"true\">Sometimes many plugins add additional author profile fields to your WordPress website.<\/span><\/p>\n<p><span data-preserver-spaces=\"true\">To remove any additional field from the author&#8217;s profile and restrict WP plugins from adding further fields in the profile area, You can use the following code snippet and place it into your theme function.php file.<\/span><\/p>\n<pre><span data-preserver-spaces=\"true\"> add_filter('user_contactmethods', function() {<\/span>\r\n\r\n<span data-preserver-spaces=\"true\">\u00a0 \u00a0\u00a0return array();<\/span>\r\n\r\n<span data-preserver-spaces=\"true\">}, 999);<\/span><\/pre>\n<p><span data-preserver-spaces=\"true\">After adding the above code, any plugins will not alter your author profile section.<\/span><\/p>\n<p><strong><span data-preserver-spaces=\"true\">To conclude<\/span><\/strong><\/p>\n<p><span data-preserver-spaces=\"true\">The article is all about how you can customize your author profile section according to your need. WordPress shows some standard fields in the author&#8217;s profile by default. After reading the article, I hope you will be able to answer How you can remove default author profile fields in WordPress by using code snippets. Also, you can restrict other plugins to add an additional field to the author profile.<\/span><\/p>\n<p>you can check out another article on <a href=\"https:\/\/hostkicker.com\/blog\/how-to-list-all-authors-from-a-blog-post-in-wordpress\/\">how to list all authors from a blog in wordpress.<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>This write-up will explain how to remove default author profile fields in WordPress. When making an author profile on your WordPress site, you will find some default fields to fill up. If you need to remove any field from an author profile in WordPress, you can use the code in your theme files. WordPress displays [&hellip;]<\/p>\n","protected":false},"author":4,"featured_media":423,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-417","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-wp-tutorials"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v19.3 (Yoast SEO v27.4) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>How to Remove Default Author Profile Fields in WordPress - Hostkicker<\/title>\n<meta name=\"description\" content=\"This article will explain how to remove default author profile fields in WordPress. This will allow you customize author profile section.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/hostkicker.com\/blog\/remove-default-author-profile-fields-in-wordpress\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Remove Default Author Profile Fields in WordPress\" \/>\n<meta property=\"og:description\" content=\"This article will explain how to remove default author profile fields in WordPress. This will allow you customize author profile section.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/hostkicker.com\/blog\/remove-default-author-profile-fields-in-wordpress\/\" \/>\n<meta property=\"og:site_name\" content=\"Hostkicker\" \/>\n<meta property=\"article:published_time\" content=\"2021-12-27T07:05:33+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-05-19T09:20:01+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/hostkicker.com\/blog\/wp-content\/uploads\/2021\/12\/hostkicker-featured-image-row23-01.png\" \/>\n\t<meta property=\"og:image:width\" content=\"693\" \/>\n\t<meta property=\"og:image:height\" content=\"511\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Olivia Smith\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Olivia Smith\" \/>\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:\\\/\\\/hostkicker.com\\\/blog\\\/remove-default-author-profile-fields-in-wordpress\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/hostkicker.com\\\/blog\\\/remove-default-author-profile-fields-in-wordpress\\\/\"},\"author\":{\"name\":\"Olivia Smith\",\"@id\":\"https:\\\/\\\/hostkicker.com\\\/blog\\\/#\\\/schema\\\/person\\\/f06306b595baa96c90a0491b941d7660\"},\"headline\":\"How to Remove Default Author Profile Fields in WordPress\",\"datePublished\":\"2021-12-27T07:05:33+00:00\",\"dateModified\":\"2022-05-19T09:20:01+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/hostkicker.com\\\/blog\\\/remove-default-author-profile-fields-in-wordpress\\\/\"},\"wordCount\":338,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/hostkicker.com\\\/blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/hostkicker.com\\\/blog\\\/remove-default-author-profile-fields-in-wordpress\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/hostkicker.com\\\/blog\\\/wp-content\\\/uploads\\\/2021\\\/12\\\/hostkicker-featured-image-row23-01.png\",\"articleSection\":[\"Wp tutorials\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/hostkicker.com\\\/blog\\\/remove-default-author-profile-fields-in-wordpress\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/hostkicker.com\\\/blog\\\/remove-default-author-profile-fields-in-wordpress\\\/\",\"url\":\"https:\\\/\\\/hostkicker.com\\\/blog\\\/remove-default-author-profile-fields-in-wordpress\\\/\",\"name\":\"How to Remove Default Author Profile Fields in WordPress - Hostkicker\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/hostkicker.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/hostkicker.com\\\/blog\\\/remove-default-author-profile-fields-in-wordpress\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/hostkicker.com\\\/blog\\\/remove-default-author-profile-fields-in-wordpress\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/hostkicker.com\\\/blog\\\/wp-content\\\/uploads\\\/2021\\\/12\\\/hostkicker-featured-image-row23-01.png\",\"datePublished\":\"2021-12-27T07:05:33+00:00\",\"dateModified\":\"2022-05-19T09:20:01+00:00\",\"description\":\"This article will explain how to remove default author profile fields in WordPress. This will allow you customize author profile section.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/hostkicker.com\\\/blog\\\/remove-default-author-profile-fields-in-wordpress\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/hostkicker.com\\\/blog\\\/remove-default-author-profile-fields-in-wordpress\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/hostkicker.com\\\/blog\\\/remove-default-author-profile-fields-in-wordpress\\\/#primaryimage\",\"url\":\"https:\\\/\\\/hostkicker.com\\\/blog\\\/wp-content\\\/uploads\\\/2021\\\/12\\\/hostkicker-featured-image-row23-01.png\",\"contentUrl\":\"https:\\\/\\\/hostkicker.com\\\/blog\\\/wp-content\\\/uploads\\\/2021\\\/12\\\/hostkicker-featured-image-row23-01.png\",\"width\":693,\"height\":511,\"caption\":\"How to Remove Default Author Profile Fields in WordPress\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/hostkicker.com\\\/blog\\\/remove-default-author-profile-fields-in-wordpress\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/hostkicker.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Remove Default Author Profile Fields in WordPress\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/hostkicker.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/hostkicker.com\\\/blog\\\/\",\"name\":\"Hostkicker\",\"description\":\"Blog\",\"publisher\":{\"@id\":\"https:\\\/\\\/hostkicker.com\\\/blog\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/hostkicker.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/hostkicker.com\\\/blog\\\/#organization\",\"name\":\"Hostkicker\",\"url\":\"https:\\\/\\\/hostkicker.com\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/hostkicker.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/hostkicker.com\\\/blog\\\/wp-content\\\/uploads\\\/2021\\\/12\\\/hostkicker-logo-01.png\",\"contentUrl\":\"https:\\\/\\\/hostkicker.com\\\/blog\\\/wp-content\\\/uploads\\\/2021\\\/12\\\/hostkicker-logo-01.png\",\"width\":940,\"height\":218,\"caption\":\"Hostkicker\"},\"image\":{\"@id\":\"https:\\\/\\\/hostkicker.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/hostkicker.com\\\/blog\\\/#\\\/schema\\\/person\\\/f06306b595baa96c90a0491b941d7660\",\"name\":\"Olivia Smith\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/24a6b2466362238ad275f97a2f2fc49ce8d139c034114d6b9c52de1b12ebf1bd?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/24a6b2466362238ad275f97a2f2fc49ce8d139c034114d6b9c52de1b12ebf1bd?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/24a6b2466362238ad275f97a2f2fc49ce8d139c034114d6b9c52de1b12ebf1bd?s=96&d=mm&r=g\",\"caption\":\"Olivia Smith\"},\"url\":\"https:\\\/\\\/hostkicker.com\\\/blog\\\/author\\\/olivia\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"How to Remove Default Author Profile Fields in WordPress - Hostkicker","description":"This article will explain how to remove default author profile fields in WordPress. This will allow you customize author profile section.","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:\/\/hostkicker.com\/blog\/remove-default-author-profile-fields-in-wordpress\/","og_locale":"en_US","og_type":"article","og_title":"How to Remove Default Author Profile Fields in WordPress","og_description":"This article will explain how to remove default author profile fields in WordPress. This will allow you customize author profile section.","og_url":"https:\/\/hostkicker.com\/blog\/remove-default-author-profile-fields-in-wordpress\/","og_site_name":"Hostkicker","article_published_time":"2021-12-27T07:05:33+00:00","article_modified_time":"2022-05-19T09:20:01+00:00","og_image":[{"width":693,"height":511,"url":"https:\/\/hostkicker.com\/blog\/wp-content\/uploads\/2021\/12\/hostkicker-featured-image-row23-01.png","type":"image\/png"}],"author":"Olivia Smith","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Olivia Smith","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/hostkicker.com\/blog\/remove-default-author-profile-fields-in-wordpress\/#article","isPartOf":{"@id":"https:\/\/hostkicker.com\/blog\/remove-default-author-profile-fields-in-wordpress\/"},"author":{"name":"Olivia Smith","@id":"https:\/\/hostkicker.com\/blog\/#\/schema\/person\/f06306b595baa96c90a0491b941d7660"},"headline":"How to Remove Default Author Profile Fields in WordPress","datePublished":"2021-12-27T07:05:33+00:00","dateModified":"2022-05-19T09:20:01+00:00","mainEntityOfPage":{"@id":"https:\/\/hostkicker.com\/blog\/remove-default-author-profile-fields-in-wordpress\/"},"wordCount":338,"commentCount":0,"publisher":{"@id":"https:\/\/hostkicker.com\/blog\/#organization"},"image":{"@id":"https:\/\/hostkicker.com\/blog\/remove-default-author-profile-fields-in-wordpress\/#primaryimage"},"thumbnailUrl":"https:\/\/hostkicker.com\/blog\/wp-content\/uploads\/2021\/12\/hostkicker-featured-image-row23-01.png","articleSection":["Wp tutorials"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/hostkicker.com\/blog\/remove-default-author-profile-fields-in-wordpress\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/hostkicker.com\/blog\/remove-default-author-profile-fields-in-wordpress\/","url":"https:\/\/hostkicker.com\/blog\/remove-default-author-profile-fields-in-wordpress\/","name":"How to Remove Default Author Profile Fields in WordPress - Hostkicker","isPartOf":{"@id":"https:\/\/hostkicker.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/hostkicker.com\/blog\/remove-default-author-profile-fields-in-wordpress\/#primaryimage"},"image":{"@id":"https:\/\/hostkicker.com\/blog\/remove-default-author-profile-fields-in-wordpress\/#primaryimage"},"thumbnailUrl":"https:\/\/hostkicker.com\/blog\/wp-content\/uploads\/2021\/12\/hostkicker-featured-image-row23-01.png","datePublished":"2021-12-27T07:05:33+00:00","dateModified":"2022-05-19T09:20:01+00:00","description":"This article will explain how to remove default author profile fields in WordPress. This will allow you customize author profile section.","breadcrumb":{"@id":"https:\/\/hostkicker.com\/blog\/remove-default-author-profile-fields-in-wordpress\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/hostkicker.com\/blog\/remove-default-author-profile-fields-in-wordpress\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/hostkicker.com\/blog\/remove-default-author-profile-fields-in-wordpress\/#primaryimage","url":"https:\/\/hostkicker.com\/blog\/wp-content\/uploads\/2021\/12\/hostkicker-featured-image-row23-01.png","contentUrl":"https:\/\/hostkicker.com\/blog\/wp-content\/uploads\/2021\/12\/hostkicker-featured-image-row23-01.png","width":693,"height":511,"caption":"How to Remove Default Author Profile Fields in WordPress"},{"@type":"BreadcrumbList","@id":"https:\/\/hostkicker.com\/blog\/remove-default-author-profile-fields-in-wordpress\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/hostkicker.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How to Remove Default Author Profile Fields in WordPress"}]},{"@type":"WebSite","@id":"https:\/\/hostkicker.com\/blog\/#website","url":"https:\/\/hostkicker.com\/blog\/","name":"Hostkicker","description":"Blog","publisher":{"@id":"https:\/\/hostkicker.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/hostkicker.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/hostkicker.com\/blog\/#organization","name":"Hostkicker","url":"https:\/\/hostkicker.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/hostkicker.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/hostkicker.com\/blog\/wp-content\/uploads\/2021\/12\/hostkicker-logo-01.png","contentUrl":"https:\/\/hostkicker.com\/blog\/wp-content\/uploads\/2021\/12\/hostkicker-logo-01.png","width":940,"height":218,"caption":"Hostkicker"},"image":{"@id":"https:\/\/hostkicker.com\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/hostkicker.com\/blog\/#\/schema\/person\/f06306b595baa96c90a0491b941d7660","name":"Olivia Smith","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/24a6b2466362238ad275f97a2f2fc49ce8d139c034114d6b9c52de1b12ebf1bd?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/24a6b2466362238ad275f97a2f2fc49ce8d139c034114d6b9c52de1b12ebf1bd?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/24a6b2466362238ad275f97a2f2fc49ce8d139c034114d6b9c52de1b12ebf1bd?s=96&d=mm&r=g","caption":"Olivia Smith"},"url":"https:\/\/hostkicker.com\/blog\/author\/olivia\/"}]}},"jetpack_featured_media_url":"https:\/\/hostkicker.com\/blog\/wp-content\/uploads\/2021\/12\/hostkicker-featured-image-row23-01.png","_links":{"self":[{"href":"https:\/\/hostkicker.com\/blog\/wp-json\/wp\/v2\/posts\/417","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/hostkicker.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/hostkicker.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/hostkicker.com\/blog\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/hostkicker.com\/blog\/wp-json\/wp\/v2\/comments?post=417"}],"version-history":[{"count":9,"href":"https:\/\/hostkicker.com\/blog\/wp-json\/wp\/v2\/posts\/417\/revisions"}],"predecessor-version":[{"id":2037,"href":"https:\/\/hostkicker.com\/blog\/wp-json\/wp\/v2\/posts\/417\/revisions\/2037"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/hostkicker.com\/blog\/wp-json\/wp\/v2\/media\/423"}],"wp:attachment":[{"href":"https:\/\/hostkicker.com\/blog\/wp-json\/wp\/v2\/media?parent=417"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/hostkicker.com\/blog\/wp-json\/wp\/v2\/categories?post=417"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/hostkicker.com\/blog\/wp-json\/wp\/v2\/tags?post=417"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}