{"id":28,"date":"2022-10-24T22:46:11","date_gmt":"2022-10-24T22:46:11","guid":{"rendered":"https:\/\/integrumservices.co.uk\/commercial\/?page_id=28"},"modified":"2024-12-19T10:45:53","modified_gmt":"2024-12-19T10:45:53","slug":"contact-us","status":"publish","type":"page","link":"https:\/\/integrumservices.co.uk\/commercial\/contact-us\/","title":{"rendered":"Contact Us"},"content":{"rendered":"<div class=\"h-[80px] bg-[#1d1d1d]\"><\/div> \n<div class=\"align home-top-section wp-block-section-container text-white bg-[#1D1D1D]  bg-right px-[20px] pb-[50px] lg:pb-[70px]\">\n  <div class=\" max-w-[1108px] m-auto\">\n     <div class=\"pt-[10px] pb-[32px]\">\n    <nav class=\"flex text-sm gap-[5px] mx-auto\">\n                                    <span>\n                                        <a href=\"https:\/\/integrumservices.co.uk\/commercial\/\">\n                    <span class=\"font-semibold\">\n                                                Home\n                                            <\/span>\n                    <\/a>\n                <\/span>\n\n                                    <img decoding=\"async\" src=\"https:\/\/integrumservices.co.uk\/app\/themes\/commercial\/public\/images\/icon_breadcrumb_arrow.6e6a37.svg\" \/>\n                                                                <span>\n                    Pages\n                <\/span>\n                                                <span>\n                    Contact Us\n                <\/span>\n                        <\/nav>\n  <\/div>\n     <div class=\"acf-innerblocks-container\">\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<h1 class=\"has-5-xl-font-size wp-block-heading\"><strong>Is your pest or bird management failing?<\/strong><\/h1>\n\n\n\n<p>When it comes to your business, you can&#8217;t afford to wonder whether your commercial pest control contract is working. Integrum offers completely free site audits and surveys to assess your contract without any obligation to continue.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Head office<\/h2>\n\n\n\n<p>Office 204, Access Building, 92 Oldfields Rd, Sutton SM1 2NU<br><a href=\"mailto:office@integrumservices.co.uk\">office@integrumservices.co.uk<\/a><br><a href=\"tel:02045665522\"><\/a><a href=\"tel:0204 566 5522\">0204 566 5522<\/a> | <a href=\"tel:08081098016\">0808 109 8016<\/a><\/p>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"><form\n  method=\"POST\"\n  class=\"alignright wp-block-audit-form border-[1px] border-[#E24E4D] grid grid-col gap-[20px] p-[20px] w-full max-w-[500px] rounded-[5px]\"\n      x-data=\"{\n      form: {\n        action: 'contact_form',\n        name: '',\n        email: '',\n        phone: '',\n        company: '',\n        industry: '',\n        topics: [],\n        message: '',\n      },\n      validation: {\n        name: \/^[a-zA-Z\\s]+$\/,                                      \/\/ Characters or spaces\n        email: \/^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\\.[a-zA-Z]{2,4}$\/, \/\/ Email\n        phone: \/^(0|\\+44)[0-9]{9,10}$\/,                             \/\/ UK phone number\n      },\n      valid: {\n        name: true,\n        email: true,\n        phone: true,\n      },\n      validate( value, regex ) {\n        return regex.test( value );\n      },\n    }\"\n  >\n\n  <div>\n    <input\n  type=\"text\"\n  placeholder=\"Full name\"\n  x-model.lazy=\"form.name\"\n  @input.debounce.1000ms=\"\n    if('name' in validation) {\n      valid.name = validate($event.target.value, validation.name)\n    }\"\n  x-on:change=\"$event.target.value = $event.target.value.trim()\"\n  class=\"border-[1px] border-[#B92524] bg-transparent bg-gradient-to-r from-[#E24E4D13] to-[#E24E4D26] p-[10px] rounded-[5px] placeholder:text-white w-full\" \n\/>    <span x-show=\"!valid.name\" class=\"text-[#E24E4D]\">Please enter a valid name with only letters and spaces.<\/span>\n  <\/div>\n\n  <div>\n    <input\n  type=\"text\"\n  placeholder=\"Email address\"\n  x-model.lazy=\"form.email\"\n  @input.debounce.1000ms=\"\n    if('email' in validation) {\n      valid.email = validate($event.target.value, validation.email)\n    }\"\n  x-on:change=\"$event.target.value = $event.target.value.trim()\"\n  class=\"border-[1px] border-[#B92524] bg-transparent bg-gradient-to-r from-[#E24E4D13] to-[#E24E4D26] p-[10px] rounded-[5px] placeholder:text-white w-full\" \n\/>    <span x-show=\"!valid.email\" class=\"text-[#E24E4D]\">Please enter a valid email<\/span>\n  <\/div>\n\n  <div>\n    <input\n  type=\"text\"\n  placeholder=\"Phone number\"\n  x-model.lazy=\"form.phone\"\n  @input.debounce.1000ms=\"\n    if('phone' in validation) {\n      valid.phone = validate($event.target.value, validation.phone)\n    }\"\n  x-on:change=\"$event.target.value = $event.target.value.trim()\"\n  class=\"border-[1px] border-[#B92524] bg-transparent bg-gradient-to-r from-[#E24E4D13] to-[#E24E4D26] p-[10px] rounded-[5px] placeholder:text-white w-full\" \n\/>    <span x-show=\"!valid.phone\" class=\"text-[#E24E4D]\">Please enter a valid phone number<\/span>\n  <\/div>\n\n  <div>\n    <input\n  type=\"text\"\n  placeholder=\"Company name\"\n  x-model.lazy=\"form.company\"\n  @input.debounce.1000ms=\"\n    if('company' in validation) {\n      valid.company = validate($event.target.value, validation.company)\n    }\"\n  x-on:change=\"$event.target.value = $event.target.value.trim()\"\n  class=\"border-[1px] border-[#B92524] bg-transparent bg-gradient-to-r from-[#E24E4D13] to-[#E24E4D26] p-[10px] rounded-[5px] placeholder:text-white w-full\" \n\/>  <\/div>\n\n  <div class=\"border-[1px] border-[#B92524] bg-transparent bg-gradient-to-r from-[#E24E4D13] to-[#E24E4D26] p-[10px] rounded-[5px]\">\n    <select\n      x-model=\"form.industry\"\n      class=\"w-full bg-transparent placeholder:text-white bg-no-repeat\"\n      style=\"\n        appearance: none;\n        background-image: url('https:\/\/integrumservices.co.uk\/app\/themes\/commercial\/public\/images\/icon_dropdown.a425b5.svg');\n        background-repeat: no-repeat;\n        background-position: right center;\n      \"\n    >\n      <option value=\"\" disabled selected>Industry<\/option>\n            <option>Aviation and Airports<\/option>\n            <option>Construction<\/option>\n            <option>Education<\/option>\n            <option>Health<\/option>\n            <option>Offices<\/option>\n            <option>Restaurants and Food<\/option>\n            <option>Other<\/option>\n          <\/select>\n  <\/div>\n\n    <span class=\"font-bold\">I would like to discuss the following (select all that apply):<\/span>\n\n  <div\n    class=\"flex flex-wrap gap-x-[19px] gap-y-[4px]\">\n        <div><label class=\"flex items-center gap-[5px]\">\n      <input\n         x-data=\"{ checked: false }\"         type=\"checkbox\"\n        value=\"pest-control\"\n        x-model=\"form.topics\"\n        class=\"appearance-none\"\n      >\n      <div\n        class=\"w-[15px] h-[15px] border-[1px] border-[#E24E4D] rounded-[2px]\"\n        :style=\"form.topics.includes('pest-control') &#038;&#038; {\n          'background-color': '#B92524',\n          'background-image': 'url(https:\/\/integrumservices.co.uk\/app\/themes\/commercial\/public\/images\/icon_check.a72339.svg)',\n          'background-repeat': 'no-repeat',\n          'background-position': 'center',\n        }\"\n      ><\/div>\n      Pest Control\n    <\/label><\/div>\n        <div><label class=\"flex items-center gap-[5px]\">\n      <input\n         x-data=\"{ checked: false }\"         type=\"checkbox\"\n        value=\"bird-control\"\n        x-model=\"form.topics\"\n        class=\"appearance-none\"\n      >\n      <div\n        class=\"w-[15px] h-[15px] border-[1px] border-[#E24E4D] rounded-[2px]\"\n        :style=\"form.topics.includes('bird-control') &#038;&#038; {\n          'background-color': '#B92524',\n          'background-image': 'url(https:\/\/integrumservices.co.uk\/app\/themes\/commercial\/public\/images\/icon_check.a72339.svg)',\n          'background-repeat': 'no-repeat',\n          'background-position': 'center',\n        }\"\n      ><\/div>\n      Bird Control\n    <\/label><\/div>\n        <div><label class=\"flex items-center gap-[5px]\">\n      <input\n         x-data=\"{ checked: false }\"         type=\"checkbox\"\n        value=\"bird-alert\"\n        x-model=\"form.topics\"\n        class=\"appearance-none\"\n      >\n      <div\n        class=\"w-[15px] h-[15px] border-[1px] border-[#E24E4D] rounded-[2px]\"\n        :style=\"form.topics.includes('bird-alert') &#038;&#038; {\n          'background-color': '#B92524',\n          'background-image': 'url(https:\/\/integrumservices.co.uk\/app\/themes\/commercial\/public\/images\/icon_check.a72339.svg)',\n          'background-repeat': 'no-repeat',\n          'background-position': 'center',\n        }\"\n      ><\/div>\n      Bird Alert\n    <\/label><\/div>\n        <div><label class=\"flex items-center gap-[5px]\">\n      <input\n         x-data=\"{ checked: false }\"         type=\"checkbox\"\n        value=\"disinfection-services\"\n        x-model=\"form.topics\"\n        class=\"appearance-none\"\n      >\n      <div\n        class=\"w-[15px] h-[15px] border-[1px] border-[#E24E4D] rounded-[2px]\"\n        :style=\"form.topics.includes('disinfection-services') &#038;&#038; {\n          'background-color': '#B92524',\n          'background-image': 'url(https:\/\/integrumservices.co.uk\/app\/themes\/commercial\/public\/images\/icon_check.a72339.svg)',\n          'background-repeat': 'no-repeat',\n          'background-position': 'center',\n        }\"\n      ><\/div>\n      Disinfection Services\n    <\/label><\/div>\n        <div><label class=\"flex items-center gap-[5px]\">\n      <input\n         x-data=\"{ checked: false }\"         type=\"checkbox\"\n        value=\"specialist-cleaning\"\n        x-model=\"form.topics\"\n        class=\"appearance-none\"\n      >\n      <div\n        class=\"w-[15px] h-[15px] border-[1px] border-[#E24E4D] rounded-[2px]\"\n        :style=\"form.topics.includes('specialist-cleaning') &#038;&#038; {\n          'background-color': '#B92524',\n          'background-image': 'url(https:\/\/integrumservices.co.uk\/app\/themes\/commercial\/public\/images\/icon_check.a72339.svg)',\n          'background-repeat': 'no-repeat',\n          'background-position': 'center',\n        }\"\n      ><\/div>\n      Specialist Cleaning\n    <\/label><\/div>\n        <div><label class=\"flex items-center gap-[5px]\">\n      <input\n         x-data=\"{ checked: false }\"         type=\"checkbox\"\n        value=\"waste-removals\"\n        x-model=\"form.topics\"\n        class=\"appearance-none\"\n      >\n      <div\n        class=\"w-[15px] h-[15px] border-[1px] border-[#E24E4D] rounded-[2px]\"\n        :style=\"form.topics.includes('waste-removals') &#038;&#038; {\n          'background-color': '#B92524',\n          'background-image': 'url(https:\/\/integrumservices.co.uk\/app\/themes\/commercial\/public\/images\/icon_check.a72339.svg)',\n          'background-repeat': 'no-repeat',\n          'background-position': 'center',\n        }\"\n      ><\/div>\n      Waste Removals\n    <\/label><\/div>\n        <div><label class=\"flex items-center gap-[5px]\">\n      <input\n         x-data=\"{ checked: false }\"         type=\"checkbox\"\n        value=\"drone-surveys\"\n        x-model=\"form.topics\"\n        class=\"appearance-none\"\n      >\n      <div\n        class=\"w-[15px] h-[15px] border-[1px] border-[#E24E4D] rounded-[2px]\"\n        :style=\"form.topics.includes('drone-surveys') &#038;&#038; {\n          'background-color': '#B92524',\n          'background-image': 'url(https:\/\/integrumservices.co.uk\/app\/themes\/commercial\/public\/images\/icon_check.a72339.svg)',\n          'background-repeat': 'no-repeat',\n          'background-position': 'center',\n        }\"\n      ><\/div>\n      Drone Surveys\n    <\/label><\/div>\n      <\/div>\n\n  \n  <textarea\n    placeholder=\"Messages\"\n    class=\"border-[1px] border-[#B92524] bg-transparent bg-gradient-to-r from-[#E24E4D13] to-[#E24E4D26] p-[10px] rounded-[5px] placeholder:text-white h-[150px] resize-none\"\n    x-model.lazy=\"form.message\"\n  ><\/textarea>\n\n  <button\n    type=\"button\"\n    class=\"audit-form-submit h-[43px] min-w-[112px] font-semibold text-white bg-gradient-to-l from-[#B92524] to-[#E24E4D] rounded-[5px] px-[20px] cursor-pointer flex items-center justify-center hover:from-white hover:to-white hover:text-black hover:shadow-[0_0_0_2px_#B92524_inset]\"\n     x-data=\"{ submitting: false, error: false, success: false }\"     x-on:click=\"\n      if ( !submitting &#038;&#038; !error &#038;&#038; !success ) {\n        Object.keys(valid).forEach( key =&gt; valid[key] = validate( form[key], validation[key] ) );\n\n        if( Object.values(valid).every( value =&gt; value ) ) {\n          submitting = true;\n          submitContactForm(form, (response) =&gt; {\n            setTimeout( () =&gt; {\n              submitting = false;\n\n              switch (response.status) {\n                case 200:\n                  message = 'Thank you! Your submission has been sent.';\n                  success = true;\n                  if (typeof dataLayer != 'undefined') {\n                    dataLayer.push({event: 'gtm.formSubmit'});\n                  }\n                  break;\n                case 400:\n                  message = 'Please check your entered details and try again.';\n                  error = true;\n                  break;\n                default:\n                  message = 'Something went wrong. Please try again later.';\n                  error = true;\n                  break;\n              }\n              if(error) {\n                setTimeout( () =&gt; error = false, 1000 );\n              }\n            }, 1000 );\n          });\n        }\n      }\n    \"\n  >\n    <svg x-show=\"submitting\" class=\"animate-spin -ml-1 mr-3 h-5 w-5 text-white\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewBox=\"0 0 24 24\">\n      <circle class=\"opacity-25\" cx=\"12\" cy=\"12\" r=\"10\" stroke=\"currentColor\" stroke-width=\"4\"><\/circle>\n      <path class=\"opacity-75\" fill=\"currentColor\" d=\"M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z\"><\/path>\n    <\/svg>\n    <span x-text=\"\n      submitting ? 'Submitting...' :\n      (success || error) ? message :\n      'Submit'\"\n    ><\/span>\n  <\/button>\n<\/form>\n\n<script>\n  window.submitContactForm = function(payload, callback) {\n    const url = \"\/commercial\/wp-admin\/admin-ajax.php\";\n\n    var data = new FormData();\n    for (const [key, value] of Object.entries(payload)) {\n      data.append(key, value);\n    }\n\n    fetch( url, { method: 'POST', body: data })\n      .then((response) => {\n        callback(response);\n      })\n  }\n<\/script>\n<\/div>\n<\/div>\n\n\n\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"has-text-align-center wp-block-heading\">Reducing risk for companies like yours<\/h2>\n\n\n\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n<div class=\"align wp-block-accreditation-carousel hidden lg:block h-[150px] items-center justify-center border-2 border-[#B92524] bg-gradient-to-r from-[#EFEFEF] to-[#FFFFFFE5] rounded-[5px] overflow-x-hidden\">\n    <div class=\"flex items-center justify-around h-full p-[30px] gap-[20px]\">\n        <div \n      class=\"h-full\"\n      style=\"max-width: calc(100% \/ 7)\"\n    >\n            <img decoding=\"async\" class=\"h-full object-contain\" src=\"https:\/\/integrumservices.co.uk\/app\/uploads\/sites\/2\/2022\/11\/raven-housing-trust.png\" alt=\"\" >\n          <\/div>\n        <div \n      class=\"h-full\"\n      style=\"max-width: calc(100% \/ 7)\"\n    >\n            <img decoding=\"async\" class=\"h-full object-contain\" src=\"https:\/\/integrumservices.co.uk\/app\/uploads\/sites\/2\/2022\/11\/brunel-logo-blue.png\" alt=\"\" >\n          <\/div>\n        <div \n      class=\"h-full\"\n      style=\"max-width: calc(100% \/ 7)\"\n    >\n            <img decoding=\"async\" class=\"h-full object-contain\" src=\"https:\/\/integrumservices.co.uk\/app\/uploads\/sites\/2\/2022\/11\/fc_logo_website.svg\" alt=\"\" >\n          <\/div>\n        <div \n      class=\"h-full\"\n      style=\"max-width: calc(100% \/ 7)\"\n    >\n            <img decoding=\"async\" class=\"h-full object-contain\" src=\"https:\/\/integrumservices.co.uk\/app\/uploads\/sites\/2\/2022\/11\/British-Airways-Logo.png\" alt=\"\" >\n          <\/div>\n        <div \n      class=\"h-full\"\n      style=\"max-width: calc(100% \/ 7)\"\n    >\n            <img decoding=\"async\" class=\"h-full object-contain\" src=\"https:\/\/integrumservices.co.uk\/app\/uploads\/sites\/2\/2022\/11\/mitie-logo.png\" alt=\"\" >\n          <\/div>\n        <div \n      class=\"h-full\"\n      style=\"max-width: calc(100% \/ 7)\"\n    >\n            <img decoding=\"async\" class=\"h-full object-contain\" src=\"https:\/\/integrumservices.co.uk\/app\/uploads\/sites\/2\/2022\/11\/suez-logo.png\" alt=\"\" >\n          <\/div>\n        <div \n      class=\"h-full\"\n      style=\"max-width: calc(100% \/ 7)\"\n    >\n            <img decoding=\"async\" class=\"h-full object-contain\" src=\"https:\/\/integrumservices.co.uk\/app\/uploads\/sites\/2\/2022\/11\/bbc-logo.png\" alt=\"\" >\n          <\/div>\n      <\/div>\n  <\/div>\n\n<div id=\"block_acf-block-63cab767f1f9b\" class=\"splide align wp-block-accreditation-carousel block lg:hidden h-[150px] items-center justify-center border-2 border-[#B92524] bg-gradient-to-r from-[#EFEFEF] to-[#FFFFFFE5] rounded-[5px] px-[20px] py-[30px]\">\n  <div class=\"splide__track h-full\" data-glide-el=\"track\">\n    <div class=\"splide__list h-full\">\n            <div class=\"splide__slide flex gap-[5px] justify-evenly\">\n                            <div\n            class=\"h-full\"\n            style=\"max-width: calc(100% \/ 3)\"\n          >\n            <img decoding=\"async\" class=\"h-full object-contain\" src=\"https:\/\/integrumservices.co.uk\/app\/uploads\/sites\/2\/2022\/11\/raven-housing-trust.png\" alt=\"\" >\n          <\/div>\n                                      <div\n            class=\"h-full\"\n            style=\"max-width: calc(100% \/ 3)\"\n          >\n            <img decoding=\"async\" class=\"h-full object-contain\" src=\"https:\/\/integrumservices.co.uk\/app\/uploads\/sites\/2\/2022\/11\/brunel-logo-blue.png\" alt=\"\" >\n          <\/div>\n                                      <div\n            class=\"h-full\"\n            style=\"max-width: calc(100% \/ 3)\"\n          >\n            <img decoding=\"async\" class=\"h-full object-contain\" src=\"https:\/\/integrumservices.co.uk\/app\/uploads\/sites\/2\/2022\/11\/fc_logo_website.svg\" alt=\"\" >\n          <\/div>\n                        <\/div>\n            <div class=\"splide__slide flex gap-[5px] justify-evenly\">\n                            <div\n            class=\"h-full\"\n            style=\"max-width: calc(100% \/ 3)\"\n          >\n            <img decoding=\"async\" class=\"h-full object-contain\" src=\"https:\/\/integrumservices.co.uk\/app\/uploads\/sites\/2\/2022\/11\/British-Airways-Logo.png\" alt=\"\" >\n          <\/div>\n                                      <div\n            class=\"h-full\"\n            style=\"max-width: calc(100% \/ 3)\"\n          >\n            <img decoding=\"async\" class=\"h-full object-contain\" src=\"https:\/\/integrumservices.co.uk\/app\/uploads\/sites\/2\/2022\/11\/mitie-logo.png\" alt=\"\" >\n          <\/div>\n                                      <div\n            class=\"h-full\"\n            style=\"max-width: calc(100% \/ 3)\"\n          >\n            <img decoding=\"async\" class=\"h-full object-contain\" src=\"https:\/\/integrumservices.co.uk\/app\/uploads\/sites\/2\/2022\/11\/suez-logo.png\" alt=\"\" >\n          <\/div>\n                        <\/div>\n            <div class=\"splide__slide flex gap-[5px] justify-evenly\">\n                            <div\n            class=\"h-full\"\n            style=\"max-width: calc(100% \/ 1)\"\n          >\n            <img decoding=\"async\" class=\"h-full object-contain\" src=\"https:\/\/integrumservices.co.uk\/app\/uploads\/sites\/2\/2022\/11\/bbc-logo.png\" alt=\"\" >\n          <\/div>\n                        <\/div>\n          <\/div>\n  <\/div>\n  <div class=\"splide__pagination relative flex gap-[2px]\"><\/div>\n<\/div>\n\n\n\n<\/div>\n  <\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":11,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-28","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v23.9 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Contact Our Commercial Pest Control Team - Integrum<\/title>\n<meta name=\"description\" content=\"When it comes to your business, you can&#039;t afford to wonder whether your commercial pest control contract is working.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/integrumservices.co.uk\/commercial\/contact-us\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Contact Our Commercial Pest Control Team - Integrum\" \/>\n<meta property=\"og:description\" content=\"When it comes to your business, you can&#039;t afford to wonder whether your commercial pest control contract is working.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/integrumservices.co.uk\/commercial\/contact-us\/\" \/>\n<meta property=\"og:site_name\" content=\"Integrum Services\" \/>\n<meta property=\"article:modified_time\" content=\"2024-12-19T10:45:53+00:00\" \/>\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:\/\/integrumservices.co.uk\/commercial\/contact-us\/\",\"url\":\"https:\/\/integrumservices.co.uk\/commercial\/contact-us\/\",\"name\":\"Contact Our Commercial Pest Control Team - Integrum\",\"isPartOf\":{\"@id\":\"https:\/\/integrumservices.co.uk\/commercial\/#website\"},\"datePublished\":\"2022-10-24T22:46:11+00:00\",\"dateModified\":\"2024-12-19T10:45:53+00:00\",\"description\":\"When it comes to your business, you can't afford to wonder whether your commercial pest control contract is working.\",\"breadcrumb\":{\"@id\":\"https:\/\/integrumservices.co.uk\/commercial\/contact-us\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/integrumservices.co.uk\/commercial\/contact-us\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/integrumservices.co.uk\/commercial\/contact-us\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Commercial\",\"item\":\"https:\/\/integrumservices.co.uk\/commercial\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Contact Us\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/integrumservices.co.uk\/commercial\/#website\",\"url\":\"https:\/\/integrumservices.co.uk\/commercial\/\",\"name\":\"Integrum\",\"description\":\"Commercial Pest Control Services\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/integrumservices.co.uk\/commercial\/?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 Our Commercial Pest Control Team - Integrum","description":"When it comes to your business, you can't afford to wonder whether your commercial pest control contract is working.","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:\/\/integrumservices.co.uk\/commercial\/contact-us\/","og_locale":"en_US","og_type":"article","og_title":"Contact Our Commercial Pest Control Team - Integrum","og_description":"When it comes to your business, you can't afford to wonder whether your commercial pest control contract is working.","og_url":"https:\/\/integrumservices.co.uk\/commercial\/contact-us\/","og_site_name":"Integrum Services","article_modified_time":"2024-12-19T10:45:53+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/integrumservices.co.uk\/commercial\/contact-us\/","url":"https:\/\/integrumservices.co.uk\/commercial\/contact-us\/","name":"Contact Our Commercial Pest Control Team - Integrum","isPartOf":{"@id":"https:\/\/integrumservices.co.uk\/commercial\/#website"},"datePublished":"2022-10-24T22:46:11+00:00","dateModified":"2024-12-19T10:45:53+00:00","description":"When it comes to your business, you can't afford to wonder whether your commercial pest control contract is working.","breadcrumb":{"@id":"https:\/\/integrumservices.co.uk\/commercial\/contact-us\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/integrumservices.co.uk\/commercial\/contact-us\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/integrumservices.co.uk\/commercial\/contact-us\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Commercial","item":"https:\/\/integrumservices.co.uk\/commercial\/"},{"@type":"ListItem","position":2,"name":"Contact Us"}]},{"@type":"WebSite","@id":"https:\/\/integrumservices.co.uk\/commercial\/#website","url":"https:\/\/integrumservices.co.uk\/commercial\/","name":"Integrum","description":"Commercial Pest Control Services","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/integrumservices.co.uk\/commercial\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/integrumservices.co.uk\/commercial\/wp-json\/wp\/v2\/pages\/28","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/integrumservices.co.uk\/commercial\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/integrumservices.co.uk\/commercial\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/integrumservices.co.uk\/commercial\/wp-json\/wp\/v2\/users\/11"}],"replies":[{"embeddable":true,"href":"https:\/\/integrumservices.co.uk\/commercial\/wp-json\/wp\/v2\/comments?post=28"}],"version-history":[{"count":12,"href":"https:\/\/integrumservices.co.uk\/commercial\/wp-json\/wp\/v2\/pages\/28\/revisions"}],"predecessor-version":[{"id":1314,"href":"https:\/\/integrumservices.co.uk\/commercial\/wp-json\/wp\/v2\/pages\/28\/revisions\/1314"}],"wp:attachment":[{"href":"https:\/\/integrumservices.co.uk\/commercial\/wp-json\/wp\/v2\/media?parent=28"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}