{"id":360661,"date":"2025-03-25T08:34:19","date_gmt":"2025-03-25T12:34:19","guid":{"rendered":"https:\/\/tech.co\/?page_id=360661"},"modified":"2025-03-25T08:34:19","modified_gmt":"2025-03-25T08:34:19","slug":"the-prep-newsletter","status":"publish","type":"page","link":"https:\/\/tech.co\/the-prep-newsletter","title":{"rendered":"The Prep Newsletter"},"content":{"rendered":"<div class=\"wpb-content-wrapper\"><p>[vc_row][vc_column] <\/p><div class=\"single-image center\">\n <div class=\"single-image-box\">\n <img loading=\"lazy\" decoding=\"async\" width=\"640\" height=\"320\" src=\"https:\/\/images.tech.co\/wp-content\/uploads\/2025\/03\/25083536\/the-prep-logo-1-640x320.jpg\" class=\"attachment-medium size-medium\" alt=\"\" srcset=\"https:\/\/images.tech.co\/wp-content\/uploads\/2025\/03\/25083536\/the-prep-logo-1-640x320.jpg 640w, https:\/\/images.tech.co\/wp-content\/uploads\/2025\/03\/25083536\/the-prep-logo-1-1024x512.jpg 1024w, https:\/\/images.tech.co\/wp-content\/uploads\/2025\/03\/25083536\/the-prep-logo-1-768x384.jpg 768w, https:\/\/images.tech.co\/wp-content\/uploads\/2025\/03\/25083536\/the-prep-logo-1-1536x768.jpg 1536w, https:\/\/images.tech.co\/wp-content\/uploads\/2025\/03\/25083536\/the-prep-logo-1-1072x536.jpg 1072w, https:\/\/images.tech.co\/wp-content\/uploads\/2025\/03\/25083536\/the-prep-logo-1.jpg 1920w\" sizes=\"auto, (max-width: 640px) 100vw, 640px\"> <\/div>\n <\/div>\n\n[\/vc_column][\/vc_row][vc_row][vc_column]<div class=\"chameleon-widget-wrapper\">\n <script type=\"text\/javascript\">\n        \n        \n            window.chameleon = window.chameleon || {};\n        \n            var inputData961008d811 = {\n                formId: '6755',\n                themeName: 'custom',\n                domain: 'ca',\n                env: 'prod',\n                headerEnabled: false,\n                borderEnabled: false,\n                height: 350,\n                belowFold: true,\n                dynamicHeight: false,\n                autoScroll: false,\n                isConsentStatementAboveNavigation: false,\n                fontOverride: 'Barlow',\n                maxWidth: 550,\n                paletteOverrides: {\"widgetBackgroundColor\":\"#FDFDFD\",\"secondaryBackgroundColor\":\"#EDEDED\",\"scrollIndicatorColor\":\"#323232\",\"primaryTextColor\":\"#000000\",\"secondaryTextColor\":\"#000000\",\"answerUnselectedColor\":\"#000000\",\"answerSelectedColor\":\"#086b59\",\"answerBackgroundColor\":\"#FFFFFF\",\"continueButtonColor\":\"#7f3074\",\"continueButtonHoverColor\":\"#b51867\",\"continueButtonTextColor\":\"#FFFFFF\",\"backButtonColor\":\"#EDEDED\",\"backButtonHoverColor\":\"#DFDFDF\",\"progressBarFilledColor\":\"#ffe000\"}, eventHandlers: { widgetVisible: function (eventInfo) {    window.dataLayer = window.dataLayer || [];\n    window.dataLayer.push({\n        event: 'newsletterSignupShown',\n        newsletter: \"The Prep\",\n        newsletter_cta: 'Chameleon',\n        url: window.location.origin + window.location.pathname,\n    });\n},\ninitialWidgetInteraction: function (eventInfo) {    window.dataLayer = window.dataLayer || [];\n    window.dataLayer.push({\n        event: 'userAction',\n        type: 'subscriptionInteraction',\n        newsletter: \"The Prep\",\n        newsletter_cta: 'Chameleon',\n        url: window.location.origin + window.location.pathname,\n    });\n},\nformSubmit: function (eventInfo) {    window.dataLayer = window.dataLayer || [];\n    window.dataLayer.push({\n        event: 'userAction',\n        type: 'subscriptionClick',\n        newsletter: \"The Prep\",\n        newsletter_cta: 'Chameleon',\n        url: window.location.origin + window.location.pathname,\n    });\n    window.sid = eventInfo.submissionId;\n},\n\n        customerMatchesRequested: function(eventInfo) {\n            window.customerMatchesRequested = true;\n            fetch(flexi_comp_vars.ajaxurl, {\n                method: \"POST\",\n                headers: {\n                    \"Content-Type\": \"application\/x-www-form-urlencoded\",\n                },\n                body: new URLSearchParams({\n                    action: \"get_thank_you_page_for_brand_ids\",\n                    data: eventInfo?.brandMatches ? JSON.stringify(eventInfo.brandMatches) : \"[]\",\n                })\n            })\n            .then((response) => {\n                return response.json();\n            })\n            .then((data) => {\n                window.customerPotentialMatches = data ? data : [];\n            });\n        },\n        thankYouPageRequested: function(eventInfo) {\n            const { brandMatches } = eventInfo;\n            \n            \/**\n            * {brandMatches} array of matches received in thankYouPageRequested event\n            * {customerPotentialMatches} array of matches received in customerMatchesRequested event\n            * {redirectUrlAfterSubmission} Url we are redirecting to.\n            * \n            * In PHOENIX-1759 we implement that we only do redirecting if \n            * brandMatches only has exactly one match, to prevent conflicts in shared verticals.\n            *\/\n            if (brandMatches) {\n                window.sessionStorage.setItem(\"brandMatches\", JSON.stringify(brandMatches));\n                \n                if (window.customerPotentialMatches && brandMatches.length === 1) {\n                    const matchingElement = window.customerPotentialMatches.find(customerPotentialMatch =>\n                        brandMatches.some(brandMatch => brandMatch.id === customerPotentialMatch.brand_id)\n                    );\n    \n                    if (matchingElement && matchingElement.url) {\n                        window.redirectUrlAfterSubmission = matchingElement.url;\n                    }\n                }\n            }\n\n            if ( window.redirectUrlAfterSubmission ) {\n                \/\/ make sure to hide the form if we are redirecting to a thank you page\n                \n            document.querySelector('iframe[id^=\"' + eventInfo.iFrameId + '\"]').closest(\"div\").style.display = \"none\";\n        \n                            \n            setTimeout(() => {\n                const excludingParams = [\"cid\", \"ref2\", \"ref3\"];\n                const currentUrlParams = new URLSearchParams(window.location.search);\n                excludingParams.forEach(param => {\n                    currentUrlParams.delete(param);\n                });\n                const extraUrlParams = currentUrlParams.size ? `&${currentUrlParams.toString()}` : \"\";\n                window.location.href = redirectUrlAfterSubmission + '?sid=' + window.sid + '&fid=353044' + extraUrlParams;\n            }, 1000);\n        \n            }\n        },\n        } \n            };\n            \/\/ We need formWidgetInfoObject variable for browserBackIntercept.min.js\n            var formWidgetInfoObject = formWidgetInfoObject961008d811 = runFormWidgetLoader(inputData961008d811);\n            var mvfFormWidgetLoadingErrors961008d811 = formWidgetInfoObject961008d811.loadingErrors;\n            <\/script>\n\n <\/div>[\/vc_column][\/vc_row][vc_row][vc_column css_animation=&rdquo;none&rdquo; width=&rdquo;2\/3&Prime;][vc_column_text css=&rdquo;&rdquo;]The Prep is the ultimate resource for small-to-mid size restaurant owners, managers and decision makers. By signing up to The Prep newsletter, you can receive the best hospitality sector business advice, inspiration, and trends from around the web, as well as exclusive content.\n<p>Curated and written by experts that know your industry inside and out, <strong><a href=\"http:\/\/www.theprep.co\" target=\"_blank\" rel=\"noopener noreferrer\">The Prep<\/a><\/strong> hits inboxes every Monday and Wednesday, delivering the freshest restaurant stories. We&rsquo;re talking in-depth analysis, insights, handy tips, and expert advice.<\/p>\n<p>If you want to be part of The Prep community, simply sign up below.[\/vc_column_text][\/vc_column][\/vc_row]<\/p>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>[vc_row][vc_column][\/vc_column][\/vc_row][vc_row][vc_column][\/vc_column][\/vc_row][vc_row][vc_column css_animation=&#8221;none&#8221;<\/p>\n","protected":false},"author":9642,"featured_media":360669,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-360661","page","type-page","status-publish","has-post-thumbnail","hentry","col-12"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.7 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Subscribe to The Prep Newsletter<\/title>\n<meta name=\"description\" content=\"The Prep newsletter is the ultimate resource for the restaurant industry, serving up news and insight twice a week.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/tech.co\/the-prep-newsletter\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Subscribe to The Prep Newsletter\" \/>\n<meta property=\"og:description\" content=\"The Prep newsletter is the ultimate resource for the restaurant industry, serving up news and insight twice a week.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/tech.co\/the-prep-newsletter\" \/>\n<meta property=\"og:site_name\" content=\"Tech.co\" \/>\n<meta property=\"og:image\" content=\"https:\/\/images.tech.co\/wp-content\/uploads\/2025\/03\/25083536\/the-prep-logo-1.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1920\" \/>\n\t<meta property=\"og:image:height\" content=\"960\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/tech.co\/the-prep-newsletter\",\"url\":\"https:\/\/tech.co\/the-prep-newsletter\",\"name\":\"Subscribe to The Prep Newsletter\",\"isPartOf\":{\"@id\":\"https:\/\/tech.co\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/tech.co\/the-prep-newsletter#primaryimage\"},\"image\":{\"@id\":\"https:\/\/tech.co\/the-prep-newsletter#primaryimage\"},\"thumbnailUrl\":\"https:\/\/images.tech.co\/wp-content\/uploads\/2025\/03\/25083536\/the-prep-logo-1.jpg\",\"datePublished\":\"2025-03-25T12:34:19+00:00\",\"description\":\"The Prep newsletter is the ultimate resource for the restaurant industry, serving up news and insight twice a week.\",\"breadcrumb\":{\"@id\":\"https:\/\/tech.co\/the-prep-newsletter#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/tech.co\/the-prep-newsletter\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/tech.co\/the-prep-newsletter#primaryimage\",\"url\":\"https:\/\/images.tech.co\/wp-content\/uploads\/2025\/03\/25083536\/the-prep-logo-1.jpg\",\"contentUrl\":\"https:\/\/images.tech.co\/wp-content\/uploads\/2025\/03\/25083536\/the-prep-logo-1.jpg\",\"width\":1920,\"height\":960},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/tech.co\/the-prep-newsletter#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/tech.co\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"The Prep Newsletter\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/tech.co\/#website\",\"url\":\"https:\/\/tech.co\/\",\"name\":\"Tech.co\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/tech.co\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Subscribe to The Prep Newsletter","description":"The Prep newsletter is the ultimate resource for the restaurant industry, serving up news and insight twice a week.","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:\/\/tech.co\/the-prep-newsletter","og_locale":"en_US","og_type":"article","og_title":"Subscribe to The Prep Newsletter","og_description":"The Prep newsletter is the ultimate resource for the restaurant industry, serving up news and insight twice a week.","og_url":"https:\/\/tech.co\/the-prep-newsletter","og_site_name":"Tech.co","og_image":[{"width":1920,"height":960,"url":"https:\/\/images.tech.co\/wp-content\/uploads\/2025\/03\/25083536\/the-prep-logo-1.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/tech.co\/the-prep-newsletter","url":"https:\/\/tech.co\/the-prep-newsletter","name":"Subscribe to The Prep Newsletter","isPartOf":{"@id":"https:\/\/tech.co\/#website"},"primaryImageOfPage":{"@id":"https:\/\/tech.co\/the-prep-newsletter#primaryimage"},"image":{"@id":"https:\/\/tech.co\/the-prep-newsletter#primaryimage"},"thumbnailUrl":"https:\/\/images.tech.co\/wp-content\/uploads\/2025\/03\/25083536\/the-prep-logo-1.jpg","datePublished":"2025-03-25T12:34:19+00:00","description":"The Prep newsletter is the ultimate resource for the restaurant industry, serving up news and insight twice a week.","breadcrumb":{"@id":"https:\/\/tech.co\/the-prep-newsletter#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/tech.co\/the-prep-newsletter"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/tech.co\/the-prep-newsletter#primaryimage","url":"https:\/\/images.tech.co\/wp-content\/uploads\/2025\/03\/25083536\/the-prep-logo-1.jpg","contentUrl":"https:\/\/images.tech.co\/wp-content\/uploads\/2025\/03\/25083536\/the-prep-logo-1.jpg","width":1920,"height":960},{"@type":"BreadcrumbList","@id":"https:\/\/tech.co\/the-prep-newsletter#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/tech.co\/"},{"@type":"ListItem","position":2,"name":"The Prep Newsletter"}]},{"@type":"WebSite","@id":"https:\/\/tech.co\/#website","url":"https:\/\/tech.co\/","name":"Tech.co","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/tech.co\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/tech.co\/wp-json\/wp\/v2\/pages\/360661","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tech.co\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/tech.co\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/tech.co\/wp-json\/wp\/v2\/users\/9642"}],"replies":[{"embeddable":true,"href":"https:\/\/tech.co\/wp-json\/wp\/v2\/comments?post=360661"}],"version-history":[{"count":0,"href":"https:\/\/tech.co\/wp-json\/wp\/v2\/pages\/360661\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/tech.co\/wp-json\/wp\/v2\/media\/360669"}],"wp:attachment":[{"href":"https:\/\/tech.co\/wp-json\/wp\/v2\/media?parent=360661"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}