{"id":539,"date":"2013-01-30T21:15:26","date_gmt":"2013-01-30T21:15:26","guid":{"rendered":"https:\/\/www.inmotionhosting.com\/support\/2013\/01\/30\/redirect-visitors-under-construction-page\/"},"modified":"2021-08-16T23:23:26","modified_gmt":"2021-08-17T03:23:26","slug":"redirect-visitors-under-construction-page","status":"publish","type":"post","link":"https:\/\/www.inmotionhosting.com\/support\/website\/website-design\/redirect-visitors-under-construction-page\/","title":{"rendered":"Redirecting visitors to an Under Construction page"},"content":{"rendered":"<p>When working on your website, you may want to prevent any visitor from accessing your site except you. This can be done by creating a 302 temporary redirect in your .htaccess file to a <a href=\"https:\/\/www.inmotionhosting.com\/support\/website\/website-design\/how-to-create-a-bootstrap-under-construction-page\/\">construction<\/a>  page. By creating a redirect for any IP address except your own in your .htaccess, you can prevent visitors from accessing your site while you update it. This tutorial will explain how to create a redirect for all IP addresses, except your IP, to a construction page on your server.<\/p>\n<p class=\"alert\"><strong>Important!<\/strong> You will need to create a page in your public_html called \u201c<em><em>construction<\/em>.html<\/em>\u201c. For information on how to create a page in your public_html see our article on <a href=\"\/support\/website\/website-design\/coming-soon-page-2\/\" target=\"_blank\" rel=\"noopener noreferrer\">Creating an Under Construction or Coming Soon page<\/a>.<\/p>\n<h2>Steps to allow only one IP access<\/h2>\n<ol class=\"article_list\">\n<li>First, you will need to <strong>obtain your IP address<\/strong>. Visit the following link to obtain your IP.\n<p style=\"margin-left: 20px;\"><a href=\"https:\/\/support.inmotionhosting.com\/ipcheck.php\" target=\"_blank\" rel=\"noopener noreferrer\">support.inmotionhosting.com\/ipcheck.php<\/a><\/p>\n<\/li>\n<li>Next, <a href=\"\/support\/edu\/cpanel\/how-to-log-into-cpanel\/\" target=\"_blank\" title=\"Click here for info\" rel=\"noopener noreferrer\">Login into your cPanel<\/a><\/li>\n<li><a href=\"\/support\/edu\/cpanel\/using-file-manager-in-cpanel\/\" target=\"_blank\" title=\"Click here for info\" rel=\"noopener noreferrer\">Go to the File Manager<\/a>. <strong>Select the public_html <\/strong>web root.\n<p class=\"alert\"><strong>Important!<\/strong> Make sure you have the show hidden files box checked.<\/p>\n<p><strong>Click Go<\/strong>.<\/p>\n<p><br style=\"clear: both;\"><\/p><\/li>\n<li><strong>Edit the .htaccess file<\/strong> with <a href=\"\/support\/security\/password-strength\/\" target=\"_blank\" rel=\"noopener noreferrer\">the code editor<\/a>. <br style=\"clear: both;\"><\/li>\n<li><a href=\"\/support\/wp-content\/uploads\/2013\/01\/edu_howto_htaccess_restrict-ips-except-yours_htaccess-ip-only.gif\" rel=\"lightbox-0\"><img decoding=\"async\" width=\"518\" height=\"178\" src=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/01\/edu_howto_htaccess_restrict-ips-except-yours_htaccess-ip-only.gif\" class=\"optimized-lcp-image\" alt=\"Code view of htaccess redirect\" loading=\"eager\" fetchpriority=\"high\" sizes=\"(max-width: 768px) 100vw, 768px\"><\/a>\n<div style=\"clear:both;\"><\/div>\n<p><strong>Paste the following code at the top of the .htaccess file. <\/strong><\/p>\n<p class=\"alert\"><strong>NOTE!<\/strong> The following code is for IP 123.45.67.89 (The code looks like !^123.45.67.89$). You will want to change the code to your IP.<\/p>\n<br><code>Options +FollowSymlinks \n<br>RewriteEngine on \n<br>RewriteCond %{REMOTE_ADDR} !^123.45.67.89$ \n<br>RewriteCond %{REQUEST_URI} !construction.html \n<br>RewriteRule ^(.*)$ \/construction.html [R=302,L]<\/code>\n<p><strong>Save the file<\/strong>.<\/p>\n<p class=\"alert\"><strong>Important!<\/strong> If you are pointing to a subdomain you will need to place <code>RewriteEngine Off<\/code> code in the .htaccess of the subdomains directory.<\/p>\n<p>Now when your site is visited, any visitor that is not from 123.45.67.89 will be redirected to the construction.php.<\/p>\n<p class=\"alert\"><strong>Important!<\/strong> If you cannot access your website after a certain amount of time, its possible your IP address changed at your local connection. This is common with dynamic IP addresses. You can get your IP again and edit the .htaccess to reflect your new IP address to restore you access to your web site.<\/p>\n<p> <br style=\"clear: both;\"><\/p><\/li>\n<\/ol>\n","protected":false},"excerpt":{"rendered":"<p>When working on your website, you may want to prevent any visitor from accessing your site except you. This can be done by creating a 302 temporary redirect in your .htaccess file to a construction page. By creating a redirect for any IP address except your own in your .htaccess, you can prevent visitors from<a class=\"moretag\" href=\"https:\/\/www.inmotionhosting.com\/support\/website\/website-design\/redirect-visitors-under-construction-page\/\"> Read More ><\/a><\/p>\n","protected":false},"author":9,"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":[4346],"tags":[],"class_list":["post-539","post","type-post","status-publish","format-standard","hentry","category-website-design"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.1.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Redirecting visitors to an Under Construction page | InMotion Hosting<\/title>\n<meta name=\"description\" content=\"This article will explain how to redirect visitors to an under construction page except your IP address.\" \/>\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\/website\/website-design\/redirect-visitors-under-construction-page\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Redirecting visitors to an Under Construction page | InMotion Hosting\" \/>\n<meta property=\"og:description\" content=\"This article will explain how to redirect visitors to an under construction page except your IP address.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.inmotionhosting.com\/support\/website\/website-design\/redirect-visitors-under-construction-page\/\" \/>\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=\"2013-01-30T21:15:26+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-08-17T03:23:26+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/01\/edu_howto_htaccess_restrict-ips-except-yours_htaccess-ip-only.gif\" \/>\n<meta name=\"author\" content=\"InMotion Hosting Contributor\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@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=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/website-design\/redirect-visitors-under-construction-page\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/website-design\/redirect-visitors-under-construction-page\/\"},\"author\":{\"name\":\"InMotion Hosting Contributor\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/0ba9f3ef6fadef71df5aa120ff996c41\"},\"headline\":\"Redirecting visitors to an Under Construction page\",\"datePublished\":\"2013-01-30T21:15:26+00:00\",\"dateModified\":\"2021-08-17T03:23:26+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/website-design\/redirect-visitors-under-construction-page\/\"},\"wordCount\":325,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/website-design\/redirect-visitors-under-construction-page\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/01\/edu_howto_htaccess_restrict-ips-except-yours_htaccess-ip-only.gif\",\"articleSection\":[\"Website Design\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.inmotionhosting.com\/support\/website\/website-design\/redirect-visitors-under-construction-page\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/website-design\/redirect-visitors-under-construction-page\/\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/website\/website-design\/redirect-visitors-under-construction-page\/\",\"name\":\"Redirecting visitors to an Under Construction page | InMotion Hosting\",\"isPartOf\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/website-design\/redirect-visitors-under-construction-page\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/website-design\/redirect-visitors-under-construction-page\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/01\/edu_howto_htaccess_restrict-ips-except-yours_htaccess-ip-only.gif\",\"datePublished\":\"2013-01-30T21:15:26+00:00\",\"dateModified\":\"2021-08-17T03:23:26+00:00\",\"description\":\"This article will explain how to redirect visitors to an under construction page except your IP address.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/website-design\/redirect-visitors-under-construction-page\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.inmotionhosting.com\/support\/website\/website-design\/redirect-visitors-under-construction-page\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/website-design\/redirect-visitors-under-construction-page\/#primaryimage\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/01\/edu_howto_htaccess_restrict-ips-except-yours_htaccess-ip-only.gif\",\"contentUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/01\/edu_howto_htaccess_restrict-ips-except-yours_htaccess-ip-only.gif\",\"width\":518,\"height\":178,\"caption\":\"Click here to view the larger image\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/website-design\/redirect-visitors-under-construction-page\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.inmotionhosting.com\/support\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Redirecting visitors to an Under Construction page\"}]},{\"@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\/0ba9f3ef6fadef71df5aa120ff996c41\",\"name\":\"InMotion Hosting Contributor\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/author\/jamesr\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Redirecting visitors to an Under Construction page | InMotion Hosting","description":"This article will explain how to redirect visitors to an under construction page except your IP address.","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\/website\/website-design\/redirect-visitors-under-construction-page\/","og_locale":"en_US","og_type":"article","og_title":"Redirecting visitors to an Under Construction page | InMotion Hosting","og_description":"This article will explain how to redirect visitors to an under construction page except your IP address.","og_url":"https:\/\/www.inmotionhosting.com\/support\/website\/website-design\/redirect-visitors-under-construction-page\/","og_site_name":"InMotion Hosting Support Center","article_publisher":"https:\/\/www.facebook.com\/inmotionhosting\/","article_published_time":"2013-01-30T21:15:26+00:00","article_modified_time":"2021-08-17T03:23:26+00:00","og_image":[{"url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/01\/edu_howto_htaccess_restrict-ips-except-yours_htaccess-ip-only.gif","type":"","width":"","height":""}],"author":"InMotion Hosting Contributor","twitter_card":"summary_large_image","twitter_creator":"@InMotionHosting","twitter_site":"@InMotionHosting","twitter_misc":{"Written by":"InMotion Hosting Contributor","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.inmotionhosting.com\/support\/website\/website-design\/redirect-visitors-under-construction-page\/#article","isPartOf":{"@id":"https:\/\/www.inmotionhosting.com\/support\/website\/website-design\/redirect-visitors-under-construction-page\/"},"author":{"name":"InMotion Hosting Contributor","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/0ba9f3ef6fadef71df5aa120ff996c41"},"headline":"Redirecting visitors to an Under Construction page","datePublished":"2013-01-30T21:15:26+00:00","dateModified":"2021-08-17T03:23:26+00:00","mainEntityOfPage":{"@id":"https:\/\/www.inmotionhosting.com\/support\/website\/website-design\/redirect-visitors-under-construction-page\/"},"wordCount":325,"commentCount":0,"publisher":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#organization"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/website\/website-design\/redirect-visitors-under-construction-page\/#primaryimage"},"thumbnailUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/01\/edu_howto_htaccess_restrict-ips-except-yours_htaccess-ip-only.gif","articleSection":["Website Design"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.inmotionhosting.com\/support\/website\/website-design\/redirect-visitors-under-construction-page\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.inmotionhosting.com\/support\/website\/website-design\/redirect-visitors-under-construction-page\/","url":"https:\/\/www.inmotionhosting.com\/support\/website\/website-design\/redirect-visitors-under-construction-page\/","name":"Redirecting visitors to an Under Construction page | InMotion Hosting","isPartOf":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.inmotionhosting.com\/support\/website\/website-design\/redirect-visitors-under-construction-page\/#primaryimage"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/website\/website-design\/redirect-visitors-under-construction-page\/#primaryimage"},"thumbnailUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/01\/edu_howto_htaccess_restrict-ips-except-yours_htaccess-ip-only.gif","datePublished":"2013-01-30T21:15:26+00:00","dateModified":"2021-08-17T03:23:26+00:00","description":"This article will explain how to redirect visitors to an under construction page except your IP address.","breadcrumb":{"@id":"https:\/\/www.inmotionhosting.com\/support\/website\/website-design\/redirect-visitors-under-construction-page\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.inmotionhosting.com\/support\/website\/website-design\/redirect-visitors-under-construction-page\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.inmotionhosting.com\/support\/website\/website-design\/redirect-visitors-under-construction-page\/#primaryimage","url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/01\/edu_howto_htaccess_restrict-ips-except-yours_htaccess-ip-only.gif","contentUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/01\/edu_howto_htaccess_restrict-ips-except-yours_htaccess-ip-only.gif","width":518,"height":178,"caption":"Click here to view the larger image"},{"@type":"BreadcrumbList","@id":"https:\/\/www.inmotionhosting.com\/support\/website\/website-design\/redirect-visitors-under-construction-page\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.inmotionhosting.com\/support\/"},{"@type":"ListItem","position":2,"name":"Redirecting visitors to an Under Construction page"}]},{"@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\/0ba9f3ef6fadef71df5aa120ff996c41","name":"InMotion Hosting Contributor","url":"https:\/\/www.inmotionhosting.com\/support\/author\/jamesr\/"}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"primary_category":null,"_links":{"self":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/539","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\/9"}],"replies":[{"embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/comments?post=539"}],"version-history":[{"count":6,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/539\/revisions"}],"predecessor-version":[{"id":84998,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/539\/revisions\/84998"}],"wp:attachment":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/media?parent=539"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/categories?post=539"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/tags?post=539"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}