{"id":13747,"date":"2021-08-31T07:17:59","date_gmt":"2021-08-31T07:17:59","guid":{"rendered":"https:\/\/www.milesweb.in\/hosting-faqs\/?p=13747"},"modified":"2026-02-27T13:03:36","modified_gmt":"2026-02-27T07:33:36","slug":"how-to-block-bots-from-apache-with-whm-cpanel","status":"publish","type":"post","link":"https:\/\/www.milesweb.in\/hosting-faqs\/how-to-block-bots-from-apache-with-whm-cpanel\/","title":{"rendered":"How to Block Bots from Apache with WHM\/cPanel?"},"content":{"rendered":"<p>Bot crawlers are\u00a0essential algorithms that index your website. However, that applies to only a few of them as some bots cause more harm than good, like server load or network instability. You can block these bots using Apache with WHM\/cPanel server.<\/p>\n<h2>To Block Bots from Apache<\/h2>\n<p>1. Log in to WHM using your root account.<\/p>\n<p>2. Select the <strong>Service Configuration<\/strong> option from the navigation menu.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-12022\" src=\"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2021\/06\/whm_service_configuration.png\" alt=\"\" width=\"1919\" height=\"869\" \/><\/p>\n<p>3. Click on <strong>Apache Configuration<\/strong>.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-12671\" src=\"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2021\/08\/whm_apache_configuration.png\" alt=\"\" width=\"1255\" height=\"249\" \/><\/p>\n<p>The list of configuration options for the Apache server will appear.<\/p>\n<p>4. Click on <strong>Include Editor<\/strong>.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-12672\" src=\"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2021\/08\/whm_apache_include_editor.png\" alt=\"\" width=\"1382\" height=\"638\" \/><\/p>\n<p>Here, you can apply configurations to your Apache server on a global scale.<\/p>\n<p>5. Go to the <strong>Pre Main Include<\/strong> section and, under <strong>I wish to edit the Pre Main configuration include file for:\u00a0<\/strong>select <strong>All Versions\u00a0<\/strong>from the dropdown list.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-12673\" src=\"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2021\/08\/whm_apache_include_editor_pre_main_inc.png\" alt=\"\" width=\"620\" height=\"629\" \/><\/p>\n<p>A text box will appear in the <strong>Pre Main Include<\/strong> section.<\/p>\n<p>6. Copy\/enter this code in there and click the <strong>Update<\/strong> button.<\/p>\n<pre class=\"lang:default decode:true\">&lt;Directory \"\/example\"&gt;\r\n   SetEnvIfNoCase User-Agent \"MJ12bot\" bad_bots\r\n   SetEnvIfNoCase User-Agent \"AhrefsBot\" bad_bots\r\n   SetEnvIfNoCase User-Agent \"SemrushBot\" bad_bots\r\n   SetEnvIfNoCase User-Agent \"Baiduspider\" bad_bots\r\n  &lt;RequireAll&gt;\r\n     Require all granted\r\n     Require not env bad_bots\r\n  &lt;\/RequireAll&gt;\r\n&lt;\/Directory&gt;<\/pre>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-12675\" src=\"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2021\/08\/whm_apache_pre_main_inc_update-min.png\" alt=\"\" width=\"624\" height=\"223\" \/><\/p>\n<div class=\"kb-wisdom-wrapr kb-wisdom-info kb-wisdom-wrapr-blue\">\n<div class=\"kb-wisdom-col kb-wisdom-col-icon\">\n<div class=\"kb-wisdom-icon\">\n<div><\/div>\n<\/div>\n<\/div>\n<div class=\"kb-wisdom-col kb-wisdom-col-content\">\n<p><strong>Note<\/strong>: In the first line in the\u00a0<strong>Directory<\/strong> section where we set it as <em>\/example<\/em>,\u00a0you have to specify the directory path to the location of your website. For cPanel servers, it is set as <em>\/home<\/em>\u00a0by default. Also, you can block more bad bots by adding them to the code with the same syntax.<\/p>\n<\/div>\n<\/div>\n<p>Here&#8217;s a list of commonly termed bad bots:<\/p>\n\n<table id=\"tablepress-35\" class=\"tablepress tablepress-id-35\">\n<thead>\n<tr class=\"row-1\">\n\t<th class=\"column-1\">Bad_Bots List<\/th>\n<\/tr>\n<\/thead>\n<tbody class=\"row-striping row-hover\">\n<tr class=\"row-2\">\n\t<td class=\"column-1\">MJ12Bot<\/td>\n<\/tr>\n<tr class=\"row-3\">\n\t<td class=\"column-1\">Baiduspider<\/td>\n<\/tr>\n<tr class=\"row-4\">\n\t<td class=\"column-1\">AhrefsBot<\/td>\n<\/tr>\n<tr class=\"row-5\">\n\t<td class=\"column-1\">SEMrushBot<\/td>\n<\/tr>\n<tr class=\"row-6\">\n\t<td class=\"column-1\">DotBot<\/td>\n<\/tr>\n<tr class=\"row-7\">\n\t<td class=\"column-1\">MauiBot<\/td>\n<\/tr>\n<tr class=\"row-8\">\n\t<td class=\"column-1\">YandexBot<\/td>\n<\/tr>\n<tr class=\"row-9\">\n\t<td class=\"column-1\">PetalBot or AspiegelBot<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n\n","protected":false},"excerpt":{"rendered":"<p>Bot crawlers are\u00a0essential algorithms that index your website. However, that applies to only a few of them as some bots cause more harm than good, like server load or network instability. You can block these bots using Apache with WHM\/cPanel server. To Block Bots from Apache 1. Log in to WHM using your root account. [&hellip;]<\/p>\n","protected":false},"author":27,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[3049],"tags":[13,1440,2428,2414,2429,2412,2394,2413,175],"class_list":["post-13747","post","type-post","status-publish","format-standard","placeholder-for-hentry","category-security-and-ssl","tag-apache","tag-apache-server","tag-apache-server-whm","tag-block-bots","tag-block-bots-from-apache","tag-block-bots-via-cpanel","tag-cpanel-server","tag-how-to-block-bots","tag-whm"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.1.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to Block Bots from Apache with WHM\/cPanel?<\/title>\n<meta name=\"description\" content=\"Bad bots or web crawlers can cause your websites to get slow and even result in a server crash. You can block bots from Apache with WHM\/cPanel.\" \/>\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.milesweb.in\/hosting-faqs\/how-to-block-bots-from-apache-with-whm-cpanel\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Block Bots from Apache with WHM\/cPanel?\" \/>\n<meta property=\"og:description\" content=\"Bad bots or web crawlers can cause your websites to get slow and even result in a server crash. You can block bots from Apache with WHM\/cPanel.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.milesweb.in\/hosting-faqs\/how-to-block-bots-from-apache-with-whm-cpanel\/\" \/>\n<meta property=\"og:site_name\" content=\"Web Hosting FAQs by MilesWeb\" \/>\n<meta property=\"article:published_time\" content=\"2021-08-31T07:17:59+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-02-27T07:33:36+00:00\" \/>\n<meta name=\"author\" content=\"Prasad Khartadkar\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Prasad Khartadkar\" \/>\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.milesweb.in\/hosting-faqs\/how-to-block-bots-from-apache-with-whm-cpanel\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.milesweb.in\/hosting-faqs\/how-to-block-bots-from-apache-with-whm-cpanel\/\"},\"author\":{\"name\":\"Prasad Khartadkar\",\"@id\":\"https:\/\/www.milesweb.in\/hosting-faqs\/#\/schema\/person\/c9138a9488172a8d0aa2d4f40878d83e\"},\"headline\":\"How to Block Bots from Apache with WHM\/cPanel?\",\"datePublished\":\"2021-08-31T07:17:59+00:00\",\"dateModified\":\"2026-02-27T07:33:36+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.milesweb.in\/hosting-faqs\/how-to-block-bots-from-apache-with-whm-cpanel\/\"},\"wordCount\":221,\"commentCount\":0,\"image\":{\"@id\":\"https:\/\/www.milesweb.in\/hosting-faqs\/how-to-block-bots-from-apache-with-whm-cpanel\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2021\/06\/whm_service_configuration.png\",\"keywords\":[\"Apache\",\"apache server\",\"apache server whm\",\"Block Bots\",\"Block Bots from Apache\",\"Block Bots via cPanel\",\"cPanel Server\",\"How to Block Bots\",\"WHM\"],\"articleSection\":[\"Security &amp; SSL\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.milesweb.in\/hosting-faqs\/how-to-block-bots-from-apache-with-whm-cpanel\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.milesweb.in\/hosting-faqs\/how-to-block-bots-from-apache-with-whm-cpanel\/\",\"url\":\"https:\/\/www.milesweb.in\/hosting-faqs\/how-to-block-bots-from-apache-with-whm-cpanel\/\",\"name\":\"How to Block Bots from Apache with WHM\/cPanel?\",\"isPartOf\":{\"@id\":\"https:\/\/www.milesweb.in\/hosting-faqs\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.milesweb.in\/hosting-faqs\/how-to-block-bots-from-apache-with-whm-cpanel\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.milesweb.in\/hosting-faqs\/how-to-block-bots-from-apache-with-whm-cpanel\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2021\/06\/whm_service_configuration.png\",\"datePublished\":\"2021-08-31T07:17:59+00:00\",\"dateModified\":\"2026-02-27T07:33:36+00:00\",\"author\":{\"@id\":\"https:\/\/www.milesweb.in\/hosting-faqs\/#\/schema\/person\/c9138a9488172a8d0aa2d4f40878d83e\"},\"description\":\"Bad bots or web crawlers can cause your websites to get slow and even result in a server crash. You can block bots from Apache with WHM\/cPanel.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.milesweb.in\/hosting-faqs\/how-to-block-bots-from-apache-with-whm-cpanel\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.milesweb.in\/hosting-faqs\/how-to-block-bots-from-apache-with-whm-cpanel\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.milesweb.in\/hosting-faqs\/how-to-block-bots-from-apache-with-whm-cpanel\/#primaryimage\",\"url\":\"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2021\/06\/whm_service_configuration.png\",\"contentUrl\":\"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2021\/06\/whm_service_configuration.png\",\"width\":1919,\"height\":869},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.milesweb.in\/hosting-faqs\/how-to-block-bots-from-apache-with-whm-cpanel\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.milesweb.in\/hosting-faqs\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Block Bots from Apache with WHM\/cPanel?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.milesweb.in\/hosting-faqs\/#website\",\"url\":\"https:\/\/www.milesweb.in\/hosting-faqs\/\",\"name\":\"Web Hosting FAQs by MilesWeb\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.milesweb.in\/hosting-faqs\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.milesweb.in\/hosting-faqs\/#\/schema\/person\/c9138a9488172a8d0aa2d4f40878d83e\",\"name\":\"Prasad Khartadkar\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.milesweb.in\/hosting-faqs\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2021\/08\/Prasad-K.-1-150x150.jpg\",\"contentUrl\":\"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2021\/08\/Prasad-K.-1-150x150.jpg\",\"caption\":\"Prasad Khartadkar\"},\"description\":\"Prasad is a business grad specialized in Marketing. He has garnered experience as a technical content writer and a digital marketer that he brings out in his work. He likes reading classics and travel in his free time.\",\"sameAs\":[\"https:\/\/www.milesweb.in\"],\"url\":\"https:\/\/www.milesweb.in\/hosting-faqs\/author\/prasad-khartadkar\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Block Bots from Apache with WHM\/cPanel?","description":"Bad bots or web crawlers can cause your websites to get slow and even result in a server crash. You can block bots from Apache with WHM\/cPanel.","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.milesweb.in\/hosting-faqs\/how-to-block-bots-from-apache-with-whm-cpanel\/","og_locale":"en_US","og_type":"article","og_title":"How to Block Bots from Apache with WHM\/cPanel?","og_description":"Bad bots or web crawlers can cause your websites to get slow and even result in a server crash. You can block bots from Apache with WHM\/cPanel.","og_url":"https:\/\/www.milesweb.in\/hosting-faqs\/how-to-block-bots-from-apache-with-whm-cpanel\/","og_site_name":"Web Hosting FAQs by MilesWeb","article_published_time":"2021-08-31T07:17:59+00:00","article_modified_time":"2026-02-27T07:33:36+00:00","author":"Prasad Khartadkar","twitter_misc":{"Written by":"Prasad Khartadkar","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.milesweb.in\/hosting-faqs\/how-to-block-bots-from-apache-with-whm-cpanel\/#article","isPartOf":{"@id":"https:\/\/www.milesweb.in\/hosting-faqs\/how-to-block-bots-from-apache-with-whm-cpanel\/"},"author":{"name":"Prasad Khartadkar","@id":"https:\/\/www.milesweb.in\/hosting-faqs\/#\/schema\/person\/c9138a9488172a8d0aa2d4f40878d83e"},"headline":"How to Block Bots from Apache with WHM\/cPanel?","datePublished":"2021-08-31T07:17:59+00:00","dateModified":"2026-02-27T07:33:36+00:00","mainEntityOfPage":{"@id":"https:\/\/www.milesweb.in\/hosting-faqs\/how-to-block-bots-from-apache-with-whm-cpanel\/"},"wordCount":221,"commentCount":0,"image":{"@id":"https:\/\/www.milesweb.in\/hosting-faqs\/how-to-block-bots-from-apache-with-whm-cpanel\/#primaryimage"},"thumbnailUrl":"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2021\/06\/whm_service_configuration.png","keywords":["Apache","apache server","apache server whm","Block Bots","Block Bots from Apache","Block Bots via cPanel","cPanel Server","How to Block Bots","WHM"],"articleSection":["Security &amp; SSL"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.milesweb.in\/hosting-faqs\/how-to-block-bots-from-apache-with-whm-cpanel\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.milesweb.in\/hosting-faqs\/how-to-block-bots-from-apache-with-whm-cpanel\/","url":"https:\/\/www.milesweb.in\/hosting-faqs\/how-to-block-bots-from-apache-with-whm-cpanel\/","name":"How to Block Bots from Apache with WHM\/cPanel?","isPartOf":{"@id":"https:\/\/www.milesweb.in\/hosting-faqs\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.milesweb.in\/hosting-faqs\/how-to-block-bots-from-apache-with-whm-cpanel\/#primaryimage"},"image":{"@id":"https:\/\/www.milesweb.in\/hosting-faqs\/how-to-block-bots-from-apache-with-whm-cpanel\/#primaryimage"},"thumbnailUrl":"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2021\/06\/whm_service_configuration.png","datePublished":"2021-08-31T07:17:59+00:00","dateModified":"2026-02-27T07:33:36+00:00","author":{"@id":"https:\/\/www.milesweb.in\/hosting-faqs\/#\/schema\/person\/c9138a9488172a8d0aa2d4f40878d83e"},"description":"Bad bots or web crawlers can cause your websites to get slow and even result in a server crash. You can block bots from Apache with WHM\/cPanel.","breadcrumb":{"@id":"https:\/\/www.milesweb.in\/hosting-faqs\/how-to-block-bots-from-apache-with-whm-cpanel\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.milesweb.in\/hosting-faqs\/how-to-block-bots-from-apache-with-whm-cpanel\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.milesweb.in\/hosting-faqs\/how-to-block-bots-from-apache-with-whm-cpanel\/#primaryimage","url":"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2021\/06\/whm_service_configuration.png","contentUrl":"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2021\/06\/whm_service_configuration.png","width":1919,"height":869},{"@type":"BreadcrumbList","@id":"https:\/\/www.milesweb.in\/hosting-faqs\/how-to-block-bots-from-apache-with-whm-cpanel\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.milesweb.in\/hosting-faqs\/"},{"@type":"ListItem","position":2,"name":"How to Block Bots from Apache with WHM\/cPanel?"}]},{"@type":"WebSite","@id":"https:\/\/www.milesweb.in\/hosting-faqs\/#website","url":"https:\/\/www.milesweb.in\/hosting-faqs\/","name":"Web Hosting FAQs by MilesWeb","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.milesweb.in\/hosting-faqs\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.milesweb.in\/hosting-faqs\/#\/schema\/person\/c9138a9488172a8d0aa2d4f40878d83e","name":"Prasad Khartadkar","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.milesweb.in\/hosting-faqs\/#\/schema\/person\/image\/","url":"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2021\/08\/Prasad-K.-1-150x150.jpg","contentUrl":"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2021\/08\/Prasad-K.-1-150x150.jpg","caption":"Prasad Khartadkar"},"description":"Prasad is a business grad specialized in Marketing. He has garnered experience as a technical content writer and a digital marketer that he brings out in his work. He likes reading classics and travel in his free time.","sameAs":["https:\/\/www.milesweb.in"],"url":"https:\/\/www.milesweb.in\/hosting-faqs\/author\/prasad-khartadkar\/"}]}},"_links":{"self":[{"href":"https:\/\/www.milesweb.in\/hosting-faqs\/wp-json\/wp\/v2\/posts\/13747","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.milesweb.in\/hosting-faqs\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.milesweb.in\/hosting-faqs\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.milesweb.in\/hosting-faqs\/wp-json\/wp\/v2\/users\/27"}],"replies":[{"embeddable":true,"href":"https:\/\/www.milesweb.in\/hosting-faqs\/wp-json\/wp\/v2\/comments?post=13747"}],"version-history":[{"count":1,"href":"https:\/\/www.milesweb.in\/hosting-faqs\/wp-json\/wp\/v2\/posts\/13747\/revisions"}],"predecessor-version":[{"id":13754,"href":"https:\/\/www.milesweb.in\/hosting-faqs\/wp-json\/wp\/v2\/posts\/13747\/revisions\/13754"}],"wp:attachment":[{"href":"https:\/\/www.milesweb.in\/hosting-faqs\/wp-json\/wp\/v2\/media?parent=13747"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.milesweb.in\/hosting-faqs\/wp-json\/wp\/v2\/categories?post=13747"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.milesweb.in\/hosting-faqs\/wp-json\/wp\/v2\/tags?post=13747"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}