{"id":112,"date":"2020-08-15T17:55:59","date_gmt":"2020-08-15T17:55:59","guid":{"rendered":"http:\/\/hobohost.com\/blog\/?p=112"},"modified":"2021-12-29T08:56:26","modified_gmt":"2021-12-29T12:56:26","slug":"how-do-i-force-ssl-to-be-used-on-my-website-with-cpanel","status":"publish","type":"post","link":"https:\/\/hobohost.com\/blog\/how-do-i-force-ssl-to-be-used-on-my-website-with-cpanel\/","title":{"rendered":"How do I force SSL to be used on my website with cPanel?"},"content":{"rendered":"\n<p>Just having a SSL certificate installed is not enough to make sure that all users use it. You must setup a forced SSL redirect so that anyone who comes to your website is sent to the https:\/\/ version. <\/p>\n\n\n\n<hr class=\"wp-block-separator\"\/>\n\n\n\n<p>To do this, simply open up your file manager in cPanel and click the &#8220;Settings&#8221; option in the top right after navigating to your website&#8217;s directory. This is usually &#8220;public_html&#8221; for the primary domain. <\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"alignleft size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/hobohost.com\/blog\/wp-content\/uploads\/2020\/08\/how-to-force-ssl-on-website-with-cpanel-step-1.png\" alt=\"go to settings\" width=\"525\" height=\"98\"\/><\/figure><\/div>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>This will open a window where you will need to check the option to view hidden files.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"alignleft size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/hobohost.com\/blog\/wp-content\/uploads\/2020\/08\/how-to-force-ssl-on-website-with-cpanel-step-2.png\" alt=\"show hidden files\" width=\"499\" height=\"335\"\/><\/figure><\/div>\n\n\n\n<p><\/p>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>Now that this is done you can see if a file called &#8220;.htaccess&#8221; already exists in your website&#8217;s directory. If it does not, create it by hitting the &#8220;+ File&#8221; option in the top left.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"alignleft size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/hobohost.com\/blog\/wp-content\/uploads\/2020\/08\/how-to-force-ssl-on-website-with-cpanel-step-3.png\" alt=\"create file option\" width=\"197\" height=\"128\"\/><\/figure><\/div>\n\n\n\n<p> <\/p>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>This will open a window where you can create the file with the correct name and in right folder for your website.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"alignleft size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/hobohost.com\/blog\/wp-content\/uploads\/2020\/08\/how-to-force-ssl-on-website-with-cpanel-step-4.png\" alt=\"enter file name and location\" class=\"wp-image-117\" width=\"496\" height=\"246\" srcset=\"https:\/\/hobohost.com\/blog\/wp-content\/uploads\/2020\/08\/how-to-force-ssl-on-website-with-cpanel-step-4.png 992w, https:\/\/hobohost.com\/blog\/wp-content\/uploads\/2020\/08\/how-to-force-ssl-on-website-with-cpanel-step-4-300x149.png 300w, https:\/\/hobohost.com\/blog\/wp-content\/uploads\/2020\/08\/how-to-force-ssl-on-website-with-cpanel-step-4-768x381.png 768w, https:\/\/hobohost.com\/blog\/wp-content\/uploads\/2020\/08\/how-to-force-ssl-on-website-with-cpanel-step-4-820x407.png 820w\" sizes=\"auto, (max-width: 496px) 100vw, 496px\" \/><\/figure><\/div>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>After creating the file or if you already had it you can &#8220;.htaccess&#8221; file you can just right click on it and select the &#8220;Edit&#8221; option.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"alignleft size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/hobohost.com\/blog\/wp-content\/uploads\/2020\/08\/how-to-force-ssl-on-website-with-cpanel-step-5.png\" alt=\"right click and select edit\" width=\"422\" height=\"310\"\/><\/figure><\/div>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>Go ahead and click the &#8220;Edit&#8221; button again after making sure the encoding is correct for your file. It should be utf-8 by default, so you can probably just immediately hit &#8220;Edit&#8221;.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"alignleft size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/hobohost.com\/blog\/wp-content\/uploads\/2020\/08\/how-to-force-ssl-on-website-with-cpanel-step-6.png\" alt=\"select edit\" width=\"497\" height=\"344\"\/><\/figure><\/div>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>At the top of the file (if content already exists) add the following snippet to force SSL redirection for your website and then click &#8220;Save&#8221;.<\/p>\n\n\n\n<pre class=\"wp-block-verse\">RewriteEngine On \nRewriteCond %{HTTPS} off \nRewriteRule ^(.*)$ https:\/\/%{HTTP_HOST}%{REQUEST_URI} [L,R=301]<\/pre>\n\n\n\n<p><strong>Congratulations!<\/strong>&nbsp;You now should have all users redirected to the SSL version of your website.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Just having a SSL certificate installed is not enough to make sure that all users use it. You must setup a forced SSL redirect so that anyone who comes to your website is sent to the https:\/\/ version. To do this, simply open up your file manager in cPanel and click the &#8220;Settings&#8221; option in [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":113,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[6,7],"tags":[3,8],"class_list":["post-112","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-cpanel","category-ssl-certificates","tag-cpanel","tag-ssl"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How do I force SSL to be used on my website with cPanel?<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/hobohost.com\/blog\/how-do-i-force-ssl-to-be-used-on-my-website-with-cpanel\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How do I force SSL to be used on my website with cPanel?\" \/>\n<meta property=\"og:description\" content=\"Just having a SSL certificate installed is not enough to make sure that all users use it. You must setup a forced SSL redirect so that anyone who comes to your website is sent to the https:\/\/ version. To do this, simply open up your file manager in cPanel and click the &#8220;Settings&#8221; option in [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/hobohost.com\/blog\/how-do-i-force-ssl-to-be-used-on-my-website-with-cpanel\/\" \/>\n<meta property=\"og:site_name\" content=\"HoboHost Blog - Resources for Web Management and Hosting\" \/>\n<meta property=\"article:published_time\" content=\"2020-08-15T17:55:59+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-12-29T12:56:26+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/hobohost.com\/blog\/wp-content\/uploads\/2020\/08\/how-do-i-force-ssl-to-be-used-on-my-website-with-cpanel.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1920\" \/>\n\t<meta property=\"og:image:height\" content=\"768\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"HoboHost\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"HoboHost\" \/>\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:\\\/\\\/hobohost.com\\\/blog\\\/how-do-i-force-ssl-to-be-used-on-my-website-with-cpanel\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/hobohost.com\\\/blog\\\/how-do-i-force-ssl-to-be-used-on-my-website-with-cpanel\\\/\"},\"author\":{\"name\":\"HoboHost\",\"@id\":\"https:\\\/\\\/hobohost.com\\\/blog\\\/#\\\/schema\\\/person\\\/2f6491ab1e2680c6096420c47de1b45b\"},\"headline\":\"How do I force SSL to be used on my website with cPanel?\",\"datePublished\":\"2020-08-15T17:55:59+00:00\",\"dateModified\":\"2021-12-29T12:56:26+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/hobohost.com\\\/blog\\\/how-do-i-force-ssl-to-be-used-on-my-website-with-cpanel\\\/\"},\"wordCount\":260,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/hobohost.com\\\/blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/hobohost.com\\\/blog\\\/how-do-i-force-ssl-to-be-used-on-my-website-with-cpanel\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/hobohost.com\\\/blog\\\/wp-content\\\/uploads\\\/2020\\\/08\\\/how-do-i-force-ssl-to-be-used-on-my-website-with-cpanel.jpg\",\"keywords\":[\"cPanel\",\"SSL\"],\"articleSection\":[\"cPanel\",\"SSL Certificates\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/hobohost.com\\\/blog\\\/how-do-i-force-ssl-to-be-used-on-my-website-with-cpanel\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/hobohost.com\\\/blog\\\/how-do-i-force-ssl-to-be-used-on-my-website-with-cpanel\\\/\",\"url\":\"https:\\\/\\\/hobohost.com\\\/blog\\\/how-do-i-force-ssl-to-be-used-on-my-website-with-cpanel\\\/\",\"name\":\"How do I force SSL to be used on my website with cPanel?\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/hobohost.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/hobohost.com\\\/blog\\\/how-do-i-force-ssl-to-be-used-on-my-website-with-cpanel\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/hobohost.com\\\/blog\\\/how-do-i-force-ssl-to-be-used-on-my-website-with-cpanel\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/hobohost.com\\\/blog\\\/wp-content\\\/uploads\\\/2020\\\/08\\\/how-do-i-force-ssl-to-be-used-on-my-website-with-cpanel.jpg\",\"datePublished\":\"2020-08-15T17:55:59+00:00\",\"dateModified\":\"2021-12-29T12:56:26+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/hobohost.com\\\/blog\\\/how-do-i-force-ssl-to-be-used-on-my-website-with-cpanel\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/hobohost.com\\\/blog\\\/how-do-i-force-ssl-to-be-used-on-my-website-with-cpanel\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/hobohost.com\\\/blog\\\/how-do-i-force-ssl-to-be-used-on-my-website-with-cpanel\\\/#primaryimage\",\"url\":\"https:\\\/\\\/hobohost.com\\\/blog\\\/wp-content\\\/uploads\\\/2020\\\/08\\\/how-do-i-force-ssl-to-be-used-on-my-website-with-cpanel.jpg\",\"contentUrl\":\"https:\\\/\\\/hobohost.com\\\/blog\\\/wp-content\\\/uploads\\\/2020\\\/08\\\/how-do-i-force-ssl-to-be-used-on-my-website-with-cpanel.jpg\",\"width\":1920,\"height\":768,\"caption\":\"How do I force SSL to be used on my website with cPanel\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/hobohost.com\\\/blog\\\/how-do-i-force-ssl-to-be-used-on-my-website-with-cpanel\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/hobohost.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How do I force SSL to be used on my website with cPanel?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/hobohost.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/hobohost.com\\\/blog\\\/\",\"name\":\"HoboHost Blog\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/hobohost.com\\\/blog\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/hobohost.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/hobohost.com\\\/blog\\\/#organization\",\"name\":\"HoboHost\",\"url\":\"https:\\\/\\\/hobohost.com\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/hobohost.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/hobohost.com\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/07\\\/hobohost-logo-large.png\",\"contentUrl\":\"https:\\\/\\\/hobohost.com\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/07\\\/hobohost-logo-large.png\",\"width\":540,\"height\":271,\"caption\":\"HoboHost\"},\"image\":{\"@id\":\"https:\\\/\\\/hobohost.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/hobohost.com\\\/blog\\\/#\\\/schema\\\/person\\\/2f6491ab1e2680c6096420c47de1b45b\",\"name\":\"HoboHost\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/aaa2b0a2e8ecb6e811e52c1d0c5308c965f399de40f87a8a83320dfc606b8108?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/aaa2b0a2e8ecb6e811e52c1d0c5308c965f399de40f87a8a83320dfc606b8108?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/aaa2b0a2e8ecb6e811e52c1d0c5308c965f399de40f87a8a83320dfc606b8108?s=96&d=mm&r=g\",\"caption\":\"HoboHost\"},\"sameAs\":[\"http:\\\/\\\/hobohost.com\\\/blog\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How do I force SSL to be used on my website with 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:\/\/hobohost.com\/blog\/how-do-i-force-ssl-to-be-used-on-my-website-with-cpanel\/","og_locale":"en_US","og_type":"article","og_title":"How do I force SSL to be used on my website with cPanel?","og_description":"Just having a SSL certificate installed is not enough to make sure that all users use it. You must setup a forced SSL redirect so that anyone who comes to your website is sent to the https:\/\/ version. To do this, simply open up your file manager in cPanel and click the &#8220;Settings&#8221; option in [&hellip;]","og_url":"https:\/\/hobohost.com\/blog\/how-do-i-force-ssl-to-be-used-on-my-website-with-cpanel\/","og_site_name":"HoboHost Blog - Resources for Web Management and Hosting","article_published_time":"2020-08-15T17:55:59+00:00","article_modified_time":"2021-12-29T12:56:26+00:00","og_image":[{"width":1920,"height":768,"url":"https:\/\/hobohost.com\/blog\/wp-content\/uploads\/2020\/08\/how-do-i-force-ssl-to-be-used-on-my-website-with-cpanel.jpg","type":"image\/jpeg"}],"author":"HoboHost","twitter_card":"summary_large_image","twitter_misc":{"Written by":"HoboHost","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/hobohost.com\/blog\/how-do-i-force-ssl-to-be-used-on-my-website-with-cpanel\/#article","isPartOf":{"@id":"https:\/\/hobohost.com\/blog\/how-do-i-force-ssl-to-be-used-on-my-website-with-cpanel\/"},"author":{"name":"HoboHost","@id":"https:\/\/hobohost.com\/blog\/#\/schema\/person\/2f6491ab1e2680c6096420c47de1b45b"},"headline":"How do I force SSL to be used on my website with cPanel?","datePublished":"2020-08-15T17:55:59+00:00","dateModified":"2021-12-29T12:56:26+00:00","mainEntityOfPage":{"@id":"https:\/\/hobohost.com\/blog\/how-do-i-force-ssl-to-be-used-on-my-website-with-cpanel\/"},"wordCount":260,"commentCount":0,"publisher":{"@id":"https:\/\/hobohost.com\/blog\/#organization"},"image":{"@id":"https:\/\/hobohost.com\/blog\/how-do-i-force-ssl-to-be-used-on-my-website-with-cpanel\/#primaryimage"},"thumbnailUrl":"https:\/\/hobohost.com\/blog\/wp-content\/uploads\/2020\/08\/how-do-i-force-ssl-to-be-used-on-my-website-with-cpanel.jpg","keywords":["cPanel","SSL"],"articleSection":["cPanel","SSL Certificates"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/hobohost.com\/blog\/how-do-i-force-ssl-to-be-used-on-my-website-with-cpanel\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/hobohost.com\/blog\/how-do-i-force-ssl-to-be-used-on-my-website-with-cpanel\/","url":"https:\/\/hobohost.com\/blog\/how-do-i-force-ssl-to-be-used-on-my-website-with-cpanel\/","name":"How do I force SSL to be used on my website with cPanel?","isPartOf":{"@id":"https:\/\/hobohost.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/hobohost.com\/blog\/how-do-i-force-ssl-to-be-used-on-my-website-with-cpanel\/#primaryimage"},"image":{"@id":"https:\/\/hobohost.com\/blog\/how-do-i-force-ssl-to-be-used-on-my-website-with-cpanel\/#primaryimage"},"thumbnailUrl":"https:\/\/hobohost.com\/blog\/wp-content\/uploads\/2020\/08\/how-do-i-force-ssl-to-be-used-on-my-website-with-cpanel.jpg","datePublished":"2020-08-15T17:55:59+00:00","dateModified":"2021-12-29T12:56:26+00:00","breadcrumb":{"@id":"https:\/\/hobohost.com\/blog\/how-do-i-force-ssl-to-be-used-on-my-website-with-cpanel\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/hobohost.com\/blog\/how-do-i-force-ssl-to-be-used-on-my-website-with-cpanel\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/hobohost.com\/blog\/how-do-i-force-ssl-to-be-used-on-my-website-with-cpanel\/#primaryimage","url":"https:\/\/hobohost.com\/blog\/wp-content\/uploads\/2020\/08\/how-do-i-force-ssl-to-be-used-on-my-website-with-cpanel.jpg","contentUrl":"https:\/\/hobohost.com\/blog\/wp-content\/uploads\/2020\/08\/how-do-i-force-ssl-to-be-used-on-my-website-with-cpanel.jpg","width":1920,"height":768,"caption":"How do I force SSL to be used on my website with cPanel"},{"@type":"BreadcrumbList","@id":"https:\/\/hobohost.com\/blog\/how-do-i-force-ssl-to-be-used-on-my-website-with-cpanel\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/hobohost.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How do I force SSL to be used on my website with cPanel?"}]},{"@type":"WebSite","@id":"https:\/\/hobohost.com\/blog\/#website","url":"https:\/\/hobohost.com\/blog\/","name":"HoboHost Blog","description":"","publisher":{"@id":"https:\/\/hobohost.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/hobohost.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/hobohost.com\/blog\/#organization","name":"HoboHost","url":"https:\/\/hobohost.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/hobohost.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/hobohost.com\/blog\/wp-content\/uploads\/2022\/07\/hobohost-logo-large.png","contentUrl":"https:\/\/hobohost.com\/blog\/wp-content\/uploads\/2022\/07\/hobohost-logo-large.png","width":540,"height":271,"caption":"HoboHost"},"image":{"@id":"https:\/\/hobohost.com\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/hobohost.com\/blog\/#\/schema\/person\/2f6491ab1e2680c6096420c47de1b45b","name":"HoboHost","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/aaa2b0a2e8ecb6e811e52c1d0c5308c965f399de40f87a8a83320dfc606b8108?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/aaa2b0a2e8ecb6e811e52c1d0c5308c965f399de40f87a8a83320dfc606b8108?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/aaa2b0a2e8ecb6e811e52c1d0c5308c965f399de40f87a8a83320dfc606b8108?s=96&d=mm&r=g","caption":"HoboHost"},"sameAs":["http:\/\/hobohost.com\/blog"]}]}},"_links":{"self":[{"href":"https:\/\/hobohost.com\/blog\/wp-json\/wp\/v2\/posts\/112","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/hobohost.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/hobohost.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/hobohost.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/hobohost.com\/blog\/wp-json\/wp\/v2\/comments?post=112"}],"version-history":[{"count":20,"href":"https:\/\/hobohost.com\/blog\/wp-json\/wp\/v2\/posts\/112\/revisions"}],"predecessor-version":[{"id":139,"href":"https:\/\/hobohost.com\/blog\/wp-json\/wp\/v2\/posts\/112\/revisions\/139"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/hobohost.com\/blog\/wp-json\/wp\/v2\/media\/113"}],"wp:attachment":[{"href":"https:\/\/hobohost.com\/blog\/wp-json\/wp\/v2\/media?parent=112"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/hobohost.com\/blog\/wp-json\/wp\/v2\/categories?post=112"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/hobohost.com\/blog\/wp-json\/wp\/v2\/tags?post=112"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}