{"id":981,"date":"2018-11-12T15:55:39","date_gmt":"2018-11-12T08:55:39","guid":{"rendered":"https:\/\/www.whplus.com\/blog\/?p=981"},"modified":"2018-11-12T15:56:10","modified_gmt":"2018-11-12T08:56:10","slug":"how-to-disable-ipv6-on-centos-7","status":"publish","type":"post","link":"https:\/\/www.whplus.com\/blog\/2018\/11\/12\/how-to-disable-ipv6-on-centos-7.html","title":{"rendered":"How to disable IPv6 on CentOS 7"},"content":{"rendered":"<p>To verify if IPv6 is enabled or not, execute :<\/p>\n<p><code># ifconfig -a | grep inet6<br \/>\n        inet6 fe80::211:aff:fe6a:9de4  prefixlen 64  scopeid 0x20<br \/>\n        inet6 ::1  prefixlen 128  scopeid 0x10[host]<\/code><\/p>\n<p><strong>1. Disable IPv6 in kernel module (requires reboot)<\/strong><br \/>\n1. Edit \/etc\/default\/grub and add ipv6.disable=1 in line GRUB_CMDLINE_LINUX, e.g.:<\/p>\n<p><code># cat \/etc\/default\/grub<br \/>\nGRUB_TIMEOUT=5<br \/>\nGRUB_DEFAULT=saved<br \/>\nGRUB_DISABLE_SUBMENU=true<br \/>\nGRUB_TERMINAL_OUTPUT=\"console\"<br \/>\nGRUB_CMDLINE_LINUX=\"ipv6.disable=1 crashkernel=auto rhgb quiet\"<br \/>\nGRUB_DISABLE_RECOVERY=\"true\"<\/code><\/p>\n<p>2. Regenerate a GRUB configuration file and overwrite existing one:<\/p>\n<p><code># grub2-mkconfig -o \/boot\/grub2\/grub.cfg<\/code><\/p>\n<p>3. Restart system and verify no line \u201cinet6\u201d in \u201cip addr show\u201d command output.<\/p>\n<p><code># shutdown -r now<\/code><\/p>\n<p><code># ip addr show | grep net6<\/code><br \/>\n<!--more--><\/p>\n<p><strong>2. Disable IPv6 using sysctl settings (no reboot required)<\/strong><\/p>\n<p>1. Append below lines in \/etc\/sysctl.conf:<\/p>\n<p><code>net.ipv6.conf.all.disable_ipv6 = 1<br \/>\nnet.ipv6.conf.default.disable_ipv6 = 1<\/code><\/p>\n<p>2. To make the settings affective, execute :<\/p>\n<p><code># sysctl -p<\/code><\/p>\n<p>NOTE : make sure the file \/etc\/ssh\/sshd_config contains the line AddressFamily inet to avoid breaking SSH Xforwarding if you are using the sysctl method<\/p>\n<p>3. Add the AddressFamily line to sshd_config :<\/p>\n<p><code># vi \/etc\/ssh\/sshd_config<\/code><\/p>\n<p><code>....<br \/>\nAddressFamily inet<br \/>\n....<\/code><\/p>\n<p>Restart sshd for changes to get get effect :<\/p>\n<p><code># systemctl restart sshd<\/code><\/p>\n","protected":false},"excerpt":{"rendered":"<p>To verify if IPv6 is enabled or not, execute : # ifconfig -a | grep inet6 inet6 fe80::211:aff:fe6a:9de4 prefixlen 64 scopeid 0x20 inet6 ::1 prefixlen 128 scopeid 0x10[host] 1. Disable IPv6 in kernel module (requires reboot) 1. Edit \/etc\/default\/grub and add ipv6.disable=1 in line GRUB_CMDLINE_LINUX, e.g.: # cat \/etc\/default\/grub GRUB_TIMEOUT=5 GRUB_DEFAULT=saved GRUB_DISABLE_SUBMENU=true GRUB_TERMINAL_OUTPUT=&#8221;console&#8221; GRUB_CMDLINE_LINUX=&#8221;ipv6.disable=1 crashkernel=auto\u2026 <span class=\"read-more\"><a href=\"https:\/\/www.whplus.com\/blog\/2018\/11\/12\/how-to-disable-ipv6-on-centos-7.html\">Read More &raquo;<\/a><\/span><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[4],"tags":[],"class_list":["post-981","post","type-post","status-publish","format-standard","hentry","category-tutorial"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.9 - aioseo.com -->\n\t<meta name=\"description\" content=\"To verify if IPv6 is enabled or not, execute : # ifconfig -a | grep inet6 inet6 fe80::211:aff:fe6a:9de4 prefixlen 64 scopeid 0x20 inet6 ::1 prefixlen 128 scopeid 0x10[host] 1. Disable IPv6 in kernel module (requires reboot) 1. Edit \/etc\/default\/grub and add ipv6.disable=1 in line GRUB_CMDLINE_LINUX, e.g.: # cat \/etc\/default\/grub GRUB_TIMEOUT=5 GRUB_DEFAULT=saved GRUB_DISABLE_SUBMENU=true GRUB_TERMINAL_OUTPUT=&quot;console&quot; GRUB_CMDLINE_LINUX=&quot;ipv6.disable=1 crashkernel=auto\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"whplus\"\/>\n\t<meta name=\"google-site-verification\" content=\"F5J0SGlaGQ2pp3SIm58KggrITtNTptKPB73P9hpRpfY\" \/>\n\t<meta name=\"keywords\" content=\"tutorial\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/www.whplus.com\/blog\/2018\/11\/12\/how-to-disable-ipv6-on-centos-7.html\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.9\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary\" \/>\n\t\t<meta name=\"twitter:site\" content=\"@whplus\" \/>\n\t\t<meta name=\"twitter:title\" content=\"How to disable IPv6 on CentOS 7 | Whplus Blog\" \/>\n\t\t<meta name=\"twitter:description\" content=\"To verify if IPv6 is enabled or not, execute : # ifconfig -a | grep inet6 inet6 fe80::211:aff:fe6a:9de4 prefixlen 64 scopeid 0x20 inet6 ::1 prefixlen 128 scopeid 0x10[host] 1. Disable IPv6 in kernel module (requires reboot) 1. Edit \/etc\/default\/grub and add ipv6.disable=1 in line GRUB_CMDLINE_LINUX, e.g.: # cat \/etc\/default\/grub GRUB_TIMEOUT=5 GRUB_DEFAULT=saved GRUB_DISABLE_SUBMENU=true GRUB_TERMINAL_OUTPUT=&quot;console&quot; GRUB_CMDLINE_LINUX=&quot;ipv6.disable=1 crashkernel=auto\" \/>\n\t\t<meta name=\"twitter:creator\" content=\"@whplus\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/www.whplus.com\/blog\/wp-content\/uploads\/2021\/03\/logo.png\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.whplus.com\\\/blog\\\/2018\\\/11\\\/12\\\/how-to-disable-ipv6-on-centos-7.html#article\",\"name\":\"How to disable IPv6 on CentOS 7 | Whplus Blog\",\"headline\":\"How to disable IPv6 on CentOS 7\",\"author\":{\"@id\":\"https:\\\/\\\/www.whplus.com\\\/blog\\\/author\\\/whplus#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/www.whplus.com\\\/blog\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/www.whplus.com\\\/blog\\\/wp-content\\\/uploads\\\/2021\\\/03\\\/logo.png\",\"@id\":\"https:\\\/\\\/www.whplus.com\\\/blog\\\/#articleImage\",\"width\":150,\"height\":60},\"datePublished\":\"2018-11-12T15:55:39+07:00\",\"dateModified\":\"2018-11-12T15:56:10+07:00\",\"inLanguage\":\"en-US\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.whplus.com\\\/blog\\\/2018\\\/11\\\/12\\\/how-to-disable-ipv6-on-centos-7.html#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.whplus.com\\\/blog\\\/2018\\\/11\\\/12\\\/how-to-disable-ipv6-on-centos-7.html#webpage\"},\"articleSection\":\"Tutorial\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.whplus.com\\\/blog\\\/2018\\\/11\\\/12\\\/how-to-disable-ipv6-on-centos-7.html#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.whplus.com\\\/blog#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.whplus.com\\\/blog\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.whplus.com\\\/blog\\\/category\\\/tutorial#listItem\",\"name\":\"Tutorial\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.whplus.com\\\/blog\\\/category\\\/tutorial#listItem\",\"position\":2,\"name\":\"Tutorial\",\"item\":\"https:\\\/\\\/www.whplus.com\\\/blog\\\/category\\\/tutorial\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.whplus.com\\\/blog\\\/2018\\\/11\\\/12\\\/how-to-disable-ipv6-on-centos-7.html#listItem\",\"name\":\"How to disable IPv6 on CentOS 7\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.whplus.com\\\/blog#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.whplus.com\\\/blog\\\/2018\\\/11\\\/12\\\/how-to-disable-ipv6-on-centos-7.html#listItem\",\"position\":3,\"name\":\"How to disable IPv6 on CentOS 7\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.whplus.com\\\/blog\\\/category\\\/tutorial#listItem\",\"name\":\"Tutorial\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.whplus.com\\\/blog\\\/#organization\",\"name\":\"Whplus\",\"description\":\"Informasi Seputar Layanan Whplus\",\"url\":\"https:\\\/\\\/www.whplus.com\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/www.whplus.com\\\/blog\\\/wp-content\\\/uploads\\\/2021\\\/03\\\/logo.png\",\"@id\":\"https:\\\/\\\/www.whplus.com\\\/blog\\\/2018\\\/11\\\/12\\\/how-to-disable-ipv6-on-centos-7.html\\\/#organizationLogo\",\"width\":150,\"height\":60},\"image\":{\"@id\":\"https:\\\/\\\/www.whplus.com\\\/blog\\\/2018\\\/11\\\/12\\\/how-to-disable-ipv6-on-centos-7.html\\\/#organizationLogo\"},\"sameAs\":[\"https:\\\/\\\/twitter.com\\\/whplus\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.whplus.com\\\/blog\\\/author\\\/whplus#author\",\"url\":\"https:\\\/\\\/www.whplus.com\\\/blog\\\/author\\\/whplus\",\"name\":\"whplus\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/www.whplus.com\\\/blog\\\/2018\\\/11\\\/12\\\/how-to-disable-ipv6-on-centos-7.html#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/5a5270c9fb35780ddadb175b96b0d198683692a2d67525ef5477ca2b11b18ad3?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"whplus\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.whplus.com\\\/blog\\\/2018\\\/11\\\/12\\\/how-to-disable-ipv6-on-centos-7.html#webpage\",\"url\":\"https:\\\/\\\/www.whplus.com\\\/blog\\\/2018\\\/11\\\/12\\\/how-to-disable-ipv6-on-centos-7.html\",\"name\":\"How to disable IPv6 on CentOS 7 | Whplus Blog\",\"description\":\"To verify if IPv6 is enabled or not, execute : # ifconfig -a | grep inet6 inet6 fe80::211:aff:fe6a:9de4 prefixlen 64 scopeid 0x20 inet6 ::1 prefixlen 128 scopeid 0x10[host] 1. Disable IPv6 in kernel module (requires reboot) 1. Edit \\\/etc\\\/default\\\/grub and add ipv6.disable=1 in line GRUB_CMDLINE_LINUX, e.g.: # cat \\\/etc\\\/default\\\/grub GRUB_TIMEOUT=5 GRUB_DEFAULT=saved GRUB_DISABLE_SUBMENU=true GRUB_TERMINAL_OUTPUT=\\\"console\\\" GRUB_CMDLINE_LINUX=\\\"ipv6.disable=1 crashkernel=auto\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.whplus.com\\\/blog\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.whplus.com\\\/blog\\\/2018\\\/11\\\/12\\\/how-to-disable-ipv6-on-centos-7.html#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/www.whplus.com\\\/blog\\\/author\\\/whplus#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/www.whplus.com\\\/blog\\\/author\\\/whplus#author\"},\"datePublished\":\"2018-11-12T15:55:39+07:00\",\"dateModified\":\"2018-11-12T15:56:10+07:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.whplus.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.whplus.com\\\/blog\\\/\",\"name\":\"Whplus Blog\",\"description\":\"Informasi Seputar Layanan Whplus\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.whplus.com\\\/blog\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"How to disable IPv6 on CentOS 7 | Whplus Blog","description":"To verify if IPv6 is enabled or not, execute : # ifconfig -a | grep inet6 inet6 fe80::211:aff:fe6a:9de4 prefixlen 64 scopeid 0x20 inet6 ::1 prefixlen 128 scopeid 0x10[host] 1. Disable IPv6 in kernel module (requires reboot) 1. Edit \/etc\/default\/grub and add ipv6.disable=1 in line GRUB_CMDLINE_LINUX, e.g.: # cat \/etc\/default\/grub GRUB_TIMEOUT=5 GRUB_DEFAULT=saved GRUB_DISABLE_SUBMENU=true GRUB_TERMINAL_OUTPUT=\"console\" GRUB_CMDLINE_LINUX=\"ipv6.disable=1 crashkernel=auto","canonical_url":"https:\/\/www.whplus.com\/blog\/2018\/11\/12\/how-to-disable-ipv6-on-centos-7.html","robots":"max-image-preview:large","keywords":"tutorial","webmasterTools":{"google-site-verification":"F5J0SGlaGQ2pp3SIm58KggrITtNTptKPB73P9hpRpfY","miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.whplus.com\/blog\/2018\/11\/12\/how-to-disable-ipv6-on-centos-7.html#article","name":"How to disable IPv6 on CentOS 7 | Whplus Blog","headline":"How to disable IPv6 on CentOS 7","author":{"@id":"https:\/\/www.whplus.com\/blog\/author\/whplus#author"},"publisher":{"@id":"https:\/\/www.whplus.com\/blog\/#organization"},"image":{"@type":"ImageObject","url":"https:\/\/www.whplus.com\/blog\/wp-content\/uploads\/2021\/03\/logo.png","@id":"https:\/\/www.whplus.com\/blog\/#articleImage","width":150,"height":60},"datePublished":"2018-11-12T15:55:39+07:00","dateModified":"2018-11-12T15:56:10+07:00","inLanguage":"en-US","mainEntityOfPage":{"@id":"https:\/\/www.whplus.com\/blog\/2018\/11\/12\/how-to-disable-ipv6-on-centos-7.html#webpage"},"isPartOf":{"@id":"https:\/\/www.whplus.com\/blog\/2018\/11\/12\/how-to-disable-ipv6-on-centos-7.html#webpage"},"articleSection":"Tutorial"},{"@type":"BreadcrumbList","@id":"https:\/\/www.whplus.com\/blog\/2018\/11\/12\/how-to-disable-ipv6-on-centos-7.html#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/www.whplus.com\/blog#listItem","position":1,"name":"Home","item":"https:\/\/www.whplus.com\/blog","nextItem":{"@type":"ListItem","@id":"https:\/\/www.whplus.com\/blog\/category\/tutorial#listItem","name":"Tutorial"}},{"@type":"ListItem","@id":"https:\/\/www.whplus.com\/blog\/category\/tutorial#listItem","position":2,"name":"Tutorial","item":"https:\/\/www.whplus.com\/blog\/category\/tutorial","nextItem":{"@type":"ListItem","@id":"https:\/\/www.whplus.com\/blog\/2018\/11\/12\/how-to-disable-ipv6-on-centos-7.html#listItem","name":"How to disable IPv6 on CentOS 7"},"previousItem":{"@type":"ListItem","@id":"https:\/\/www.whplus.com\/blog#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/www.whplus.com\/blog\/2018\/11\/12\/how-to-disable-ipv6-on-centos-7.html#listItem","position":3,"name":"How to disable IPv6 on CentOS 7","previousItem":{"@type":"ListItem","@id":"https:\/\/www.whplus.com\/blog\/category\/tutorial#listItem","name":"Tutorial"}}]},{"@type":"Organization","@id":"https:\/\/www.whplus.com\/blog\/#organization","name":"Whplus","description":"Informasi Seputar Layanan Whplus","url":"https:\/\/www.whplus.com\/blog\/","logo":{"@type":"ImageObject","url":"https:\/\/www.whplus.com\/blog\/wp-content\/uploads\/2021\/03\/logo.png","@id":"https:\/\/www.whplus.com\/blog\/2018\/11\/12\/how-to-disable-ipv6-on-centos-7.html\/#organizationLogo","width":150,"height":60},"image":{"@id":"https:\/\/www.whplus.com\/blog\/2018\/11\/12\/how-to-disable-ipv6-on-centos-7.html\/#organizationLogo"},"sameAs":["https:\/\/twitter.com\/whplus"]},{"@type":"Person","@id":"https:\/\/www.whplus.com\/blog\/author\/whplus#author","url":"https:\/\/www.whplus.com\/blog\/author\/whplus","name":"whplus","image":{"@type":"ImageObject","@id":"https:\/\/www.whplus.com\/blog\/2018\/11\/12\/how-to-disable-ipv6-on-centos-7.html#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/5a5270c9fb35780ddadb175b96b0d198683692a2d67525ef5477ca2b11b18ad3?s=96&d=mm&r=g","width":96,"height":96,"caption":"whplus"}},{"@type":"WebPage","@id":"https:\/\/www.whplus.com\/blog\/2018\/11\/12\/how-to-disable-ipv6-on-centos-7.html#webpage","url":"https:\/\/www.whplus.com\/blog\/2018\/11\/12\/how-to-disable-ipv6-on-centos-7.html","name":"How to disable IPv6 on CentOS 7 | Whplus Blog","description":"To verify if IPv6 is enabled or not, execute : # ifconfig -a | grep inet6 inet6 fe80::211:aff:fe6a:9de4 prefixlen 64 scopeid 0x20 inet6 ::1 prefixlen 128 scopeid 0x10[host] 1. Disable IPv6 in kernel module (requires reboot) 1. Edit \/etc\/default\/grub and add ipv6.disable=1 in line GRUB_CMDLINE_LINUX, e.g.: # cat \/etc\/default\/grub GRUB_TIMEOUT=5 GRUB_DEFAULT=saved GRUB_DISABLE_SUBMENU=true GRUB_TERMINAL_OUTPUT=\"console\" GRUB_CMDLINE_LINUX=\"ipv6.disable=1 crashkernel=auto","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/www.whplus.com\/blog\/#website"},"breadcrumb":{"@id":"https:\/\/www.whplus.com\/blog\/2018\/11\/12\/how-to-disable-ipv6-on-centos-7.html#breadcrumblist"},"author":{"@id":"https:\/\/www.whplus.com\/blog\/author\/whplus#author"},"creator":{"@id":"https:\/\/www.whplus.com\/blog\/author\/whplus#author"},"datePublished":"2018-11-12T15:55:39+07:00","dateModified":"2018-11-12T15:56:10+07:00"},{"@type":"WebSite","@id":"https:\/\/www.whplus.com\/blog\/#website","url":"https:\/\/www.whplus.com\/blog\/","name":"Whplus Blog","description":"Informasi Seputar Layanan Whplus","inLanguage":"en-US","publisher":{"@id":"https:\/\/www.whplus.com\/blog\/#organization"}}]},"twitter:card":"summary","twitter:site":"@whplus","twitter:title":"How to disable IPv6 on CentOS 7 | Whplus Blog","twitter:description":"To verify if IPv6 is enabled or not, execute : # ifconfig -a | grep inet6 inet6 fe80::211:aff:fe6a:9de4 prefixlen 64 scopeid 0x20 inet6 ::1 prefixlen 128 scopeid 0x10[host] 1. Disable IPv6 in kernel module (requires reboot) 1. Edit \/etc\/default\/grub and add ipv6.disable=1 in line GRUB_CMDLINE_LINUX, e.g.: # cat \/etc\/default\/grub GRUB_TIMEOUT=5 GRUB_DEFAULT=saved GRUB_DISABLE_SUBMENU=true GRUB_TERMINAL_OUTPUT=&quot;console&quot; GRUB_CMDLINE_LINUX=&quot;ipv6.disable=1 crashkernel=auto","twitter:creator":"@whplus","twitter:image":"https:\/\/www.whplus.com\/blog\/wp-content\/uploads\/2021\/03\/logo.png"},"aioseo_meta_data":{"post_id":"981","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"schema_type":null,"schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"location":null,"local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":null,"created":"2021-03-09 02:17:33","updated":"2022-09-14 02:01:31","seo_analyzer_scan_date":null},"_links":{"self":[{"href":"https:\/\/www.whplus.com\/blog\/wp-json\/wp\/v2\/posts\/981","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.whplus.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.whplus.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.whplus.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.whplus.com\/blog\/wp-json\/wp\/v2\/comments?post=981"}],"version-history":[{"count":2,"href":"https:\/\/www.whplus.com\/blog\/wp-json\/wp\/v2\/posts\/981\/revisions"}],"predecessor-version":[{"id":983,"href":"https:\/\/www.whplus.com\/blog\/wp-json\/wp\/v2\/posts\/981\/revisions\/983"}],"wp:attachment":[{"href":"https:\/\/www.whplus.com\/blog\/wp-json\/wp\/v2\/media?parent=981"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.whplus.com\/blog\/wp-json\/wp\/v2\/categories?post=981"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.whplus.com\/blog\/wp-json\/wp\/v2\/tags?post=981"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}