{"id":4587,"date":"2018-07-30T22:05:24","date_gmt":"2018-07-30T22:05:24","guid":{"rendered":"https:\/\/www.inmotionhosting.com\/support\/2018\/07\/30\/configure-cloudflare-jetpack\/"},"modified":"2021-11-19T01:38:07","modified_gmt":"2021-11-19T06:38:07","slug":"configure-cloudflare-jetpack","status":"publish","type":"post","link":"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/configure-cloudflare-jetpack\/","title":{"rendered":"Configuring Jetpack to work with CloudFlare"},"content":{"rendered":"\n<p>Cloudflare is a service that provides content distribution, caching and protection for your website. <a href=\"https:\/\/jetpack.com\/\" target=\"_blank\" rel=\"noopener noreferrer\">Jetpack<\/a> is a WordPress plugin that provides statistics, search engine optimization, social sharing, protection, backups, security and many other options. To provide these services, Jetpack must pass data through the xmlrpc.php file. Normally, CloudFlare is compatible with WordPress and does not require additional configuration in order to use the plugin. CloudFlare provides a rule that blocks non-authorized access to the file. However, there are times when some additional configuration is required in order for the WordPress Administrator to function properly.<\/p>\n\n\n\n<p class=\"alert alert-warning\"><em>Need a new home for your WordPress site? Choose a<\/em><strong><a href=\"https:\/\/www.inmotionhosting.com\/wordpress-hosting\"><em> WordPress Hosting<\/em><\/a><\/strong><em> solution from InMotion for a server that can meet your budget and performance needs!<\/em><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Making a Pagerule for the WordPress Administrator<\/h2>\n\n\n\n<p>Changes will be made in CloudFlare&#8217;s dashboard. Basically, you will be creating a rule that allows for the WordPress dashboard to be excluded from CloudFlare.<\/p>\n\n\n\n<ol class=\"article_list wp-block-list\"><li>Log in to the CloudFlare dashboard and select the site that you wish to apply the rule to<\/li><li>Click on <strong>Page Rules<\/strong><\/li><li>Select <strong>Add New Rule<\/strong><\/li><li>In field labeled &#8220;If the URL matches:&#8221;, type in the URL that you use to access your WordPress Administrator Dashboard. Typically, it is in this format: <em>Site-name.com\/wp-admin<\/em><\/li><li>In the settings for the site check to make sure that:<br>\n<table>\n<tbody>\n<tr>\n<td>-Security is disabled<\/td>\n<\/tr>\n<tr>\n<td>-Cache level is set to &#8220;Bypass&#8221;<\/td>\n<\/tr>\n<tr>\n<td>-Apps are disabled<\/td>\n<\/tr>\n<tr>\n<td>-Performance is disabled<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/li><li>Click on <strong>Save and Deploy<\/strong><\/li><\/ol>\n\n\n\n<h2 class=\"wp-block-heading\">Configuring CloudFlare when using a SSL Certificates on your WordPress site<\/h2>\n\n\n\n<p>If you are hosting with InMotion Hosting, it is possible that you have enabled either a purchased SSL certificate or a free SSL certificate for your WordPress site. If you do this, then you will need to configure CloudFlare to take this change into account. Follow the steps below to set the PageRule for a certificate from WordPress:<\/p>\n\n\n\n<ol class=\"article_list wp-block-list\">\n<li>Log in to the <b>CloudFlare dashboard<\/b> and select the site that you wish to apply the rule to<\/li>\n<li>Click on <strong>Page Rules<\/strong><\/li>\n<li>Select <strong>Add New Rule<\/strong><\/li>\n<li>In field labeled &#8220;If the URL matches:&#8221;, type in the URL that you use to access your WordPress Administrator Dashboard. Typically, it is in this format: <em>Site-name.com\/wp-admin<\/em><\/li>\n<li>Select the option labeled &#8220;Always Use HTTPS&#8221;<\/li>\n<li>Click on <strong>Save and Deploy<\/strong> to apply your new Pagerule<\/li>\n<\/ol>\n<\/li><\/ol>\n\n\n\n<p>Editing the WP-CONFIG.PHP file and Changing the WordPress URLs to use HTTPS<\/p>\n\n\n\n<p>When you have the rule set, you will also need to edit the WP-CONFIG.PHP file for your WordPress installation. You will also need to go into your WordPress Settings and make changes to the Site and WordPress address.<\/p>\n\n\n\n<p class=\"alert alert-info\">In order to make changes to the WP-CONFIG.PHP, you will need access to your WordPress installation files. To learn more about editing a file using cPanel or FTP, please see <a href=\"\/support\/website\/how-to-edit-a-file\/#file-manager\" rel=\"noopener noreferrer\">How to Edit a File on My Server<\/a>.<\/p>\n\n\n\n<ol class=\"article_list wp-block-list\">\n<li>You will need to enable access to your Administrator Dashboard over SSL using port 443 by adding the following code:<code> \/**  * Admin over SSL and set port 443  *\/ define('FORCE_SSL_ADMIN', true);  $_SERVER['SERVER_PORT'] = 443; <\/code>Make sure that you save the changes after you have edited your file.<\/li>\n<li>Login to your WordPress Administrator dashboard as an administrator<\/li>\n<li>Click on <b>Settings<\/b><\/li>\n<li>Click on <b>General<\/b><\/li>\n<li>Change the addresses for both the <b>Site<\/b> and <b>WordPress<\/b> URLs. Change the &#8220;HTTP&#8221; to &#8220;HTTPS&#8221;.<\/li>\n<\/ol>\n<\/li><\/ol>\n\n\n\n<h2 class=\"wp-block-heading\">Using CloudFlare&#8217;s SSL Certificate<\/h2>\n\n\n\n<p>If you are using CloudFlare&#8217;s SSL certificate, then you will need to configure CloudFlare and load some plugins. Follow the steps below to configure your CloudFlare site to specifically use the CloudFlare SSL certificate.<\/p>\n\n\n\n<ol class=\"article_list wp-block-list\"><li>Log in into your CloudFlare dashboard<\/li><li>Go to the Crypto menu to enable one of the Cloudflare&#8217;s SSL options. The option should be Encrypt communication to and from your website using SSL.<\/li><li>You will need to wait for option to be available on your site. Once the option is active, install the <a href=\"https:\/\/wordpress.org\/plugins\/cloudflare\/\" target=\"_blank\" rel=\"noopener noreferrer\">CloudFlare plugin<\/a>.<\/li><li>After you have completed installing the CloudFlare plugin, install the <a href=\"https:\/\/wordpress.org\/plugins\/cloudflare-flexible-ssl\/\" target=\"_blank\" rel=\"noopener noreferrer\">Cloudflare Flexible SSL<\/a>.<\/li><li>You will need to enable access to your Administrator Dashboard over SSL using port 443 by adding the following code:<code> \/**  * Admin over SSL and set port 443  *\/ define('FORCE_SSL_ADMIN', true);  $_SERVER['SERVER_PORT'] = 443; <\/code>Make sure that you save the changes after you have edited your file.<\/li><li>Login to your WordPress Administrator dashboard as an administrator<\/li><li>Click on <b>Settings<\/b><\/li><li>Click on <b>General<\/b><\/li><li>Change the addresses for both the <b>Site<\/b> and <b>WordPress<\/b> URLs. Change the &#8220;HTTP&#8221; to &#8220;HTTPS&#8221;.<\/li><\/ol>\n","protected":false},"excerpt":{"rendered":"<p>Cloudflare is a service that provides content distribution, caching and protection for your website. Jetpack is a WordPress plugin that provides statistics, search engine optimization, social sharing, protection, backups, security and many other options. To provide these services, Jetpack must pass data through the xmlrpc.php file. Normally, CloudFlare is compatible with WordPress and does not<a class=\"moretag\" href=\"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/configure-cloudflare-jetpack\/\"> Read More ><\/a><\/p>\n","protected":false},"author":7,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[56],"tags":[],"class_list":["post-4587","post","type-post","status-publish","format-standard","hentry","category-wordpress"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.1.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Configuring Jetpack to work with CloudFlare | InMotion Hosting<\/title>\n<meta name=\"description\" content=\"Learn how to configure the WordPress Plugin Jetpack when using CloudFlare for your wordpress site.\" \/>\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.inmotionhosting.com\/support\/edu\/wordpress\/configure-cloudflare-jetpack\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Configuring Jetpack to work with CloudFlare | InMotion Hosting\" \/>\n<meta property=\"og:description\" content=\"Learn how to configure the WordPress Plugin Jetpack when using CloudFlare for your wordpress site.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/configure-cloudflare-jetpack\/\" \/>\n<meta property=\"og:site_name\" content=\"InMotion Hosting Support Center\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/inmotionhosting\/\" \/>\n<meta property=\"article:published_time\" content=\"2018-07-30T22:05:24+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-11-19T06:38:07+00:00\" \/>\n<meta name=\"author\" content=\"InMotion Hosting Contributor\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@https:\/\/twitter.com\/InMotionHosting\" \/>\n<meta name=\"twitter:site\" content=\"@InMotionHosting\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"InMotion Hosting Contributor\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/configure-cloudflare-jetpack\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/configure-cloudflare-jetpack\/\"},\"author\":{\"name\":\"InMotion Hosting Contributor\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/8d626175dd3b70ee90a172bdb09a460b\"},\"headline\":\"Configuring Jetpack to work with CloudFlare\",\"datePublished\":\"2018-07-30T22:05:24+00:00\",\"dateModified\":\"2021-11-19T06:38:07+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/configure-cloudflare-jetpack\/\"},\"wordCount\":710,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\"},\"articleSection\":[\"WordPress Tutorials\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/configure-cloudflare-jetpack\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/configure-cloudflare-jetpack\/\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/configure-cloudflare-jetpack\/\",\"name\":\"Configuring Jetpack to work with CloudFlare | InMotion Hosting\",\"isPartOf\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#website\"},\"datePublished\":\"2018-07-30T22:05:24+00:00\",\"dateModified\":\"2021-11-19T06:38:07+00:00\",\"description\":\"Learn how to configure the WordPress Plugin Jetpack when using CloudFlare for your wordpress site.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/configure-cloudflare-jetpack\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/configure-cloudflare-jetpack\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/configure-cloudflare-jetpack\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.inmotionhosting.com\/support\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Configuring Jetpack to work with CloudFlare\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#website\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/\",\"name\":\"InMotion Hosting Support Center\",\"description\":\"Web Hosting Support &amp; Tutorials\",\"publisher\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.inmotionhosting.com\/support\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\",\"name\":\"InMotion Hosting\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg\",\"contentUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg\",\"width\":696,\"height\":696,\"caption\":\"InMotion Hosting\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/inmotionhosting\/\",\"https:\/\/x.com\/InMotionHosting\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/8d626175dd3b70ee90a172bdb09a460b\",\"name\":\"InMotion Hosting Contributor\",\"description\":\"InMotion Hosting contributors are highly knowledgeable individuals who create relevant content on new trends and troubleshooting techniques to help you achieve your online goals!\",\"sameAs\":[\"https:\/\/www.linkedin.com\/company\/inmotion-hosting\/\",\"https:\/\/x.com\/https:\/\/twitter.com\/InMotionHosting\"],\"url\":\"https:\/\/www.inmotionhosting.com\/support\/author\/arn\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Configuring Jetpack to work with CloudFlare | InMotion Hosting","description":"Learn how to configure the WordPress Plugin Jetpack when using CloudFlare for your wordpress site.","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.inmotionhosting.com\/support\/edu\/wordpress\/configure-cloudflare-jetpack\/","og_locale":"en_US","og_type":"article","og_title":"Configuring Jetpack to work with CloudFlare | InMotion Hosting","og_description":"Learn how to configure the WordPress Plugin Jetpack when using CloudFlare for your wordpress site.","og_url":"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/configure-cloudflare-jetpack\/","og_site_name":"InMotion Hosting Support Center","article_publisher":"https:\/\/www.facebook.com\/inmotionhosting\/","article_published_time":"2018-07-30T22:05:24+00:00","article_modified_time":"2021-11-19T06:38:07+00:00","author":"InMotion Hosting Contributor","twitter_card":"summary_large_image","twitter_creator":"@https:\/\/twitter.com\/InMotionHosting","twitter_site":"@InMotionHosting","twitter_misc":{"Written by":"InMotion Hosting Contributor","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/configure-cloudflare-jetpack\/#article","isPartOf":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/configure-cloudflare-jetpack\/"},"author":{"name":"InMotion Hosting Contributor","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/8d626175dd3b70ee90a172bdb09a460b"},"headline":"Configuring Jetpack to work with CloudFlare","datePublished":"2018-07-30T22:05:24+00:00","dateModified":"2021-11-19T06:38:07+00:00","mainEntityOfPage":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/configure-cloudflare-jetpack\/"},"wordCount":710,"commentCount":0,"publisher":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#organization"},"articleSection":["WordPress Tutorials"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/configure-cloudflare-jetpack\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/configure-cloudflare-jetpack\/","url":"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/configure-cloudflare-jetpack\/","name":"Configuring Jetpack to work with CloudFlare | InMotion Hosting","isPartOf":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#website"},"datePublished":"2018-07-30T22:05:24+00:00","dateModified":"2021-11-19T06:38:07+00:00","description":"Learn how to configure the WordPress Plugin Jetpack when using CloudFlare for your wordpress site.","breadcrumb":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/configure-cloudflare-jetpack\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/configure-cloudflare-jetpack\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/configure-cloudflare-jetpack\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.inmotionhosting.com\/support\/"},{"@type":"ListItem","position":2,"name":"Configuring Jetpack to work with CloudFlare"}]},{"@type":"WebSite","@id":"https:\/\/www.inmotionhosting.com\/support\/#website","url":"https:\/\/www.inmotionhosting.com\/support\/","name":"InMotion Hosting Support Center","description":"Web Hosting Support &amp; Tutorials","publisher":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.inmotionhosting.com\/support\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.inmotionhosting.com\/support\/#organization","name":"InMotion Hosting","url":"https:\/\/www.inmotionhosting.com\/support\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/","url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg","contentUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg","width":696,"height":696,"caption":"InMotion Hosting"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/inmotionhosting\/","https:\/\/x.com\/InMotionHosting"]},{"@type":"Person","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/8d626175dd3b70ee90a172bdb09a460b","name":"InMotion Hosting Contributor","description":"InMotion Hosting contributors are highly knowledgeable individuals who create relevant content on new trends and troubleshooting techniques to help you achieve your online goals!","sameAs":["https:\/\/www.linkedin.com\/company\/inmotion-hosting\/","https:\/\/x.com\/https:\/\/twitter.com\/InMotionHosting"],"url":"https:\/\/www.inmotionhosting.com\/support\/author\/arn\/"}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"primary_category":{"id":56,"name":"WordPress Tutorials","slug":"wordpress","link":"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/"},"_links":{"self":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/4587","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/users\/7"}],"replies":[{"embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/comments?post=4587"}],"version-history":[{"count":7,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/4587\/revisions"}],"predecessor-version":[{"id":91936,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/4587\/revisions\/91936"}],"wp:attachment":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/media?parent=4587"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/categories?post=4587"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/tags?post=4587"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}