{"id":2470,"date":"2023-02-28T12:58:58","date_gmt":"2023-02-28T11:58:58","guid":{"rendered":"http:\/\/dev.www.tasker.it\/?page_id=2470"},"modified":"2026-04-01T14:27:40","modified_gmt":"2026-04-01T12:27:40","slug":"press","status":"publish","type":"page","link":"https:\/\/www.tasker.it\/it\/press\/","title":{"rendered":"Press"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"2470\" class=\"elementor elementor-2470\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-6136b9e elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"6136b9e\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-66aa1a6\" data-id=\"66aa1a6\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-6e5fa0d elementor--h-position-center elementor--v-position-middle elementor-arrows-position-inside elementor-pagination-position-inside elementor-widget elementor-widget-slides\" data-id=\"6e5fa0d\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;navigation&quot;:&quot;both&quot;,&quot;autoplay&quot;:&quot;yes&quot;,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:5000,&quot;infinite&quot;:&quot;yes&quot;,&quot;transition&quot;:&quot;slide&quot;,&quot;transition_speed&quot;:500}\" data-widget_type=\"slides.default\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-slides-wrapper elementor-main-swiper swiper\" role=\"region\" aria-roledescription=\"carousel\" aria-label=\"Slides\" dir=\"ltr\" data-animation=\"fadeInUp\">\n\t\t\t\t<div class=\"swiper-wrapper elementor-slides\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-repeater-item-b2f91a3 swiper-slide\" role=\"group\" aria-roledescription=\"slide\"><div class=\"swiper-slide-bg elementor-ken-burns elementor-ken-burns--out\" role=\"img\" aria-label=\"press\"><\/div><div class=\"swiper-slide-inner\" ><div class=\"swiper-slide-contents\"><div class=\"elementor-slide-heading\">Press<\/div><\/div><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-976ab30 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle\" data-id=\"976ab30\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-b001774\" data-id=\"b001774\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-623e088 elementor-absolute elementor-widget elementor-widget-shortcode\" data-id=\"623e088\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><link rel=\"stylesheet\" href=\"\/php\/assets\/css\/searchbar.css\">\n<div class=\"custom-search-container\" id=\"uniqueSearchContainer\">\n    <form action=\"\/it\/search\/\" method=\"get\" class=\"custom-search-form\" id=\"uniqueSearchForm\" autocomplete=\"off\">\n        <label for=\"uniqueSearchInput\" class=\"visually-hidden\">Cerca<\/label>\n        <input\n            name=\"search\"\n            type=\"text\"\n            placeholder=\"Cerca il prodotto...\"\n            class=\"custom-search-input\"\n            id=\"uniqueSearchInput\"\n            required\n        \/>\n        <button type=\"submit\" class=\"custom-search-button\" id=\"uniqueSearchButton\">\n            <img decoding=\"async\" src=\"\/php\/assets\/images\/search.svg\" alt=\"Cerca\" class=\"custom-search-icon\" id=\"uniqueSearchIcon\">\n        <\/button>\n        <div class=\"search-autocomplete\" id=\"searchAutocomplete\"><\/div>\n    <\/form>\n<\/div>\n<script>\n(function() {\n    var input = document.getElementById('uniqueSearchInput');\n    var dropdown = document.getElementById('searchAutocomplete');\n    var form = document.getElementById('uniqueSearchForm');\n    var lang = 'it';\n    var urlProd = 'prodotti';\n    var timer = null;\n    var activeIndex = -1;\n\n    function escapeHtml(str) {\n        var div = document.createElement('div');\n        div.textContent = str;\n        return div.innerHTML;\n    }\n\n    function highlightMatch(text, query) {\n        if (!text || !query) return escapeHtml(text || '');\n        var escaped = escapeHtml(text);\n        var re = new RegExp('(' + query.replace(\/[.*+?^${}()|[\\]\\\\]\/g, '\\\\$&') + ')', 'gi');\n        return escaped.replace(re, '<mark>$1<\/mark>');\n    }\n\n    input.addEventListener('input', function() {\n        clearTimeout(timer);\n        var q = this.value.trim();\n        activeIndex = -1;\n        if (q.length < 2) {\n            dropdown.innerHTML = '';\n            dropdown.classList.remove('ac-visible');\n            return;\n        }\n        timer = setTimeout(function() {\n            fetch('\/api\/v1\/search\/autocomplete?q=' + encodeURIComponent(q) + '&lang=' + lang)\n                .then(function(r) { return r.json(); })\n                .then(function(res) {\n                    if (res.status !== 'success' || !res.data.length) {\n                        dropdown.innerHTML = '<div class=\"ac-empty\">Nessun risultato<\/div>';\n                        dropdown.classList.add('ac-visible');\n                        return;\n                    }\n                    var html = '';\n                    res.data.forEach(function(item) {\n                        var catUrw = item.categoria && item.categoria.urw ? item.categoria.urw : '';\n                        var catName = item.categoria && item.categoria.nome ? item.categoria.nome : '';\n                        var href = '\/' + lang + '\/' + urlProd + '\/' + catUrw + '\/code\/?id=' + item.urw;\n                        var img = item.foto_thumb || '';\n                        var imgHtml = img\n                            ? '<img decoding=\"async\" class=\"ac-thumb\" src=\"' + img + '\" alt=\"\" loading=\"lazy\">'\n                            : '<div class=\"ac-thumb ac-thumb-placeholder\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#ccc\" stroke-width=\"1.5\"><rect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"2\"\/><circle cx=\"8.5\" cy=\"8.5\" r=\"1.5\"\/><path d=\"m21 15-5-5L5 21\"\/><\/svg><\/div>';\n                        html += '<a class=\"ac-item\" href=\"' + href + '\" data-index=\"' + res.data.indexOf(item) + '\">'\n                            + imgHtml\n                            + '<div class=\"ac-text\">'\n                            + '<span class=\"ac-name\">' + highlightMatch(item.nome || '', q) + '<\/span>'\n                            + '<span class=\"ac-meta\">'\n                            + '<span class=\"ac-cod\">' + escapeHtml(item.cod || '') + '<\/span>'\n                            + (catName ? '<span class=\"ac-cat\">' + escapeHtml(catName) + '<\/span>' : '')\n                            + '<\/span>'\n                            + '<\/div>'\n                            + '<\/a>';\n                    });\n                    html += '<a class=\"ac-footer\" href=\"\/' + lang + '\/search\/?search=' + encodeURIComponent(q) + '\">'\n                        + 'Vedi tutti i risultati &rarr;<\/a>';\n                    dropdown.innerHTML = html;\n                    dropdown.classList.add('ac-visible');\n                })\n                .catch(function() {\n                    dropdown.classList.remove('ac-visible');\n                });\n        }, 250);\n    });\n\n    \/\/ Navigazione con tastiera\n    input.addEventListener('keydown', function(e) {\n        var items = dropdown.querySelectorAll('.ac-item');\n        if (!items.length) return;\n        if (e.key === 'ArrowDown') {\n            e.preventDefault();\n            activeIndex = Math.min(activeIndex + 1, items.length - 1);\n            updateActive(items);\n        } else if (e.key === 'ArrowUp') {\n            e.preventDefault();\n            activeIndex = Math.max(activeIndex - 1, -1);\n            updateActive(items);\n        } else if (e.key === 'Enter' && activeIndex >= 0) {\n            e.preventDefault();\n            items[activeIndex].click();\n        } else if (e.key === 'Escape') {\n            dropdown.classList.remove('ac-visible');\n            activeIndex = -1;\n        }\n    });\n\n    function updateActive(items) {\n        items.forEach(function(el, i) {\n            el.classList.toggle('ac-active', i === activeIndex);\n            if (i === activeIndex) el.scrollIntoView({block: 'nearest'});\n        });\n    }\n\n    document.addEventListener('click', function(e) {\n        if (!e.target.closest('#uniqueSearchContainer')) {\n            dropdown.classList.remove('ac-visible');\n        }\n    });\n\n    input.addEventListener('focus', function() {\n        if (dropdown.innerHTML && this.value.trim().length >= 2) {\n            dropdown.classList.add('ac-visible');\n        }\n    });\n})();\n<\/script><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-c4f5cce elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"c4f5cce\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e483432\" data-id=\"e483432\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-eff4a47 elementor-widget elementor-widget-pp-advanced-accordion\" data-id=\"eff4a47\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;accordion_type&quot;:&quot;accordion&quot;,&quot;toggle_speed&quot;:300}\" data-widget_type=\"pp-advanced-accordion.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"pp-advanced-accordion pp-toggle-icon-align-right\" id=\"pp-advanced-accordion-eff4a47\" data-accordion-id=\"eff4a47\" role=\"tablist\">\n\t\t\t\t\t\t\t<div class=\"pp-accordion-item pp-accordion-item-active\">\n\t\t\t\t\t\t\t\t\t\t<div id=\"pp-accordion-tab-title-2511\" class=\"pp-accordion-tab-title pp-accordion-tab-active-default\" tabindex=\"0\" data-tab=\"1\" role=\"tab\" aria-controls=\"pp-accordion-tab-content-2511\" aria-expanded=\"true\">\n\t\t\t\t\t\t<span class=\"pp-accordion-title-icon\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"pp-accordion-title-text\">\n\t\t\t\t\t\t\t\t2026\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"pp-accordion-toggle-icon\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class='pp-accordion-toggle-icon-close pp-icon'>\n\t\t\t\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"far fa-plus-square\"><\/i>\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class='pp-accordion-toggle-icon-open pp-icon'>\n\t\t\t\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"far fa-minus-square\"><\/i>\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<div id=\"pp-accordion-tab-content-2511\" class=\"pp-accordion-tab-content pp-accordion-tab-active-default\" data-tab=\"1\" role=\"tabpanel\" aria-labelledby=\"pp-accordion-tab-title-2511\">\n\t\t\t\t\t\t<p><span style=\"font-weight: 700;\">Integrated hybrid cabling solutions for live production and AV installations - ISP AUDIO &amp; LIGHT<\/span><br><a href=\"https:\/\/www.tasker.it\/wp-content\/uploads\/2026\/02\/Integrated-hybrid-cabling-solutions-for-live-production-and-AV-installations-ISP-AUDIO-LIGHT-1.pdf\" target=\"_blank\" style=\"background-color: rgb(255, 255, 255); color: rgb(188, 138, 113);\">Download&nbsp;<\/a><a href=\"https:\/\/www.tasker.it\/wp-content\/uploads\/2026\/02\/Integrated-hybrid-cabling-solutions-for-live-production-and-AV-installations-ISP-AUDIO-LIGHT-1.pdf\" style=\"background-color: rgb(255, 255, 255); color: rgb(188, 138, 113);\">pdf<\/a><\/p>\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f0bee65 elementor-widget elementor-widget-text-editor\" data-id=\"f0bee65\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p><span style=\"color: #333333; font-weight: bold;\">Interview with Fabrizio Milan: the evolution of professional cable in response to the new market demands\u00a0 \u00a0&#8211; ISP AUDIO &amp; LIGHT\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 <\/span><span style=\"color: #333333;\"><a href=\"https:\/\/www.tasker.it\/wp-content\/uploads\/2026\/04\/PRESS-1.pdf\">Download pdf<\/a><\/span><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Press 2026 Integrated hybrid cabling solutions for live production and AV installations &#8211; ISP AUDIO &amp; LIGHTDownload&nbsp;pdf Interview with Fabrizio Milan: the evolution of professional cable in response to the new market demands\u00a0 \u00a0&#8211; ISP AUDIO &amp; LIGHT\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 Download pdf<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-2470","page","type-page","status-publish","hentry"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.9 - aioseo.com -->\n\t<meta name=\"description\" content=\"Press Cerca &#039;; html += &#039;&#039; + imgHtml + &#039;&#039; + &#039;&#039; + highlightMatch(item.nome || &#039;&#039;, q) + &#039;&#039; + &#039;&#039; + &#039;&#039; + escapeHtml(item.cod || &#039;&#039;) + &#039;&#039; + (catName ? &#039;&#039; + escapeHtml(catName) + &#039;&#039; : &#039;&#039;) + &#039;&#039; + &#039;&#039; + &#039;&#039;; }); html += &#039;&#039; + &#039;Vedi tutti i risultati \u2192&#039;;\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/www.tasker.it\/it\/press\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.9\" \/>\n\t\t<meta property=\"og:locale\" content=\"it_IT\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Tasker -\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Press - Tasker\" \/>\n\t\t<meta property=\"og:description\" content=\"Press Cerca &#039;; html += &#039;&#039; + imgHtml + &#039;&#039; + &#039;&#039; + highlightMatch(item.nome || &#039;&#039;, q) + &#039;&#039; + &#039;&#039; + &#039;&#039; + escapeHtml(item.cod || &#039;&#039;) + &#039;&#039; + (catName ? &#039;&#039; + escapeHtml(catName) + &#039;&#039; : &#039;&#039;) + &#039;&#039; + &#039;&#039; + &#039;&#039;; }); html += &#039;&#039; + &#039;Vedi tutti i risultati \u2192&#039;;\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/www.tasker.it\/it\/press\/\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2023-02-28T11:58:58+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2026-04-01T12:27:40+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Press - Tasker\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Press Cerca &#039;; html += &#039;&#039; + imgHtml + &#039;&#039; + &#039;&#039; + highlightMatch(item.nome || &#039;&#039;, q) + &#039;&#039; + &#039;&#039; + &#039;&#039; + escapeHtml(item.cod || &#039;&#039;) + &#039;&#039; + (catName ? &#039;&#039; + escapeHtml(catName) + &#039;&#039; : &#039;&#039;) + &#039;&#039; + &#039;&#039; + &#039;&#039;; }); html += &#039;&#039; + &#039;Vedi tutti i risultati \u2192&#039;;\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.tasker.it\\\/it\\\/press\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tasker.it\\\/it\\\/#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.tasker.it\\\/it\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tasker.it\\\/it\\\/press\\\/#listItem\",\"name\":\"Press\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tasker.it\\\/it\\\/press\\\/#listItem\",\"position\":2,\"name\":\"Press\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tasker.it\\\/it\\\/#listItem\",\"name\":\"Home\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.tasker.it\\\/it\\\/#organization\",\"name\":\"Tasker\",\"url\":\"https:\\\/\\\/www.tasker.it\\\/it\\\/\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.tasker.it\\\/it\\\/press\\\/#webpage\",\"url\":\"https:\\\/\\\/www.tasker.it\\\/it\\\/press\\\/\",\"name\":\"Press - Tasker\",\"description\":\"Press Cerca '; html += '' + imgHtml + '' + '' + highlightMatch(item.nome || '', q) + '' + '' + '' + escapeHtml(item.cod || '') + '' + (catName ? '' + escapeHtml(catName) + '' : '') + '' + '' + ''; }); html += '' + 'Vedi tutti i risultati \\u2192';\",\"inLanguage\":\"it-IT\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.tasker.it\\\/it\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.tasker.it\\\/it\\\/press\\\/#breadcrumblist\"},\"datePublished\":\"2023-02-28T12:58:58+01:00\",\"dateModified\":\"2026-04-01T14:27:40+02:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.tasker.it\\\/it\\\/#website\",\"url\":\"https:\\\/\\\/www.tasker.it\\\/it\\\/\",\"name\":\"Tasker\",\"inLanguage\":\"it-IT\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.tasker.it\\\/it\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Press - Tasker","description":"Press Cerca '; html += '' + imgHtml + '' + '' + highlightMatch(item.nome || '', q) + '' + '' + '' + escapeHtml(item.cod || '') + '' + (catName ? '' + escapeHtml(catName) + '' : '') + '' + '' + ''; }); html += '' + 'Vedi tutti i risultati \u2192';","canonical_url":"https:\/\/www.tasker.it\/it\/press\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BreadcrumbList","@id":"https:\/\/www.tasker.it\/it\/press\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/www.tasker.it\/it\/#listItem","position":1,"name":"Home","item":"https:\/\/www.tasker.it\/it\/","nextItem":{"@type":"ListItem","@id":"https:\/\/www.tasker.it\/it\/press\/#listItem","name":"Press"}},{"@type":"ListItem","@id":"https:\/\/www.tasker.it\/it\/press\/#listItem","position":2,"name":"Press","previousItem":{"@type":"ListItem","@id":"https:\/\/www.tasker.it\/it\/#listItem","name":"Home"}}]},{"@type":"Organization","@id":"https:\/\/www.tasker.it\/it\/#organization","name":"Tasker","url":"https:\/\/www.tasker.it\/it\/"},{"@type":"WebPage","@id":"https:\/\/www.tasker.it\/it\/press\/#webpage","url":"https:\/\/www.tasker.it\/it\/press\/","name":"Press - Tasker","description":"Press Cerca '; html += '' + imgHtml + '' + '' + highlightMatch(item.nome || '', q) + '' + '' + '' + escapeHtml(item.cod || '') + '' + (catName ? '' + escapeHtml(catName) + '' : '') + '' + '' + ''; }); html += '' + 'Vedi tutti i risultati \u2192';","inLanguage":"it-IT","isPartOf":{"@id":"https:\/\/www.tasker.it\/it\/#website"},"breadcrumb":{"@id":"https:\/\/www.tasker.it\/it\/press\/#breadcrumblist"},"datePublished":"2023-02-28T12:58:58+01:00","dateModified":"2026-04-01T14:27:40+02:00"},{"@type":"WebSite","@id":"https:\/\/www.tasker.it\/it\/#website","url":"https:\/\/www.tasker.it\/it\/","name":"Tasker","inLanguage":"it-IT","publisher":{"@id":"https:\/\/www.tasker.it\/it\/#organization"}}]},"og:locale":"it_IT","og:site_name":"Tasker -","og:type":"article","og:title":"Press - Tasker","og:description":"Press Cerca '; html += '' + imgHtml + '' + '' + highlightMatch(item.nome || '', q) + '' + '' + '' + escapeHtml(item.cod || '') + '' + (catName ? '' + escapeHtml(catName) + '' : '') + '' + '' + ''; }); html += '' + 'Vedi tutti i risultati \u2192';","og:url":"https:\/\/www.tasker.it\/it\/press\/","article:published_time":"2023-02-28T11:58:58+00:00","article:modified_time":"2026-04-01T12:27:40+00:00","twitter:card":"summary_large_image","twitter:title":"Press - Tasker","twitter:description":"Press Cerca '; html += '' + imgHtml + '' + '' + highlightMatch(item.nome || '', q) + '' + '' + '' + escapeHtml(item.cod || '') + '' + (catName ? '' + escapeHtml(catName) + '' : '') + '' + '' + ''; }); html += '' + 'Vedi tutti i risultati \u2192';"},"aioseo_meta_data":{"post_id":"2470","title":null,"description":null,"keywords":null,"keyphrases":{"focus":{"keyphrase":"","score":0,"analysis":{"keyphraseInTitle":{"score":0,"maxScore":9,"error":1}}},"additional":[]},"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":"","og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"WebPage","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":"-1","robots_max_videopreview":"-1","robots_max_imagepreview":"large","priority":null,"frequency":"default","local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":{"faqs":[],"keyPoints":[],"titles":[],"descriptions":[],"socialPosts":{"email":[],"linkedin":[],"twitter":[],"facebook":[],"instagram":[]}},"created":"2023-10-25 15:16:12","updated":"2026-04-01 13:26:37","seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/www.tasker.it\/it\/\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tPress\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/www.tasker.it\/it\/"},{"label":"Press","link":"https:\/\/www.tasker.it\/it\/press\/"}],"_links":{"self":[{"href":"https:\/\/www.tasker.it\/it\/wp-json\/wp\/v2\/pages\/2470","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.tasker.it\/it\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.tasker.it\/it\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.tasker.it\/it\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.tasker.it\/it\/wp-json\/wp\/v2\/comments?post=2470"}],"version-history":[{"count":0,"href":"https:\/\/www.tasker.it\/it\/wp-json\/wp\/v2\/pages\/2470\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.tasker.it\/it\/wp-json\/wp\/v2\/media?parent=2470"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}