{"id":185,"date":"2025-09-02T18:05:55","date_gmt":"2025-09-02T18:05:55","guid":{"rendered":"https:\/\/temperdigital2.wpenginepowered.com\/?p=185"},"modified":"2025-09-15T11:25:26","modified_gmt":"2025-09-15T11:25:26","slug":"ideal-tech-structure-for-business-critical-websites","status":"publish","type":"post","link":"https:\/\/staging.temper.digital\/temper-digital\/ideal-tech-structure-for-business-critical-websites\/","title":{"rendered":"The ideal tech structure for business-critical websites"},"content":{"rendered":"\n<p class=\"has-source-serif-font-family has-step-1-font-size\"><em>A business-critical website built entirely in a single code base \u2013 usually a Content Management System \u2013 will quickly develop performance and security issues. We recommend website owners implement an enterprise tech structure that creates separation between services, as explained in this article.<\/em><\/p>\n\n\n<div class=\"wp-block-post-author\"><div class=\"wp-block-post-author__avatar\"><img alt='Avatar photo' src='https:\/\/temper-new.s3.eu-west-2.amazonaws.com\/uploads\/2025\/07\/cropped-luke-wotton-48x48.jpeg' srcset='https:\/\/temper-new.s3.eu-west-2.amazonaws.com\/uploads\/2025\/07\/cropped-luke-wotton-96x96.jpeg 2x' class='avatar avatar-48 photo' height='48' width='48' \/><\/div><div class=\"wp-block-post-author__content\"><p class=\"wp-block-post-author__name\">Luke Wotton<\/p><\/div><\/div>\n\n\n<h2 class=\"wp-block-heading\">Business-critical websites are more involved than brochureware sites, so you shouldn\u2019t approach build in the same way<\/h2>\n\n\n\n<p>Suppose an innovation business builds a website using WordPress as its Content Management System (CMS). It\u2019s a typical brochureware site with forms pushing data to aCustomer Relationship Management (CRM) system.<\/p>\n\n\n\n<p>After launch, the marketing team decides to add a subscription service and integrate it into the CMS. The service gains traction, and the team decides to charge for it, adding a payment function. Subsequently, they organise events and integrate a booking system into the CMS.<\/p>\n\n\n\n<p>A few months later, the team notice a significant decrease in website responsiveness, even though a Google speed test indicates that page load times are within acceptable limits.<\/p>\n\n\n\n<p>In this example, the team has unintentionally created a fight for resources between functionality and reduced response times. Furthermore, they may also have added security vulnerabilities if they used plug-ins to handle critical services.<\/p>\n\n\n\n<p><strong>The \u2018everything in the CMS\u2019 approach is generally fine for websites with few requirements. But a business-critical website like the above example will run into problems unless they separate services via an enterprise structure.<\/strong><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Remove conflict in your CMS &#8211; The business case for separation of services<\/h2>\n\n\n\n<p>In an enterprise tech structure, intensive data services like user log-in, subscriptions, and payments are handled by frameworks external to the CMS. The benefits are:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>There\u2019s no conflict in the CMS or decline in performance, since all services have dedicated external resources.<\/li>\n\n\n\n<li>Customer data is separate from the CMS, reducing your cyber-attack surface.<\/li>\n\n\n\n<li>You can add, remove and scale services as needed without redeveloping the website.<\/li>\n<\/ul>\n\n\n\n<p>The ideal enterprise structure looks like the diagram below. Read on to learn about the CMS, Digital Asset Management, Business Logic, and Customer Data Platform.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"645\" height=\"655\" src=\"https:\/\/temper-new.s3.eu-west-2.amazonaws.com\/uploads\/2025\/08\/tech-stack.jpg\" alt=\"\" class=\"wp-image-140\" srcset=\"https:\/\/temper-new.s3.amazonaws.com\/uploads\/2025\/08\/tech-stack.jpg 645w, https:\/\/temper-new.s3.amazonaws.com\/uploads\/2025\/08\/tech-stack-295x300.jpg 295w\" sizes=\"auto, (max-width: 645px) 100vw, 645px\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">The CMS should only manage content<\/h2>\n\n\n\n<p>WordPress \u2013 or any generic CMS \u2013 should only be used to manage content and not to run your entire enterprise website.<\/p>\n\n\n\n<p>\u2026and that\u2019s it.<\/p>\n\n\n\n<p>In our view, it typically doesn\u2019t matter which CMS you choose provided you only use it to manage front-facing experiences like a website, microsite, or app.<\/p>\n\n\n\n<p>You should never use the CMS of a business-critical website to do any of the following:<\/p>\n\n\n\n<p><strong>As a digital asset library: <\/strong>Storing images, videos, and PDFs in your CMS is inefficient, and you risk losing access to them if your website experiences technical difficulties.<\/p>\n\n\n\n<p><strong>Run intensive data functions: <\/strong>Bookings, registrations, logins, payments, etc., are intensive operations requiring your website to interact with your CRM, which is not designed for fast data transfer and will slow your website down.<\/p>\n\n\n\n<p><strong>Store customer data: <\/strong>Saving customer data within your CMS creates a large attack surface. If someone hacks your website, they have access to everything.<\/p>\n\n\n\n<p>It\u2019s so important that we\u2019ll repeat it\u2026<\/p>\n\n\n\n<p><strong>Never store customer data in your CMS. It\u2019s a massive security problem.<\/strong><\/p>\n\n\n\n<p>Your CMS is your front door and everyone\u2019s banging on it trying to get in. If your CMS only contains content and someone smashes through the door, all they\u2019ll find is content. Everything else is super secure in dedicated services.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Create a separate digital asset library<br><\/h2>\n\n\n\n<p>We suggest you don\u2019t store digital assets in your CMS. Instead, we recommend using a dedicated Digital Asset Management service such as<a href=\"https:\/\/aws.amazon.com\/\"> <u>Amazon Web Service (AWS)<\/u><\/a> for the following reasons.<\/p>\n\n\n\n<p><strong>You\u2019re ready for generative AI search: <\/strong>If you want to<a href=\"https:\/\/temper.digital\/articles\/generative-ai-search-credible-digital-expert\"> <u>create information-driven experiences using AI<\/u><\/a>, you need a digital asset management system to trigger the necessary data processing automation. Theoretically, you can do this within the CMS, but it will severely impact website performance.<\/p>\n\n\n\n<p><strong>Implement good brand management practices: <\/strong>Give all team members access to the same assets. Keep files up-to-date and version-controlled, and update assets on all front-facing platforms simultaneously.<\/p>\n\n\n\n<p><strong>Make assets searchable: <\/strong>You can automate asset tagging, creating a more efficient search than your CMS or internal file structure.<\/p>\n\n\n\n<p><strong>Automate alt tags and image optimisation: <\/strong>Never worry about a colleague uploading a large file to your website or forgetting to add alt tags with image optimisation and AI-generated tags.<\/p>\n\n\n\n<p><strong>Activate AI image manipulation: <\/strong>We\u2019ve found AI to be most helpful when integrated into workflows. We can incorporate AI into your digital asset management system so you can automatically fill image backgrounds. This tool has proven particularly useful for event teams where photos don\u2019t typically fit the available space.<\/p>\n\n\n\n<p><strong>Cost savings and green data storage: <\/strong>Hosting assets via your CMS will incur higher storage costs than services like AWS. If you choose the right data centre, such as AWS in Ireland or the UK, your website will also use less carbon, which can be documented in your company&#8217;s carbon reduction plan.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Separate business logic from the CMS<br>Business logic is anything that deals with functionality and data, such as login, subscription management, or transactions.&nbsp;<\/h2>\n\n\n\n<p>If you\u2019re using a platform like WordPress and plugins, these functions can be moved onto a service independent of your CMS &#8211; we use<a href=\"https:\/\/symfony.com\/\"> <u>Symfony<\/u><\/a>.<\/p>\n\n\n\n<p>The advantages of separating your business logic include:<\/p>\n\n\n\n<p><strong>Speed: <\/strong>Frameworks like Symfony process significantly more requests per second than WordPress.<\/p>\n\n\n\n<p><strong>Security: <\/strong>Each service has its own authentication and firewall.<\/p>\n\n\n\n<p><strong>Scalability: <\/strong>Services can be scaled independently from the CMS and each other without affecting performance.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Add a customer data platform between the CMS &amp; CRM<\/h2>\n\n\n\n<p>The customer data platform improves the responsiveness of your website by creating a buffer between the CMS, CRM, and other third-party marketing integrations &#8211; we use<a href=\"https:\/\/unomi.apache.org\/\"> <u>Apache Unomi<\/u><\/a>.<\/p>\n\n\n\n<p>With an all in the CMS approach, your website can only ever be as fast as your CRM. In our experience, it can take over 10 seconds to log into a website that\u2019s pulling data from a CRM, which is a terrible user experience.<\/p>\n\n\n\n<p>The customer data platform caches crucial customer data rather than pulling all data from the CRM at once. It can handle multiple requests without slowing a website down and works in the background to pass data between the website and CRM.<\/p>\n\n\n\n<p>This approach provides two crucial benefits to innovative corporations:<\/p>\n\n\n\n<p>1. &nbsp; Real-time personalisation is only possible with a customer data platform: You need fast data transfer to personalise web content live based on user interaction.<\/p>\n\n\n\n<p>2. &nbsp; Build a progressively detailed customer profile. Apache Unimo tracks users over time and will associate events performed by users with a profile. With this data, you can understand visitors better and optimise customer journeys accordingly. If a user registers for anything, Apache will merge data into a singular profile.<\/p>\n\n\n\n<p><strong>Where feasible, it\u2019s better to understand your end game from the beginning and put an appropriate structure in place, rather than replace your site after six months<code> when it\u2019s<\/code><\/strong> <strong><code>underperforming.<\/code><\/strong><\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p><strong><a href=\"https:\/\/temper.digital\/temper-digital\/contact\/\" data-type=\"page\" data-id=\"34\">Get in touch<\/a> if you\u2019d like help assessing your current website structure, identifying performance bottlenecks, or designing a supportable, enterprise-grade architecture.<\/strong><\/p>\n","protected":false},"excerpt":{"rendered":"<p>A business-critical website built entirely in a single code base \u2013 usually a Content Management System \u2013 will quickly develop performance and security issues. We recommend website owners implement an enterprise tech structure that creates separation between services, as explained in this article.<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[4],"tags":[],"showcase-collection":[],"service":[17],"class_list":["post-185","post","type-post","status-publish","format-standard","hentry","category-article","service-innovation-website"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.9 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>The ideal tech structure for business-critical websites - Temper Digital<\/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:\/\/staging.temper.digital\/temper-digital\/ideal-tech-structure-for-business-critical-websites\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"The ideal tech structure for business-critical websites - Temper Digital\" \/>\n<meta property=\"og:description\" content=\"A business-critical website built entirely in a single code base \u2013 usually a Content Management System \u2013 will quickly develop performance and security issues. We recommend website owners implement an enterprise tech structure that creates separation between services, as explained in this article.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/staging.temper.digital\/temper-digital\/ideal-tech-structure-for-business-critical-websites\/\" \/>\n<meta property=\"og:site_name\" content=\"Temper Digital\" \/>\n<meta property=\"article:published_time\" content=\"2025-09-02T18:05:55+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-09-15T11:25:26+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/temper-new.s3.eu-west-2.amazonaws.com\/uploads\/2025\/08\/tech-stack.jpg\" \/>\n<meta name=\"author\" content=\"Luke Wotton\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Luke Wotton\" \/>\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:\/\/staging.temper.digital\/temper-digital\/ideal-tech-structure-for-business-critical-websites\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/staging.temper.digital\/temper-digital\/ideal-tech-structure-for-business-critical-websites\/\"},\"author\":{\"name\":\"Luke Wotton\",\"@id\":\"https:\/\/staging.temper.digital\/temper-digital\/#\/schema\/person\/06eaf56986da6e28d50d52bf36a04f0f\"},\"headline\":\"The ideal tech structure for business-critical websites\",\"datePublished\":\"2025-09-02T18:05:55+00:00\",\"dateModified\":\"2025-09-15T11:25:26+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/staging.temper.digital\/temper-digital\/ideal-tech-structure-for-business-critical-websites\/\"},\"wordCount\":1179,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/staging.temper.digital\/temper-digital\/#organization\"},\"image\":{\"@id\":\"https:\/\/staging.temper.digital\/temper-digital\/ideal-tech-structure-for-business-critical-websites\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/temper-new.s3.eu-west-2.amazonaws.com\/uploads\/2025\/08\/tech-stack.jpg\",\"articleSection\":[\"Article\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/staging.temper.digital\/temper-digital\/ideal-tech-structure-for-business-critical-websites\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/staging.temper.digital\/temper-digital\/ideal-tech-structure-for-business-critical-websites\/\",\"url\":\"https:\/\/staging.temper.digital\/temper-digital\/ideal-tech-structure-for-business-critical-websites\/\",\"name\":\"The ideal tech structure for business-critical websites - Temper Digital\",\"isPartOf\":{\"@id\":\"https:\/\/staging.temper.digital\/temper-digital\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/staging.temper.digital\/temper-digital\/ideal-tech-structure-for-business-critical-websites\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/staging.temper.digital\/temper-digital\/ideal-tech-structure-for-business-critical-websites\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/temper-new.s3.eu-west-2.amazonaws.com\/uploads\/2025\/08\/tech-stack.jpg\",\"datePublished\":\"2025-09-02T18:05:55+00:00\",\"dateModified\":\"2025-09-15T11:25:26+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/staging.temper.digital\/temper-digital\/ideal-tech-structure-for-business-critical-websites\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/staging.temper.digital\/temper-digital\/ideal-tech-structure-for-business-critical-websites\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/staging.temper.digital\/temper-digital\/ideal-tech-structure-for-business-critical-websites\/#primaryimage\",\"url\":\"https:\/\/temper-new.s3.eu-west-2.amazonaws.com\/uploads\/2025\/08\/tech-stack.jpg\",\"contentUrl\":\"https:\/\/temper-new.s3.eu-west-2.amazonaws.com\/uploads\/2025\/08\/tech-stack.jpg\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/staging.temper.digital\/temper-digital\/ideal-tech-structure-for-business-critical-websites\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/staging.temper.digital\/temper-digital\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"The ideal tech structure for business-critical websites\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/staging.temper.digital\/temper-digital\/#website\",\"url\":\"https:\/\/staging.temper.digital\/temper-digital\/\",\"name\":\"Temper Digital\",\"description\":\"Digital platforms built to accelerate innovation\",\"publisher\":{\"@id\":\"https:\/\/staging.temper.digital\/temper-digital\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/staging.temper.digital\/temper-digital\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/staging.temper.digital\/temper-digital\/#organization\",\"name\":\"Temper Digital\",\"url\":\"https:\/\/staging.temper.digital\/temper-digital\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/staging.temper.digital\/temper-digital\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/temper-new.s3.amazonaws.com\/uploads\/2025\/10\/temper-logo-1.png\",\"contentUrl\":\"https:\/\/temper-new.s3.amazonaws.com\/uploads\/2025\/10\/temper-logo-1.png\",\"width\":696,\"height\":696,\"caption\":\"Temper Digital\"},\"image\":{\"@id\":\"https:\/\/staging.temper.digital\/temper-digital\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.linkedin.com\/company\/temper-digital-agency\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/staging.temper.digital\/temper-digital\/#\/schema\/person\/06eaf56986da6e28d50d52bf36a04f0f\",\"name\":\"Luke Wotton\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/staging.temper.digital\/temper-digital\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/temper-new.s3.eu-west-2.amazonaws.com\/uploads\/2025\/07\/cropped-luke-wotton-96x96.jpeg\",\"contentUrl\":\"https:\/\/temper-new.s3.eu-west-2.amazonaws.com\/uploads\/2025\/07\/cropped-luke-wotton-96x96.jpeg\",\"caption\":\"Luke Wotton\"},\"sameAs\":[\"https:\/\/temperdigital2.wpenginepowered.com\"],\"url\":\"https:\/\/staging.temper.digital\/temper-digital\/author\/temperdigital2\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"The ideal tech structure for business-critical websites - Temper Digital","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:\/\/staging.temper.digital\/temper-digital\/ideal-tech-structure-for-business-critical-websites\/","og_locale":"en_US","og_type":"article","og_title":"The ideal tech structure for business-critical websites - Temper Digital","og_description":"A business-critical website built entirely in a single code base \u2013 usually a Content Management System \u2013 will quickly develop performance and security issues. We recommend website owners implement an enterprise tech structure that creates separation between services, as explained in this article.","og_url":"https:\/\/staging.temper.digital\/temper-digital\/ideal-tech-structure-for-business-critical-websites\/","og_site_name":"Temper Digital","article_published_time":"2025-09-02T18:05:55+00:00","article_modified_time":"2025-09-15T11:25:26+00:00","og_image":[{"url":"https:\/\/temper-new.s3.eu-west-2.amazonaws.com\/uploads\/2025\/08\/tech-stack.jpg","type":"","width":"","height":""}],"author":"Luke Wotton","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Luke Wotton","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/staging.temper.digital\/temper-digital\/ideal-tech-structure-for-business-critical-websites\/#article","isPartOf":{"@id":"https:\/\/staging.temper.digital\/temper-digital\/ideal-tech-structure-for-business-critical-websites\/"},"author":{"name":"Luke Wotton","@id":"https:\/\/staging.temper.digital\/temper-digital\/#\/schema\/person\/06eaf56986da6e28d50d52bf36a04f0f"},"headline":"The ideal tech structure for business-critical websites","datePublished":"2025-09-02T18:05:55+00:00","dateModified":"2025-09-15T11:25:26+00:00","mainEntityOfPage":{"@id":"https:\/\/staging.temper.digital\/temper-digital\/ideal-tech-structure-for-business-critical-websites\/"},"wordCount":1179,"commentCount":0,"publisher":{"@id":"https:\/\/staging.temper.digital\/temper-digital\/#organization"},"image":{"@id":"https:\/\/staging.temper.digital\/temper-digital\/ideal-tech-structure-for-business-critical-websites\/#primaryimage"},"thumbnailUrl":"https:\/\/temper-new.s3.eu-west-2.amazonaws.com\/uploads\/2025\/08\/tech-stack.jpg","articleSection":["Article"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/staging.temper.digital\/temper-digital\/ideal-tech-structure-for-business-critical-websites\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/staging.temper.digital\/temper-digital\/ideal-tech-structure-for-business-critical-websites\/","url":"https:\/\/staging.temper.digital\/temper-digital\/ideal-tech-structure-for-business-critical-websites\/","name":"The ideal tech structure for business-critical websites - Temper Digital","isPartOf":{"@id":"https:\/\/staging.temper.digital\/temper-digital\/#website"},"primaryImageOfPage":{"@id":"https:\/\/staging.temper.digital\/temper-digital\/ideal-tech-structure-for-business-critical-websites\/#primaryimage"},"image":{"@id":"https:\/\/staging.temper.digital\/temper-digital\/ideal-tech-structure-for-business-critical-websites\/#primaryimage"},"thumbnailUrl":"https:\/\/temper-new.s3.eu-west-2.amazonaws.com\/uploads\/2025\/08\/tech-stack.jpg","datePublished":"2025-09-02T18:05:55+00:00","dateModified":"2025-09-15T11:25:26+00:00","breadcrumb":{"@id":"https:\/\/staging.temper.digital\/temper-digital\/ideal-tech-structure-for-business-critical-websites\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/staging.temper.digital\/temper-digital\/ideal-tech-structure-for-business-critical-websites\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/staging.temper.digital\/temper-digital\/ideal-tech-structure-for-business-critical-websites\/#primaryimage","url":"https:\/\/temper-new.s3.eu-west-2.amazonaws.com\/uploads\/2025\/08\/tech-stack.jpg","contentUrl":"https:\/\/temper-new.s3.eu-west-2.amazonaws.com\/uploads\/2025\/08\/tech-stack.jpg"},{"@type":"BreadcrumbList","@id":"https:\/\/staging.temper.digital\/temper-digital\/ideal-tech-structure-for-business-critical-websites\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/staging.temper.digital\/temper-digital\/"},{"@type":"ListItem","position":2,"name":"The ideal tech structure for business-critical websites"}]},{"@type":"WebSite","@id":"https:\/\/staging.temper.digital\/temper-digital\/#website","url":"https:\/\/staging.temper.digital\/temper-digital\/","name":"Temper Digital","description":"Digital platforms built to accelerate innovation","publisher":{"@id":"https:\/\/staging.temper.digital\/temper-digital\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/staging.temper.digital\/temper-digital\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/staging.temper.digital\/temper-digital\/#organization","name":"Temper Digital","url":"https:\/\/staging.temper.digital\/temper-digital\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/staging.temper.digital\/temper-digital\/#\/schema\/logo\/image\/","url":"https:\/\/temper-new.s3.amazonaws.com\/uploads\/2025\/10\/temper-logo-1.png","contentUrl":"https:\/\/temper-new.s3.amazonaws.com\/uploads\/2025\/10\/temper-logo-1.png","width":696,"height":696,"caption":"Temper Digital"},"image":{"@id":"https:\/\/staging.temper.digital\/temper-digital\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.linkedin.com\/company\/temper-digital-agency\/"]},{"@type":"Person","@id":"https:\/\/staging.temper.digital\/temper-digital\/#\/schema\/person\/06eaf56986da6e28d50d52bf36a04f0f","name":"Luke Wotton","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/staging.temper.digital\/temper-digital\/#\/schema\/person\/image\/","url":"https:\/\/temper-new.s3.eu-west-2.amazonaws.com\/uploads\/2025\/07\/cropped-luke-wotton-96x96.jpeg","contentUrl":"https:\/\/temper-new.s3.eu-west-2.amazonaws.com\/uploads\/2025\/07\/cropped-luke-wotton-96x96.jpeg","caption":"Luke Wotton"},"sameAs":["https:\/\/temperdigital2.wpenginepowered.com"],"url":"https:\/\/staging.temper.digital\/temper-digital\/author\/temperdigital2\/"}]}},"_links":{"self":[{"href":"https:\/\/staging.temper.digital\/temper-digital\/wp-json\/wp\/v2\/posts\/185","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/staging.temper.digital\/temper-digital\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/staging.temper.digital\/temper-digital\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/staging.temper.digital\/temper-digital\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/staging.temper.digital\/temper-digital\/wp-json\/wp\/v2\/comments?post=185"}],"version-history":[{"count":2,"href":"https:\/\/staging.temper.digital\/temper-digital\/wp-json\/wp\/v2\/posts\/185\/revisions"}],"predecessor-version":[{"id":400,"href":"https:\/\/staging.temper.digital\/temper-digital\/wp-json\/wp\/v2\/posts\/185\/revisions\/400"}],"wp:attachment":[{"href":"https:\/\/staging.temper.digital\/temper-digital\/wp-json\/wp\/v2\/media?parent=185"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/staging.temper.digital\/temper-digital\/wp-json\/wp\/v2\/categories?post=185"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/staging.temper.digital\/temper-digital\/wp-json\/wp\/v2\/tags?post=185"},{"taxonomy":"showcase-collection","embeddable":true,"href":"https:\/\/staging.temper.digital\/temper-digital\/wp-json\/wp\/v2\/showcase-collection?post=185"},{"taxonomy":"service","embeddable":true,"href":"https:\/\/staging.temper.digital\/temper-digital\/wp-json\/wp\/v2\/service?post=185"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}