{"id":931,"date":"2025-02-07T11:37:54","date_gmt":"2025-02-07T11:37:54","guid":{"rendered":"https:\/\/us.servotecnica.com\/?page_id=931"},"modified":"2026-01-07T15:20:12","modified_gmt":"2026-01-07T15:20:12","slug":"environmental-responsibility","status":"publish","type":"page","link":"https:\/\/us.servotecnica.com\/en\/environmental-responsibility\/","title":{"rendered":"Environmental Responsibility"},"content":{"rendered":"\n<script>\n(function(){\n  'use strict';\n\n  \/\/ --- restore originals if present (defensive) ---\n  try { if (window._origEventTargetAdd) EventTarget.prototype.addEventListener = window._origEventTargetAdd; } catch(e){}\n  try { if (window._origDispatch) window.dispatchEvent = window._origDispatch; } catch(e){}\n  try { if (window._origWindowAdd) window.addEventListener = window._origWindowAdd; } catch(e){}\n  try { if (window._original_location_reload) location.reload = window._original_location_reload; } catch(e){}\n\n  \/\/ --- config ---\n  const targetSrcPattern = '\/components\/ESG\/sezione_ESG.js';\n  const sliderId = 'Scrool-Slider';\n  const mainId = 'primary';\n  const mainClass = 'page-ESG';\n\n  \/\/ --- helper: decide se rimuovere un inline script (molto selettivo) ---\n  function shouldRemoveInline(txt) {\n    if (!txt) return false;\n    const hasReload = \/location\\.reload\\s*\\(\/i.test(txt);\n    const hasResizeMarker = \/resizeTimer|lastWidth|window\\.addEventListener\\s*\\(\\s*['\"]resize['\"]\/i.test(txt) || \/setTimeout\\s*\\(\/i.test(txt);\n    return hasReload && hasResizeMarker;\n  }\n\n  \/\/ --- rimuove lo script remoto o inline sospetto ---\n  function removeScriptNode(node) {\n    try {\n      if (!node || node.nodeType !== 1 || node.tagName !== 'SCRIPT') return false;\n      const src = node.getAttribute && node.getAttribute('src') || '';\n      if (src && src.indexOf(targetSrcPattern) !== -1) {\n        node.parentNode && node.parentNode.removeChild(node);\n        console.log('Removed ESG remote script:', src);\n        return true;\n      }\n      const txt = node.textContent || '';\n      if (shouldRemoveInline(txt)) {\n        node.parentNode && node.parentNode.removeChild(node);\n        console.log('Removed inline resize\/reload script');\n        return true;\n      }\n    } catch(e){}\n    return false;\n  }\n\n  \/\/ --- rimuove script gi\u00e0 presenti (safe) ---\n  try {\n    Array.prototype.slice.call(document.querySelectorAll('script')).forEach(removeScriptNode);\n  } catch(e){}\n\n  \/\/ --- fix per elementi target ---\n  function fixSlider(el) {\n    if (!el) return;\n    try {\n      if (el.style && el.style.position) el.style.removeProperty('position');\n      if (window.getComputedStyle(el).position === 'fixed') {\n        el.style.setProperty('position', 'static', 'important');\n      }\n      console.log('[fix] slider processed', el.id);\n    } catch(e){}\n  }\n\n  function fixMain(el) {\n    if (!el) return;\n    try {\n      if (el.style && el.style.marginTop && el.style.marginTop.indexOf('139vh') !== -1) el.style.removeProperty('margin-top');\n      const mt = window.getComputedStyle(el).marginTop || '';\n      if (mt.indexOf('139') !== -1 && mt.indexOf('vh') !== -1) {\n        el.style.setProperty('margin-top', '0px', 'important');\n      }\n      console.log('[fix] main processed', el.id);\n    } catch(e){}\n  }\n\n  function runFixes() {\n    try {\n      const s = document.getElementById(sliderId);\n      if (s) fixSlider(s);\n      const m = document.getElementById(mainId);\n      if (m && m.classList && m.classList.contains(mainClass)) fixMain(m);\n    } catch(e){}\n  }\n\n  runFixes();\n  (function repeatStartup(){\n    let attempts = 0;\n    const iv = setInterval(function(){\n      runFixes();\n      if (++attempts > 25) clearInterval(iv);\n    }, 200);\n  })();\n\n  \/\/ --- MutationObserver (applica solo i fix mirati e rimuove script selettivi) ---\n  try {\n    const mo = new MutationObserver(function(mutations){\n      for (const m of mutations) {\n        if (m.type === 'attributes' && m.target) {\n          const t = m.target;\n          if (t.id === sliderId) fixSlider(t);\n          if (t.id === mainId && t.classList && t.classList.contains(mainClass)) fixMain(t);\n        }\n        if (m.addedNodes && m.addedNodes.length) {\n          m.addedNodes.forEach(function(node){\n            if (!node || node.nodeType !== 1) return;\n            if (node.tagName && node.tagName.toUpperCase() === 'SCRIPT') {\n              removeScriptNode(node);\n            } else {\n              try { node.querySelectorAll && node.querySelectorAll('script').forEach(removeScriptNode); } catch(e){}\n              if (node.id === sliderId) fixSlider(node);\n              if (node.id === mainId && node.classList && node.classList.contains(mainClass)) fixMain(node);\n              try {\n                const s = node.querySelector && node.querySelector('#' + sliderId);\n                if (s) fixSlider(s);\n                const p = node.querySelector && node.querySelector('#' + mainId + '.' + mainClass);\n                if (p) fixMain(p);\n              } catch(e){}\n            }\n          });\n        }\n      }\n    });\n\n    mo.observe(document.documentElement || document, {\n      childList: true,\n      subtree: true,\n      attributes: true,\n      attributeFilter: ['style','class','id']\n    });\n  } catch(e){}\n\n  \/\/ ultimo controllo su window.load\n  window.addEventListener('load', function(){\n    try { Array.prototype.slice.call(document.querySelectorAll('script')).forEach(removeScriptNode); } catch(e){}\n    runFixes();\n  });\n\n})();\n<\/script>\n\n<style>\n#Scrool-Slider{position:relative;height:100vh; text-align:center !important;}\nmain.page-ESG .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {padding: 10px;}\n<\/style>\n\n\n\n<div class=\"wp-block-columns are-vertically-aligned-center Blocco-Contenuto is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"900\" height=\"616\" src=\"https:\/\/servotecnica.com\/wp-content\/uploads\/2025\/02\/environmental-responsability-dhl.webp\" alt=\"\" class=\"wp-image-14127\" srcset=\"https:\/\/us.servotecnica.com\/wp-content\/uploads\/2025\/02\/environmental-responsability-dhl.webp 900w, https:\/\/us.servotecnica.com\/wp-content\/uploads\/2025\/02\/environmental-responsability-dhl-768x526.webp 768w\" sizes=\"auto, (max-width: 900px) 100vw, 900px\" \/><\/figure>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\">\n<p>Servotecnica is actively committed to <strong>reducing CO\u2082 emissions<\/strong> from its shipments using sustainable aviation fuel. This is why we have chosen DHL as our partner. We share their commitment to adopting sustainable solutions.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full is-resized LogoSVG\"><img decoding=\"async\" src=\"https:\/\/servotecnica.com\/wp-content\/uploads\/2025\/01\/DHL.svg\" alt=\"DHL\" class=\"wp-image-14030\" style=\"width:250px;height:undefinedpx\"\/><\/figure>\n\n\n\n<p>Our shipments travel with the <strong>DHL GoGreen Plus<\/strong> service, allowing us to minimize the environmental impact of logistics operations through the use of SAF (Sustainable Aviation Fuel). When blended with traditional fuel, SAF can reduce emissions by up to 80%*.<\/p>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p class=\"has-small-font-size\">*Jet fuel based on CORSIA guidelines prescribed by SBTi. LCASAF values are based on ICCT data, assuming the full lifecycle emissions of used cooking and plant-derived vegetable oils.<\/p>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-columns are-vertically-aligned-center BG-Contenuto is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\">\n<div class=\"wp-block-cover is-light has-parallax\"><div class=\"wp-block-cover__image-background wp-image-14149 has-parallax\" style=\"background-position:50% 50%;background-image:url(https:\/\/servotecnica.com\/wp-content\/uploads\/2025\/02\/environmental-responsability-solar-panels-1-scaled.webp)\"><\/div><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim\"><\/span><div class=\"wp-block-cover__inner-container is-layout-constrained wp-block-cover-is-layout-constrained\">\n<p class=\"has-text-align-center has-text-color\" style=\"color:#fffefe;font-size:23px\">Servotecnica supports the use of renewable energy, considering it a significant investment for the future of our planet. Therefore, in 2008, the company installed a series of photovoltaic panels on the terrace of its headquarters in Nova Milanese.<\/p>\n<\/div><\/div>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-columns are-vertically-aligned-center Blocco-Contenuto is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\">\n<h2 class=\"wp-block-heading\" style=\"font-size:30px;font-style:normal;font-weight:200\">Turning a duty into an opportunity: the Zero Paper project<\/h2>\n\n\n\n<p>Servotecnica has embraced digital transformation with the <strong>&#8220;Zero Paper Project<\/strong><span style=\"box-sizing: border-box; margin: 0px; padding: 0px;\">,<\/span>&#8221; driven by the need for smarter, more efficient work while reducing environmental impact.<\/p>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p><span style=\"box-sizing: border-box; margin: 0px; padding: 0px;\">The com<\/span>pany has&nbsp;simplified digital document management&nbsp;and drastically reduced paper usage by implementing specialized software. The project first streamlined <strong>offers, invoices, and shipping documents<\/strong> in sales, warehouse, and administration. Later, the technical office was integrated to digitize <strong>drawings and project archives<\/strong>. All departments are seamlessly connected through <strong>automated workflows and approval systems<\/strong>, ensuring a faster, more efficient, eco-friendly document management process.<\/p>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\"><div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"804\" height=\"474\" src=\"https:\/\/servotecnica.com\/wp-content\/uploads\/2025\/02\/environmental-responsability-dhl-progetto-zero.webp\" alt=\"\" class=\"wp-image-14135\" style=\"width:372px;height:220px\" srcset=\"https:\/\/us.servotecnica.com\/wp-content\/uploads\/2025\/02\/environmental-responsability-dhl-progetto-zero.webp 804w, https:\/\/us.servotecnica.com\/wp-content\/uploads\/2025\/02\/environmental-responsability-dhl-progetto-zero-768x453.webp 768w\" sizes=\"auto, (max-width: 804px) 100vw, 804px\" \/><\/figure>\n<\/div><\/div>\n<\/div>\n\n\n\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div class=\"wp-block-columns are-vertically-aligned-center Blocco-Contenuto margine-sup is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"900\" height=\"616\" src=\"https:\/\/it.servotecnica.com\/wp-content\/uploads\/2025\/03\/servotecnica-iso-14001.webp\" alt=\"\" class=\"wp-image-14558\" srcset=\"https:\/\/us.servotecnica.com\/wp-content\/uploads\/2025\/03\/servotecnica-iso-14001.webp 900w, https:\/\/us.servotecnica.com\/wp-content\/uploads\/2025\/03\/servotecnica-iso-14001-768x526.webp 768w\" sizes=\"auto, (max-width: 900px) 100vw, 900px\" \/><\/figure>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\">\n<p>We have achieved a significant milestone with the ISO 14001 certification, the international standard for environmental management systems!<br>This recognition results from a journey to reduce Servotecnica\u2019s environmental impact and optimize resource use.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Monitoring and reducing emissions<\/li>\n\n\n\n<li>Sustainable management of energy and materials<\/li>\n\n\n\n<li>Continuous improvement of production processes<\/li>\n\n\n\n<li>Responsible innovation in industrial automation<\/li>\n<\/ul>\n\n\n\n<p>A first step to be followed by many others, always with a view to continuous improvement!<\/p>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-cover is-light\" style=\"min-height:430px;aspect-ratio:unset;\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim\" style=\"background-color:#d9d9d9\"><\/span><div class=\"wp-block-cover__inner-container is-layout-constrained wp-block-cover-is-layout-constrained\">\n<div class=\"wp-block-columns Blocco-Contenuto download is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\">\n<h2 class=\"wp-block-heading has-text-color has-link-color wp-elements-b8a91a3582ae68c9c85adb320e6afad4\" style=\"color:#595955;font-size:30px;font-style:normal;font-weight:200\">Sustainability Report 2024<\/h2>\n\n\n\n<p class=\"has-text-color has-link-color wp-elements-70d76c55ff6302283123ed11de3b277b\" style=\"color:#595955\">We continue to embed sustainability into our strategy, combining technological innovation, responsible governance, and a people-centric culture to create long-term value. Explore our commitments, results, and future priorities in the Servotecnica Sustainability Report 2024.<\/p>\n\n\n\n<div style=\"height:25px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link has-white-color has-text-color has-background has-link-color has-custom-font-size wp-element-button\" href=\"https:\/\/servotecnica.com\/wp-content\/uploads\/2026\/01\/Servotecnica_BS2024_ENG_v1b.pdf\" style=\"border-radius:10px;background-color:#e03c21;font-size:16px\" target=\"_blank\" rel=\"noreferrer noopener\">Download Report<\/a><\/div>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"><div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1500\" height=\"1015\" src=\"https:\/\/it.servotecnica.com\/wp-content\/uploads\/2025\/12\/BILANCIO-SOSTENIBILITA.webp\" alt=\"Sustainability Report\" class=\"wp-image-15687\" style=\"object-fit:cover\" srcset=\"https:\/\/us.servotecnica.com\/wp-content\/uploads\/2025\/12\/BILANCIO-SOSTENIBILITA.webp 1500w, https:\/\/us.servotecnica.com\/wp-content\/uploads\/2025\/12\/BILANCIO-SOSTENIBILITA-768x520.webp 768w, https:\/\/us.servotecnica.com\/wp-content\/uploads\/2025\/12\/BILANCIO-SOSTENIBILITA-1280x866.webp 1280w\" sizes=\"auto, (max-width: 1500px) 100vw, 1500px\" \/><\/figure>\n<\/div><\/div>\n<\/div>\n<\/div><\/div>\n","protected":false},"excerpt":{"rendered":"<p>Servotecnica is actively committed to reducing CO\u2082 emissions from its shipments using sustainable aviation fuel. This is why we have chosen DHL as our partner. We [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"page_ESG.php","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-931","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.6 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Environmental Responsibility - Servotecnica United States<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Environmental Responsibility - Servotecnica United States\" \/>\n<meta property=\"og:description\" content=\"Servotecnica is actively committed to reducing CO\u2082 emissions from its shipments using sustainable aviation fuel. This is why we have chosen DHL as our partner. We [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/us.servotecnica.com\/en\/environmental-responsibility\/\" \/>\n<meta property=\"og:site_name\" content=\"Servotecnica United States\" \/>\n<meta property=\"article:modified_time\" content=\"2026-01-07T15:20:12+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=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/us.servotecnica.com\/en\/environmental-responsibility\/\",\"url\":\"https:\/\/us.servotecnica.com\/en\/environmental-responsibility\/\",\"name\":\"Environmental Responsibility - Servotecnica United States\",\"isPartOf\":{\"@id\":\"https:\/\/us.servotecnica.com\/en\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/us.servotecnica.com\/en\/environmental-responsibility\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/us.servotecnica.com\/en\/environmental-responsibility\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/servotecnica.com\/wp-content\/uploads\/2025\/02\/environmental-responsability-dhl.webp\",\"datePublished\":\"2025-02-07T11:37:54+00:00\",\"dateModified\":\"2026-01-07T15:20:12+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/us.servotecnica.com\/en\/environmental-responsibility\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/us.servotecnica.com\/en\/environmental-responsibility\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/us.servotecnica.com\/en\/environmental-responsibility\/#primaryimage\",\"url\":\"https:\/\/servotecnica.com\/wp-content\/uploads\/2025\/02\/environmental-responsability-dhl.webp\",\"contentUrl\":\"https:\/\/servotecnica.com\/wp-content\/uploads\/2025\/02\/environmental-responsability-dhl.webp\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/us.servotecnica.com\/en\/environmental-responsibility\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/us.servotecnica.com\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Environmental Responsibility\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/us.servotecnica.com\/en\/#website\",\"url\":\"https:\/\/us.servotecnica.com\/en\/\",\"name\":\"Servotecnica United States\",\"description\":\"Servotecnica\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/us.servotecnica.com\/en\/?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":"Environmental Responsibility - Servotecnica United States","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"og_locale":"en_US","og_type":"article","og_title":"Environmental Responsibility - Servotecnica United States","og_description":"Servotecnica is actively committed to reducing CO\u2082 emissions from its shipments using sustainable aviation fuel. This is why we have chosen DHL as our partner. We [&hellip;]","og_url":"https:\/\/us.servotecnica.com\/en\/environmental-responsibility\/","og_site_name":"Servotecnica United States","article_modified_time":"2026-01-07T15:20:12+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/us.servotecnica.com\/en\/environmental-responsibility\/","url":"https:\/\/us.servotecnica.com\/en\/environmental-responsibility\/","name":"Environmental Responsibility - Servotecnica United States","isPartOf":{"@id":"https:\/\/us.servotecnica.com\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/us.servotecnica.com\/en\/environmental-responsibility\/#primaryimage"},"image":{"@id":"https:\/\/us.servotecnica.com\/en\/environmental-responsibility\/#primaryimage"},"thumbnailUrl":"https:\/\/servotecnica.com\/wp-content\/uploads\/2025\/02\/environmental-responsability-dhl.webp","datePublished":"2025-02-07T11:37:54+00:00","dateModified":"2026-01-07T15:20:12+00:00","breadcrumb":{"@id":"https:\/\/us.servotecnica.com\/en\/environmental-responsibility\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/us.servotecnica.com\/en\/environmental-responsibility\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/us.servotecnica.com\/en\/environmental-responsibility\/#primaryimage","url":"https:\/\/servotecnica.com\/wp-content\/uploads\/2025\/02\/environmental-responsability-dhl.webp","contentUrl":"https:\/\/servotecnica.com\/wp-content\/uploads\/2025\/02\/environmental-responsability-dhl.webp"},{"@type":"BreadcrumbList","@id":"https:\/\/us.servotecnica.com\/en\/environmental-responsibility\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/us.servotecnica.com\/en\/"},{"@type":"ListItem","position":2,"name":"Environmental Responsibility"}]},{"@type":"WebSite","@id":"https:\/\/us.servotecnica.com\/en\/#website","url":"https:\/\/us.servotecnica.com\/en\/","name":"Servotecnica United States","description":"Servotecnica","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/us.servotecnica.com\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/us.servotecnica.com\/en\/wp-json\/wp\/v2\/pages\/931","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/us.servotecnica.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/us.servotecnica.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/us.servotecnica.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/us.servotecnica.com\/en\/wp-json\/wp\/v2\/comments?post=931"}],"version-history":[{"count":9,"href":"https:\/\/us.servotecnica.com\/en\/wp-json\/wp\/v2\/pages\/931\/revisions"}],"predecessor-version":[{"id":1107,"href":"https:\/\/us.servotecnica.com\/en\/wp-json\/wp\/v2\/pages\/931\/revisions\/1107"}],"wp:attachment":[{"href":"https:\/\/us.servotecnica.com\/en\/wp-json\/wp\/v2\/media?parent=931"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}