{"id":25449,"date":"2022-01-05T17:58:11","date_gmt":"2022-01-05T22:58:11","guid":{"rendered":"http:\/\/dev.techcocktail.com\/?page_id=25449"},"modified":"2025-03-14T16:28:58","modified_gmt":"2025-03-14T20:28:58","slug":"contact","status":"publish","type":"page","link":"https:\/\/tech.co\/contact","title":{"rendered":"Contact Tech.co"},"content":{"rendered":"<div class=\"wpb-content-wrapper\"><p>[vc_row][vc_column css_animation=&rdquo;none&rdquo; width=&rdquo;2\/3&Prime;][vc_column_text css=&rdquo;&rdquo;]Thank you for your interest in Tech.co &ndash; we hope you&rsquo;ll enjoy reading our coverage of the latest tech stories, plus our expert recommendations and buying guides. If you have a query, there are a few ways that you can get in touch with the Tech.co team.<\/p>\n<h2>Sponsored Posts<\/h2>\n<p>While Tech.co operates with a dedicated team of staff writers, we are also open to sponsored posts to help your business reach the right audience. If you are interested in working with Tech.co, please do contact us at <strong><a class=\"c-link\" href=\"mailto:commercial@tech.co\" data-stringify-link=\"mailto:commercial@tech.co\" data-sk=\"tooltip_parent\" aria-haspopup=\"menu\">commercial@tech.co<\/a><\/strong>.<\/p>\n<h2>Press Contacts<\/h2>\n<p>For relevant technology press releases and news announcements, please email us at <a href=\"mailto:press@tech.co\"><strong>press@tech.co<\/strong><\/a>.<\/p>\n<h2>Partnerships<\/h2>\n<p>Our business software reviews and advice are based on expert assessments and independent recommendations. We have various commercial partnerships available, including affiliate and customer lead generation opportunities. If your business is interested to learn more, see our guide here:<strong> <a href=\"https:\/\/mvfglobal.com\/become-a-partner\/?utm_campaign=Brands&amp;utm_source=referral&amp;utm_medium=organic&amp;utm_content=techco\" target=\"_blank\" rel=\"noopener noreferrer\">Become a Partner<\/a><\/strong>[\/vc_column_text][\/vc_column][\/vc_row][vc_row][vc_column]\n <\/p><div class=\"lytics-newsletter-container\">\n <div class=\"lytics-loading-spinner\">\n <div class=\"spinner\"><\/div>\n <\/div>\n <div class=\"lytics-newsletter-a62BQVNP\"><\/div>\n <\/div>\n\n <script>\n            (function() {\n                        \n            const getFormElements = () => ([\n                {\n                    type: 'text',\n                    name: 'name',\n                    label: 'Name',\n                    placeholder: 'Name',\n                    required: true,\n                },\n                {\n                    type: 'email',\n                    name: 'email',\n                    label: 'Email Address',\n                    placeholder: 'Email Address',\n                    required: true,\n                },\n            ]);\n\n            const getFormStates = (successLink) => {\n                let successMessage = 'We have received your submission, thank you for signing up.';\n\n                if (successLink) {\n                    successMessage = successMessage + '\\<a class\\=\\\"pf-download-link\\\" target\\=\\\"_blank\\\" href\\=\\\"' + successLink + '\\\"\\>Download Here\\<\\\/a\\>';\n                }\n\n                return {\n                    success: {\n                        msg: successMessage,\n                        delay: 0\n                    },\n                    error: {\n                        msg: 'Please enter a valid email address.',\n                        delay: 0\n                    }\n                };\n            };\n\n            const getConfirmAction = (successLink) => ({\n                name: 'subscription',\n                waitForAsyncResponse: true,\n                callback: function (event, payload, cb) {\n                    var emailAddress = payload['data'][1]['value'];\n                    \/\/ RFC 5322 compliant email regex pattern\n                    const emailRegex = \/^[a-zA-Z0-9.!#$%&'*+\/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$\/;\n                    var valid = emailRegex.test(emailAddress);\n                    cb(valid);\n                    if (valid && successLink) {\n                        window.open(successLink);\n                    }\n                }\n            });\n\n            var defaultConfig = {\n                generic: {\n                    theme: 'custom',\n                    colors: {\n                        background: 'var(--flexi-lytics-bg-color)',\n                        text: 'var(--flexi-lytics-fg-color)',\n                        close: '#a6a8c7',\n                        actionBackground: 'var(--flexi-lytics-btn-bg-color)',\n                        actionText: 'var(--flexi-lytics-btn-text-color)',\n                        fieldBackground: '#fff'\n                    }\n                },\n            };\n        \n        \n                function initializeNewsletterWidget() {\n                    if (typeof jstag === 'undefined') {\n                        setTimeout(initializeNewsletterWidget, 100);\n                        return;\n                    }\n\n                    window.lyticsIters = window.lyticsIters || {};\n\n                    let lyticsFormID;\n\n                    jstag.on(\"pathfora.publish.done\", function renderNewsletterWidget() {\n                        if (window.lyticsInitialising) {\n                            setTimeout(renderNewsletterWidget, 100);\n                            return;\n                        }\n\n                        window.lyticsInitialising = true;\n\n                        const newsletterContainer = document.querySelector('.lytics-newsletter-a62BQVNP');\n                        \n                                \n            const newsletterOnLoad = (event, payload, newsletterName, newsletterLogo, title, ctaType, download) => {\n                const newsletterLogoEl = newsletterContainer.querySelector('.newsletter-logo');\n                const widgetText = newsletterContainer.querySelector('.pf-widget-text');\n                \n                if (!newsletterContainer) return;\n\n                if (newsletterLogo !== '' && !newsletterLogoEl) {\n                    newsletterLogo = '<img loading=\"lazy\"  src=\\\"' + newsletterLogo + '\\\" class=\"newsletter-logo\" alt=\"' + newsletterName + '\" \\\/>';\n                    newsletterContainer.insertAdjacentHTML('afterbegin', newsletterLogo);\n                }\n\n                if (title !== '') {\n                    widgetText.querySelector('h2').remove();\n                    title = \"<h3 class=\\\"pf-widget-headline\\\">\" + title + \"<\\\/h3>\";\n                    widgetText.insertAdjacentHTML('afterbegin', title);\n                }\n\n                const footerText = 'Brought to you by';\n                const footerOpen = \"<p class=\\\"brought-to-you\\\">\";\n                const footerClose = \"<\\\/p>\"\n                let legalText = \"<div class=\\\"legal-text\\\"><p>By signing up to receive our newsletter, you agree to our\\n                <a href=\\\"https:\\\/\\\/www2.mvfglobal.com\\\/privacypolicy\\\/b649e\\\" title=\\\"Privacy Policy\\\" target=\\\"_blank\\\">\\n                    Privacy Policy\\n                <\\\/a>.\\n                You can <strong>unsubscribe<\\\/strong> at any time.\\n            <\\\/p><\\\/div>\";\n                let footerLogo = 'https:\/\/images.tech.co\/wp-content\/uploads\/2025\/08\/11050011\/techoco-logo.svg';\n\n                if (footerLogo !== '') {\n                    footerLogo = '<img loading=\"lazy\"  src=\\\"' + footerLogo + '\\\" alt=\\\"Tech.co\\\" \\\/>';\n                }\n\n                if (download) {\n                    legalText = \"<div class=\\\"legal-text\\\"><p>By downloading, you'll also sign up to our newsletter and agree to our\\n                <a href=\\\"https:\\\/\\\/www2.mvfglobal.com\\\/privacypolicy\\\/b649e\\\" title=\\\"Privacy Policy\\\" target=\\\"_blank\\\">\\n                    Privacy Policy\\n                <\\\/a>.\\n                You can <strong>unsubscribe<\\\/strong> at any time.\\n            <\\\/p><\\\/div>\";\n                }\n\n                const smallPrint = legalText + footerOpen + footerText + footerLogo + footerClose;\n\n                const newsletterForm = newsletterContainer.querySelector('form');\n\n                newsletterForm.insertAdjacentHTML('beforeend', smallPrint);\n\n                isSuspicious().then(result => {\n                    if (result) {\n                        let susText = '<p><strong>Form cannot be loaded. If using a VPN, ';\n                        susText = susText + 'please disable and refresh page.<\\\/strong><\\\/p>';\n                        newsletterForm.querySelectorAll('div.pf-form-required').forEach(el => el.remove());\n                        newsletterForm.querySelector('button').remove();\n                        newsletterForm.insertAdjacentHTML('afterbegin', susText);\n                    } else {\n                        const observer = new IntersectionObserver((entries, observerInstance) => {\n                            entries.forEach(entry => {\n                                if (entry.isIntersecting) {\n                                    document.dispatchEvent(\n                                        new CustomEvent(\n                                            'lyticsNewsletterWidgetLoad', {\n                                                detail: {\n                                                    event,\n                                                    payload,\n                                                    name: newsletterName,\n                                                    cta: ctaType,\n                                                }\n                                            }\n                                        )\n                                    );\n                                    observerInstance.disconnect();\n                                }\n                            });\n                        });\n                        observer.observe(newsletterContainer);\n                    }\n                });\n\n                window.lyticsInitialising = false;\n            };\n        \n        \n                        \n                        lyticsFormID = 'form-module-tech_co';\n\n                        if (document.getElementById(lyticsFormID)) {\n                            if (!window.lyticsIters[lyticsFormID]) {\n                                window.lyticsIters[lyticsFormID] = 1;\n                            } else {\n                                window.lyticsIters[lyticsFormID] = window.lyticsIters[lyticsFormID] + 1;\n                            }\n                        }\n\n                        if (window.lyticsIters[lyticsFormID] >= 1) {\n                            lyticsFormID = lyticsFormID + '-' + window.lyticsIters[lyticsFormID];\n                        }\n\n                        var defaultFormModule = new pathfora.Form({\n                            id: lyticsFormID,\n                            layout: 'inline',\n                            className: 'sign-up-newsletter',\n                            position: '.lytics-newsletter-a62BQVNP',\n                            msg: \"Stay informed on the top business tech stories with Tech.co's weekly highlights reel.<ul><li>Essential tech industry news<\\\/li><li>Special features and interviews from industry experts<\\\/li><li>Offers and discounts<\\\/li><\\\/ul>\",\n                            okMessage: 'Subscribe',\n                            theme: 'custom',\n                            branding: false,\n                            confirmAction: getConfirmAction(false),\n                            formStates: getFormStates(false),\n                            formElements: getFormElements(),\n                            onLoad: function(event, payload) {\n                                newsletterOnLoad(\n                                    event,\n                                    payload,\n                                    'Tech.co',\n                                    '',\n                                    'Get the latest tech news, straight to your inbox',\n                                    \"Lytics_inline\",\n                                    false                                );\n                            }\n                        });\n\n                        const userAudiences = jstag.getSegments();\n\n                        \/\/ Find the first matching segment from modules.target that exists in userAudiences\n                        const findMatchingSegment = (modules) => {\n                            \/\/ Loop through modules.target in priority order\n                            for (const module of modules.target) {\n                                \/\/ Check if this module's segment exists in userAudiences\n                                if (userAudiences.includes(module.segment)) {\n                                    return module;\n                                }\n                            }\n                            \/\/ If no match found, return the default module\n                            return modules.target.find(module => module.segment === 'all');\n                        };\n\n                        var modules = {\n                            target: [\n                                                                {\n                                    segment: 'all',\n                                    widgets: [defaultFormModule],\n                                    key: 'default'\n                                }\n                            ]\n                        };\n\n                        \/\/ Find the matching module and create a new modules object with only that module\n                        const matchingModule = findMatchingSegment(modules);\n                        const filteredModules = {\n                            target: matchingModule ? [matchingModule] : []\n                        };\n\n                        pathfora.initializeWidgets(filteredModules, defaultConfig);\n\n                        \/\/ Remove loading spinner after widget initialization\n                        const loadingSpinner = newsletterContainer.previousElementSibling;\n\n                        if (loadingSpinner) {\n                            loadingSpinner.classList.add('hidden');\n                        }\n                    });\n                }\n\n                initializeNewsletterWidget();\n            })();\n        <\/script>\n [\/vc_column][\/vc_row][vc_row][vc_column css_animation=&rdquo;fadeInDown&rdquo; width=&rdquo;2\/3&Prime;][vc_column_text css_animation=&rdquo;none&rdquo; css=&rdquo;&rdquo;]\n<h2>Contact Address:<\/h2>\n<p>For all other queries, you can email us at <a href=\"mailto:contact@tech.co\"><strong>contact@tech.co<\/strong><\/a>.<\/p>\n<p>To write to us, please use the address:<\/p>\n<p>Tech.co Publishing, MVF US LLC, 220 South Congress Avenue, Suite 010, Austin, TX 78704, United States[\/vc_column_text][\/vc_column][vc_column width=&rdquo;1\/3&Prime;][\/vc_column][\/vc_row]<\/p>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>[vc_row][vc_column css_animation=&#8221;none&#8221; width=&#8221;2\/3&#8243;][vc_column_text css=&#8221;&#8221;]Thank you for your interest in Tech.co \u2013 we<\/p>\n","protected":false},"author":9635,"featured_media":321114,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-25449","page","type-page","status-publish","has-post-thumbnail","hentry","col-12"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Contact Tech.co | Get in Touch with Our Team<\/title>\n<meta name=\"description\" content=\"Get in touch with the Tech.co team, share press releases or news announcements, or subscribe to our newsletter for the latest stories, delivered to you.\" \/>\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\/contact\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Contact Tech.co | Get in Touch with Our Team\" \/>\n<meta property=\"og:description\" content=\"Get in touch with the Tech.co team, share press releases or news announcements, or subscribe to our newsletter for the latest stories, delivered to you.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/tech.co\/contact\" \/>\n<meta property=\"og:site_name\" content=\"Tech.co\" \/>\n<meta property=\"article:modified_time\" content=\"2025-03-14T20:28:58+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/images.tech.co\/wp-content\/uploads\/2019\/12\/13052618\/Tech-co-Logo-.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1600\" \/>\n\t<meta property=\"og:image:height\" content=\"1600\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\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=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/tech.co\/contact\",\"url\":\"https:\/\/tech.co\/contact\",\"name\":\"Contact Tech.co | Get in Touch with Our Team\",\"isPartOf\":{\"@id\":\"https:\/\/tech.co\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/tech.co\/contact#primaryimage\"},\"image\":{\"@id\":\"https:\/\/tech.co\/contact#primaryimage\"},\"thumbnailUrl\":\"https:\/\/images.tech.co\/wp-content\/uploads\/2019\/12\/13052618\/Tech-co-Logo-.png\",\"datePublished\":\"2022-01-05T22:58:11+00:00\",\"dateModified\":\"2025-03-14T20:28:58+00:00\",\"description\":\"Get in touch with the Tech.co team, share press releases or news announcements, or subscribe to our newsletter for the latest stories, delivered to you.\",\"breadcrumb\":{\"@id\":\"https:\/\/tech.co\/contact#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/tech.co\/contact\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/tech.co\/contact#primaryimage\",\"url\":\"https:\/\/images.tech.co\/wp-content\/uploads\/2019\/12\/13052618\/Tech-co-Logo-.png\",\"contentUrl\":\"https:\/\/images.tech.co\/wp-content\/uploads\/2019\/12\/13052618\/Tech-co-Logo-.png\",\"width\":1600,\"height\":1600,\"caption\":\"Tech.co Logo\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/tech.co\/contact#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/tech.co\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Contact Tech.co\"}]},{\"@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":"Contact Tech.co | Get in Touch with Our Team","description":"Get in touch with the Tech.co team, share press releases or news announcements, or subscribe to our newsletter for the latest stories, delivered to you.","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\/contact","og_locale":"en_US","og_type":"article","og_title":"Contact Tech.co | Get in Touch with Our Team","og_description":"Get in touch with the Tech.co team, share press releases or news announcements, or subscribe to our newsletter for the latest stories, delivered to you.","og_url":"https:\/\/tech.co\/contact","og_site_name":"Tech.co","article_modified_time":"2025-03-14T20:28:58+00:00","og_image":[{"width":1600,"height":1600,"url":"https:\/\/images.tech.co\/wp-content\/uploads\/2019\/12\/13052618\/Tech-co-Logo-.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/tech.co\/contact","url":"https:\/\/tech.co\/contact","name":"Contact Tech.co | Get in Touch with Our Team","isPartOf":{"@id":"https:\/\/tech.co\/#website"},"primaryImageOfPage":{"@id":"https:\/\/tech.co\/contact#primaryimage"},"image":{"@id":"https:\/\/tech.co\/contact#primaryimage"},"thumbnailUrl":"https:\/\/images.tech.co\/wp-content\/uploads\/2019\/12\/13052618\/Tech-co-Logo-.png","datePublished":"2022-01-05T22:58:11+00:00","dateModified":"2025-03-14T20:28:58+00:00","description":"Get in touch with the Tech.co team, share press releases or news announcements, or subscribe to our newsletter for the latest stories, delivered to you.","breadcrumb":{"@id":"https:\/\/tech.co\/contact#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/tech.co\/contact"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/tech.co\/contact#primaryimage","url":"https:\/\/images.tech.co\/wp-content\/uploads\/2019\/12\/13052618\/Tech-co-Logo-.png","contentUrl":"https:\/\/images.tech.co\/wp-content\/uploads\/2019\/12\/13052618\/Tech-co-Logo-.png","width":1600,"height":1600,"caption":"Tech.co Logo"},{"@type":"BreadcrumbList","@id":"https:\/\/tech.co\/contact#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/tech.co\/"},{"@type":"ListItem","position":2,"name":"Contact Tech.co"}]},{"@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\/25449","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\/9635"}],"replies":[{"embeddable":true,"href":"https:\/\/tech.co\/wp-json\/wp\/v2\/comments?post=25449"}],"version-history":[{"count":0,"href":"https:\/\/tech.co\/wp-json\/wp\/v2\/pages\/25449\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/tech.co\/wp-json\/wp\/v2\/media\/321114"}],"wp:attachment":[{"href":"https:\/\/tech.co\/wp-json\/wp\/v2\/media?parent=25449"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}