{"id":54572,"date":"2020-03-31T12:14:05","date_gmt":"2020-03-31T17:14:05","guid":{"rendered":"https:\/\/www.inmotionhosting.com\/support\/?p=54572"},"modified":"2023-08-22T14:32:35","modified_gmt":"2023-08-22T18:32:35","slug":"jamstack-and-small-business","status":"publish","type":"post","link":"https:\/\/www.inmotionhosting.com\/support\/website\/website-design\/jamstack-and-small-business\/","title":{"rendered":"The Jamstack and Small Business"},"content":{"rendered":"\n<p>As small business owner, it pays to be curious about new web technologies. It\u2019s important to keep up with the latest trends in the industry. In recent years a bewildering variety of front-end web design frameworks have gained popularity. WordPress remains the most popular content management system (CMS) for small businesses. New technologies like the Jamstack seem to promise more. If you\u2019ve heard the buzz about the Jamstack, you may be wondering what it is and how it works. Read on to find out!<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"#simple\">The Complete Jamstack in Simple Terms<\/a><\/li>\n\n\n\n<li><a href=\"#structure\">Structural Differences<\/a><\/li>\n\n\n\n<li><a href=\"#pros\"> What Makes the Jamstack Amazing? <\/a><\/li>\n\n\n\n<li><a href=\"#cons\">What\u2019s the Catch?<\/a><\/li>\n\n\n\n<li><a href=\"#balance\">Looking Ahead and Finding a Balance<\/a><\/li>\n<\/ul>\n\n\n\n<p class=\"alert alert-info\">Set up a custom framework to suit your needs on one of our <a href=\"https:\/\/www.inmotionhosting.com\/dedicated-servers\">Dedicated Hosting<\/a> plans!<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"simple\">The Jamstack in Simple Terms<\/h2>\n\n\n\n<p>The \u2018Jam\u2019 in Jamstack stands for JavaScript, APIs, and Markup. Let\u2019s take these terms one at a time. <a href=\"https:\/\/www.inmotionhosting.com\/support\/website\/website-design\/javascript-resources\/\">JavaScript<\/a> has been the go-to language for front end web design for over 25 years. Application Programming Interfaces, or APIs, are pieces of software that make it easy for different software, hardware, or programming languages to communicate with each other.<\/p>\n\n\n\n<p>Markup can refer to anything from HTML (Hypertext Markup Language) to writing tools like Markdown. In the Jamstack, Markup is a creative way of referring to <a href=\"https:\/\/www.inmotionhosting.com\/support\/website\/static-sites-vs-dynamic-sites\/\">Static Site<\/a> Generators. SSGs like <a href=\"https:\/\/www.inmotionhosting.com\/support\/website\/jekyll\/how-to-publish-a-jekyll-site-with-git\/\">Jekyll<\/a> and Hugo use Markup to help generate HTML pages to display.<\/p>\n\n\n\n<p>Rather that generating site content every time someone visits a page, static sites serve up plain HTML, CSS, and JavaScript with no direct call to the \u2018back end\u2019. This is much faster than generating the site each time you access it. Visitors don\u2019t wait for a site\u2019s backend to create a page\u2014 a server just sends the visitor an HTML file containing the complete page immediately.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"structure\">Structural Differences<\/h2>\n\n\n\n<p>Listing the pieces of a Jamstack site does not emphasize what makes it special. The Jamstack\u2019s innovation is making the most of modern <a href=\"https:\/\/www.inmotionhosting.com\/cloud-vps\">cloud server<\/a> technology. On the Jamstack, there is no need for a traditional \u2018back end\u2019 of a website.<\/p>\n\n\n\n<p>Imagine an e-commerce site. A \u2018standard\u2019 e-commerce site requires a variety of functions: inventory management, user management, purchases, image hosting, article posting, social media management, etc. Normally, you build a website to do all of these tasks in once place. With WordPress sites, the easiest way to add new capabilities is to install <a href=\"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/plugins\/helpful-wordpress-plugins\/\">plugins<\/a>.<\/p>\n\n\n\n<p>A Jamstack website takes a different approach. The site designer focuses on designing the website\u2019s front end appearance and presentation with modern tools like <a href=\"https:\/\/reactjs.org\/\" target=\"_blank\" rel=\"noopener noreferrer\">React<\/a>. Whenever the designer needs advanced functionality, some front-end JavaScript code uses an API to \u2018call\u2019 another service. That other service can be anything\u2014 a Facebook dashboard display, a YouTube media window, a payment processing platform like PayPal, even a \u2018traditional\u2019 website like a WordPress site!<\/p>\n\n\n\n<p>I can hear you now: \u201cOh, great\u2014 we just designed a second, more expensive website to access our old website.\u201d It sounds like a joke, but some people actually start off by doing just that! Before you write off the Jamstack as overly complicated, take a look at what makes these sites special. For the right business, the time and effort required to set up a Jamstack site can result in time\u2014 and money\u2014 saved later on.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"pros\">What Makes the Jamstack Amazing?<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">Front End Freedom<\/h3>\n\n\n\n<p>With the Jamstack, your front end designers are fully in control. Web designers can use the latest advanced tools like React and Vue.js to design intricate, beautiful, and modern user experiences. Best of all, your designers can focus on making your site truly mobile first\u2014 something that can be a difficult compromise on WordPress under even the best of circumstances.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Site Speed Increases<\/h3>\n\n\n\n<p>The setup of the Jamstack means that page load times are incredibly fast. After all, your \u2018pages\u2019 are just simple HTML, CSS, and JavaScript served as-is! Any complicated, generated information like user profiles or a shopping cart is \u2018filled in\u2019 using JavaScript. You can easily design the site so that users refresh and reload data without leaving the page. This creates a more seamless experience and encourages user engagement.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Tasks are Isolated, Change is Quicker<\/h3>\n\n\n\n<p>Your back end developers and sysadmins are still vitally important when you run on the Jamstack. The great news is that their jobs get simpler! Since every service and server-side interaction is an individual API call, each individual task and action can be optimized in isolation. Complicated processes like inventory management and user tracking can be tested, rebuilt, and switched in isolation without needing to redo the entire site in one go. The ability to make rapid changes helps you keep your site up to date and \u2018future proof\u2019.<\/p>\n\n\n\n<p>For advanced applications, tools like Kubernetes can help you effectively scale the most data-intensive parts of your apps without getting bogged down in the rest of your system\u2019s architecture. You may even find it cost effective to offload entire sections of your site! Want to hire a separate service to manage user memberships or let your payment processor\u2019s servers handle your transaction bandwidth? On the Jamstack, these improvements are as easy as changing a few lines of JavaScript.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Security and Attack Surface<\/h3>\n\n\n\n<p>Many of the avenues of attack used by criminals and hackers don\u2019t meaningfully exist on Jamstack sites. One good example of this is the injection attack\u2014 a method of inserting malicious code into a site\u2019s database. Injection attacks are a constant threat on generated sites. With Jamstack sites, visitors do not directly interact with the site\u2019s database; everything is mediated by APIs. The site design does not solve every possible problem, but the Jamstack does make a criminal\u2019s job much more difficult!<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"cons\">What\u2019s the Catch?<\/h2>\n\n\n\n<p>With all the benefits of the Jamstack, you\u2019re probably wondering why everyone online has not already switched. Here are a few good reasons to stick with more widely used tools like WordPress.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Expert Friendly, Not Worker Friendly<\/h3>\n\n\n\n<p>If you\u2019re a talented front end web designer with an understanding of systems architecture, the Jamstack is a natural choice. If you\u2019re a small business owner who just wants to use the Jamstack to build a website, you have two options:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Become a talented front end designer with an understanding of systems architecture<\/li>\n\n\n\n<li>Hire a talented front end designer with an understanding of systems architecture<\/li>\n<\/ul>\n\n\n\n<p>This may change in the future as the Jamstack becomes more popular. In the meantime, the world has thousands of talented, reliable, and affordable WordPress developers working with more straightforward software to solve practical problems.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">More Moving Parts<\/h3>\n\n\n\n<p>Nearly every Jamstack website is a custom configuration that takes talented developers a significant amount of time to craft. Conversely, even a novice user can <a href=\"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/install-wordpress-using-softaculous\/\">install a WordPress site<\/a> in less than ten minutes. Even larger businesses may not benefit enough from the Jamstack to justify the significant time, effort, and risk involved.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">The Greatest Benefits are at Scale<\/h3>\n\n\n\n<p>The optimization improvements that the Jamstack offers are most beneficial on sites with literally millions of visitors. <a href=\"https:\/\/twitter.com\/explore\" target=\"_blank\" rel=\"noopener noreferrer\">Twitter<\/a> benefits from single page application architecture like the Jamstack because Twitter manages millions of simultaneous page views. If you rarely see more than a few dozen simultaneous visitors to your site, you\u2019ll likely benefit from more practical optimization solutions.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Lose Out on Ease of Use<\/h3>\n\n\n\n<p>Even novice WordPress users can, with a little help, make a blog post or add content to a page. Thanks to WordPress\u2019s <a href=\"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/gutenberg\/what-is-gutenberg\/\">WYSIWYG editing<\/a>, even non-technical employees can be productive in a short amount of time. Experimental site architecture loses out on most of this ease of use. Even someone that combines WordPress with the Jamstack, a configuration known as a \u2018headless WordPress site\u2019, is going to lose out on easy editing, previewing, and many plugins.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"balance\">Looking Ahead and Finding a Balance<\/h2>\n\n\n\n<p>The Jamstack may not be right for you now. Don\u2019t make the leap until you\u2019ve done the appropriate research and understand the tradeoffs of time and cost involved. That said, it\u2019s still worth staying informed and keeping an eye on the technology! Consider setting up a Headless WordPress site with the Jamstack to get a feel for the latest trends in web architecture. That way, if you ever do need to scale up fast, you\u2019ll be ready for it.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>As small business owner, it pays to be curious about new web technologies. It\u2019s important to keep up with the latest trends in the industry. In recent years a bewildering variety of front-end web design frameworks have gained popularity. WordPress remains the most popular content management system (CMS) for small businesses. New technologies like the<a class=\"moretag\" href=\"https:\/\/www.inmotionhosting.com\/support\/website\/website-design\/jamstack-and-small-business\/\"> Read More ><\/a><\/p>\n","protected":false},"author":57014,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[4346],"tags":[],"class_list":["post-54572","post","type-post","status-publish","format-standard","hentry","category-website-design"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.1.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>The Jamstack and Small Business | InMotion Hosting Support<\/title>\n<meta name=\"description\" content=\"Is it worth using an innovative new framework or sticking to reliable tools? We&#039;ll take a look at the Jamstack and small business and find out!\" \/>\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.inmotionhosting.com\/support\/website\/website-design\/jamstack-and-small-business\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"The Jamstack and Small Business | InMotion Hosting Support\" \/>\n<meta property=\"og:description\" content=\"Is it worth using an innovative new framework or sticking to reliable tools? We&#039;ll take a look at the Jamstack and small business and find out!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.inmotionhosting.com\/support\/website\/website-design\/jamstack-and-small-business\/\" \/>\n<meta property=\"og:site_name\" content=\"InMotion Hosting Support Center\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/inmotionhosting\/\" \/>\n<meta property=\"article:published_time\" content=\"2020-03-31T17:14:05+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-08-22T18:32:35+00:00\" \/>\n<meta name=\"author\" content=\"InMotion Hosting Contributor\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@https:\/\/twitter.com\/InMotionHosting\" \/>\n<meta name=\"twitter:site\" content=\"@InMotionHosting\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"InMotion Hosting Contributor\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/website-design\/jamstack-and-small-business\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/website-design\/jamstack-and-small-business\/\"},\"author\":{\"name\":\"InMotion Hosting Contributor\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/f9a4fc454cd1df128ee8e898d30d4644\"},\"headline\":\"The Jamstack and Small Business\",\"datePublished\":\"2020-03-31T17:14:05+00:00\",\"dateModified\":\"2023-08-22T18:32:35+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/website-design\/jamstack-and-small-business\/\"},\"wordCount\":1392,\"commentCount\":2,\"publisher\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\"},\"articleSection\":[\"Website Design\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.inmotionhosting.com\/support\/website\/website-design\/jamstack-and-small-business\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/website-design\/jamstack-and-small-business\/\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/website\/website-design\/jamstack-and-small-business\/\",\"name\":\"The Jamstack and Small Business | InMotion Hosting Support\",\"isPartOf\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#website\"},\"datePublished\":\"2020-03-31T17:14:05+00:00\",\"dateModified\":\"2023-08-22T18:32:35+00:00\",\"description\":\"Is it worth using an innovative new framework or sticking to reliable tools? We'll take a look at the Jamstack and small business and find out!\",\"breadcrumb\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/website-design\/jamstack-and-small-business\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.inmotionhosting.com\/support\/website\/website-design\/jamstack-and-small-business\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/website-design\/jamstack-and-small-business\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.inmotionhosting.com\/support\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"The Jamstack and Small Business\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#website\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/\",\"name\":\"InMotion Hosting Support Center\",\"description\":\"Web Hosting Support &amp; Tutorials\",\"publisher\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.inmotionhosting.com\/support\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\",\"name\":\"InMotion Hosting\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg\",\"contentUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg\",\"width\":696,\"height\":696,\"caption\":\"InMotion Hosting\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/inmotionhosting\/\",\"https:\/\/x.com\/InMotionHosting\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/f9a4fc454cd1df128ee8e898d30d4644\",\"name\":\"InMotion Hosting Contributor\",\"description\":\"InMotion Hosting contributors are highly knowledgeable individuals who create relevant content on new trends and troubleshooting techniques to help you achieve your online goals!\",\"sameAs\":[\"https:\/\/www.linkedin.com\/company\/inmotion-hosting\/\",\"https:\/\/x.com\/https:\/\/twitter.com\/InMotionHosting\"],\"url\":\"https:\/\/www.inmotionhosting.com\/support\/author\/inmotion-hosting-contributor\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"The Jamstack and Small Business | InMotion Hosting Support","description":"Is it worth using an innovative new framework or sticking to reliable tools? We'll take a look at the Jamstack and small business and find out!","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.inmotionhosting.com\/support\/website\/website-design\/jamstack-and-small-business\/","og_locale":"en_US","og_type":"article","og_title":"The Jamstack and Small Business | InMotion Hosting Support","og_description":"Is it worth using an innovative new framework or sticking to reliable tools? We'll take a look at the Jamstack and small business and find out!","og_url":"https:\/\/www.inmotionhosting.com\/support\/website\/website-design\/jamstack-and-small-business\/","og_site_name":"InMotion Hosting Support Center","article_publisher":"https:\/\/www.facebook.com\/inmotionhosting\/","article_published_time":"2020-03-31T17:14:05+00:00","article_modified_time":"2023-08-22T18:32:35+00:00","author":"InMotion Hosting Contributor","twitter_card":"summary_large_image","twitter_creator":"@https:\/\/twitter.com\/InMotionHosting","twitter_site":"@InMotionHosting","twitter_misc":{"Written by":"InMotion Hosting Contributor","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.inmotionhosting.com\/support\/website\/website-design\/jamstack-and-small-business\/#article","isPartOf":{"@id":"https:\/\/www.inmotionhosting.com\/support\/website\/website-design\/jamstack-and-small-business\/"},"author":{"name":"InMotion Hosting Contributor","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/f9a4fc454cd1df128ee8e898d30d4644"},"headline":"The Jamstack and Small Business","datePublished":"2020-03-31T17:14:05+00:00","dateModified":"2023-08-22T18:32:35+00:00","mainEntityOfPage":{"@id":"https:\/\/www.inmotionhosting.com\/support\/website\/website-design\/jamstack-and-small-business\/"},"wordCount":1392,"commentCount":2,"publisher":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#organization"},"articleSection":["Website Design"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.inmotionhosting.com\/support\/website\/website-design\/jamstack-and-small-business\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.inmotionhosting.com\/support\/website\/website-design\/jamstack-and-small-business\/","url":"https:\/\/www.inmotionhosting.com\/support\/website\/website-design\/jamstack-and-small-business\/","name":"The Jamstack and Small Business | InMotion Hosting Support","isPartOf":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#website"},"datePublished":"2020-03-31T17:14:05+00:00","dateModified":"2023-08-22T18:32:35+00:00","description":"Is it worth using an innovative new framework or sticking to reliable tools? We'll take a look at the Jamstack and small business and find out!","breadcrumb":{"@id":"https:\/\/www.inmotionhosting.com\/support\/website\/website-design\/jamstack-and-small-business\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.inmotionhosting.com\/support\/website\/website-design\/jamstack-and-small-business\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.inmotionhosting.com\/support\/website\/website-design\/jamstack-and-small-business\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.inmotionhosting.com\/support\/"},{"@type":"ListItem","position":2,"name":"The Jamstack and Small Business"}]},{"@type":"WebSite","@id":"https:\/\/www.inmotionhosting.com\/support\/#website","url":"https:\/\/www.inmotionhosting.com\/support\/","name":"InMotion Hosting Support Center","description":"Web Hosting Support &amp; Tutorials","publisher":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.inmotionhosting.com\/support\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.inmotionhosting.com\/support\/#organization","name":"InMotion Hosting","url":"https:\/\/www.inmotionhosting.com\/support\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/","url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg","contentUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg","width":696,"height":696,"caption":"InMotion Hosting"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/inmotionhosting\/","https:\/\/x.com\/InMotionHosting"]},{"@type":"Person","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/f9a4fc454cd1df128ee8e898d30d4644","name":"InMotion Hosting Contributor","description":"InMotion Hosting contributors are highly knowledgeable individuals who create relevant content on new trends and troubleshooting techniques to help you achieve your online goals!","sameAs":["https:\/\/www.linkedin.com\/company\/inmotion-hosting\/","https:\/\/x.com\/https:\/\/twitter.com\/InMotionHosting"],"url":"https:\/\/www.inmotionhosting.com\/support\/author\/inmotion-hosting-contributor\/"}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"primary_category":{"id":4346,"name":"Website Design","slug":"website-design","link":"https:\/\/www.inmotionhosting.com\/support\/website\/website-design\/"},"_links":{"self":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/54572","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/users\/57014"}],"replies":[{"embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/comments?post=54572"}],"version-history":[{"count":21,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/54572\/revisions"}],"predecessor-version":[{"id":106213,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/54572\/revisions\/106213"}],"wp:attachment":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/media?parent=54572"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/categories?post=54572"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/tags?post=54572"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}