{"id":19861,"date":"2025-05-24T10:34:48","date_gmt":"2025-05-24T08:34:48","guid":{"rendered":"https:\/\/assoprovider.it\/?page_id=19861"},"modified":"2025-05-24T10:36:29","modified_gmt":"2025-05-24T08:36:29","slug":"dati-assoprovider-anno-2023","status":"publish","type":"page","link":"https:\/\/assoprovider.it\/en\/dati-assoprovider-anno-2023\/","title":{"rendered":"Assoprovider Data Year 2023"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"19861\" class=\"elementor elementor-19861\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-72c14fbb e-flex e-con-boxed e-con e-parent\" data-id=\"72c14fbb\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3fa7b03d elementor-widget elementor-widget-text-editor\" data-id=\"3fa7b03d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t\n<!DOCTYPE html>\n<html lang=\"it\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Analisi Regionale &#8211; Fatturato, Aziende e Dipendenti 2023<\/title>\n    <style>\n        body {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            margin: 0;\n            padding: 20px;\n            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);\n            min-height: 100vh;\n        }\n        \n        .container {\n            max-width: 1400px;\n            margin: 0 auto;\n            background: white;\n            border-radius: 15px;\n            padding: 30px;\n            box-shadow: 0 10px 30px rgba(0,0,0,0.2);\n        }\n        \n        h1 {\n            text-align: center;\n            color: #2c3e50;\n            font-size: 2.2rem;\n            margin-bottom: 10px;\n            text-shadow: 2px 2px 4px rgba(0,0,0,0.1);\n        }\n        \n        .subtitle {\n            text-align: center;\n            color: #7f8c8d;\n            font-size: 1.1rem;\n            margin-bottom: 30px;\n        }\n        \n        .summary-cards {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 20px;\n            margin-bottom: 30px;\n        }\n        \n        .summary-card {\n            background: linear-gradient(135deg, #3498db, #2980b9);\n            color: white;\n            padding: 20px;\n            border-radius: 10px;\n            text-align: center;\n            box-shadow: 0 4px 8px rgba(0,0,0,0.2);\n        }\n        \n        .summary-number {\n            font-size: 2rem;\n            font-weight: bold;\n            margin-bottom: 5px;\n        }\n        \n        .summary-label {\n            font-size: 0.9rem;\n            opacity: 0.9;\n        }\n        \n        .table-container {\n            overflow-x: auto;\n            margin: 20px 0;\n            border-radius: 10px;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.1);\n        }\n        \n        table {\n            width: 100%;\n            border-collapse: collapse;\n            background: white;\n            font-size: 0.9rem;\n        }\n        \n        th {\n            background: linear-gradient(135deg, #2c3e50, #34495e);\n            color: white;\n            padding: 15px 10px;\n            text-align: center;\n            font-weight: bold;\n            position: sticky;\n            top: 0;\n            z-index: 10;\n        }\n        \n        td {\n            padding: 12px 10px;\n            text-align: center;\n            border-bottom: 1px solid #ecf0f1;\n        }\n        \n        tr:nth-child(even) {\n            background-color: #f8f9fa;\n        }\n        \n        tr:hover {\n            background-color: #e3f2fd;\n            transform: scale(1.01);\n            transition: all 0.2s ease;\n        }\n        \n        .region-name {\n            font-weight: bold;\n            text-align: left !important;\n            color: #2c3e50;\n        }\n        \n        .number {\n            font-weight: 600;\n        }\n        \n        .currency {\n            color: #27ae60;\n            font-weight: 600;\n        }\n        \n        .employees {\n            color: #e74c3c;\n            font-weight: 600;\n        }\n        \n        .total-row {\n            background: linear-gradient(135deg, #2c3e50, #34495e) !important;\n            color: white !important;\n            font-weight: bold;\n        }\n        \n        .total-row td {\n            border-bottom: none;\n            padding: 15px 10px;\n        }\n        \n        .rank {\n            background: #3498db;\n            color: white;\n            border-radius: 50%;\n            width: 25px;\n            height: 25px;\n            display: inline-flex;\n            align-items: center;\n            justify-content: center;\n            font-size: 0.8rem;\n            font-weight: bold;\n        }\n        \n        .top-3 {\n            background: #f39c12;\n        }\n        \n        .filters {\n            display: flex;\n            gap: 15px;\n            margin-bottom: 20px;\n            flex-wrap: wrap;\n            align-items: center;\n        }\n        \n        .filter-group {\n            display: flex;\n            align-items: center;\n            gap: 8px;\n        }\n        \n        .filter-group label {\n            font-weight: 600;\n            color: #2c3e50;\n        }\n        \n        select, input {\n            padding: 8px 12px;\n            border: 2px solid #bdc3c7;\n            border-radius: 5px;\n            font-size: 0.9rem;\n        }\n        \n        select:focus, input:focus {\n            outline: none;\n            border-color: #3498db;\n        }\n        \n        .export-btn {\n            background: #27ae60;\n            color: white;\n            border: none;\n            padding: 12px 20px;\n            border-radius: 8px;\n            cursor: pointer;\n            font-weight: 600;\n            font-size: 0.9rem;\n            transition: all 0.3s ease;\n        }\n        \n        .export-btn:hover {\n            background: #229954;\n            transform: translateY(-2px);\n            box-shadow: 0 4px 8px rgba(0,0,0,0.2);\n        }\n        \n        @media (max-width: 768px) {\n            .container {\n                padding: 15px;\n            }\n            \n            h1 {\n                font-size: 1.8rem;\n            }\n            \n            table {\n                font-size: 0.8rem;\n            }\n            \n            th, td {\n                padding: 8px 6px;\n            }\n            \n            .filters {\n                flex-direction: column;\n                align-items: stretch;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <div class=\"container\">\n        <h1>\ud83d\udcca Analisi Regionale &#8211; Anno 2023<\/h1>\n        <div class=\"subtitle\">Distribuzione Fatturato, Aziende Associate e Dipendenti per Regione<\/div>\n        \n        <div class=\"summary-cards\">\n            <div class=\"summary-card\">\n                <div class=\"summary-number\">\u20ac 242.2M<\/div>\n                <div class=\"summary-label\">Fatturato Totale<\/div>\n            <\/div>\n            <div class=\"summary-card\">\n                <div class=\"summary-number\">167<\/div>\n                <div class=\"summary-label\">Aziende Totali<\/div>\n            <\/div>\n            <div class=\"summary-card\">\n                <div class=\"summary-number\">1.246<\/div>\n                <div class=\"summary-label\">Dipendenti Totali<\/div>\n            <\/div>\n            <div class=\"summary-card\">\n                <div class=\"summary-number\">\u20ac 1.45M<\/div>\n                <div class=\"summary-label\">Fatturato Medio<\/div>\n            <\/div>\n        <\/div>\n        \n        <div class=\"filters\">\n            <div class=\"filter-group\">\n                <label for=\"sortBy\">Ordina per:<\/label>\n                <select id=\"sortBy\" onchange=\"sortTable()\">\n                    <option value=\"revenue\">Fatturato Totale<\/option>\n                    <option value=\"companies\">Numero Aziende<\/option>\n                    <option value=\"employees\">Numero Dipendenti<\/option>\n                    <option value=\"avgRevenue\">Fatturato Medio<\/option>\n                    <option value=\"avgEmployees\">Dipendenti Medi<\/option>\n                <\/select>\n            <\/div>\n            <div class=\"filter-group\">\n                <label for=\"minRevenue\">Fatturato Min (\u20ac):<\/label>\n                <input type=\"number\" id=\"minRevenue\" placeholder=\"0\" onchange=\"filterTable()\">\n            <\/div>\n            <button class=\"export-btn\" onclick=\"exportToCSV()\">\ud83d\udcc4 Esporta CSV<\/button>\n        <\/div>\n        \n        <div class=\"table-container\">\n            <table id=\"dataTable\">\n                <thead>\n                    <tr>\n                        <th>Pos.<\/th>\n                        <th>Regione<\/th>\n                        <th>N\u00b0 Aziende<\/th>\n                        <th>Fatturato Totale (\u20ac)<\/th>\n                        <th>N\u00b0 Dipendenti<\/th>\n                        <th>Fatturato Medio (\u20ac)<\/th>\n                        <th>Dipendenti Medi<\/th>\n                        <th>% Fatturato<\/th>\n                        <th>% Aziende<\/th>\n                    <\/tr>\n                <\/thead>\n                <tbody id=\"tableBody\">\n                    <!-- Data will be populated by JavaScript -->\n                <\/tbody>\n            <\/table>\n        <\/div>\n    <\/div>\n    \n    <script>\n        const regionData = [\n            {\n                region: \"TRENTINO ALTO ADIGE\",\n                companies: 6,\n                totalRevenue: 65401523,\n                totalEmployees: 90,\n                avgRevenue: 13080305,\n                avgEmployees: 18.0,\n                companiesWithRevenue: 5,\n                companiesWithEmployees: 5\n            },\n            {\n                region: \"TOSCANA\",\n                companies: 23,\n                totalRevenue: 34479441,\n                totalEmployees: 226,\n                avgRevenue: 1641878,\n                avgEmployees: 9.8,\n                companiesWithRevenue: 21,\n                companiesWithEmployees: 23\n            },\n            {\n                region: \"EMILIA ROMAGNA\",\n                companies: 10,\n                totalRevenue: 26698341,\n                totalEmployees: 135,\n                avgRevenue: 2966482,\n                avgEmployees: 13.5,\n                companiesWithRevenue: 9,\n                companiesWithEmployees: 10\n            },\n            {\n                region: \"LOMBARDIA\",\n                companies: 17,\n                totalRevenue: 24330965,\n                totalEmployees: 113,\n                avgRevenue: 1520685,\n                avgEmployees: 8.1,\n                companiesWithRevenue: 16,\n                companiesWithEmployees: 14\n            },\n            {\n                region: \"PIEMONTE\",\n                companies: 4,\n                totalRevenue: 15464666,\n                totalEmployees: 77,\n                avgRevenue: 5154889,\n                avgEmployees: 19.3,\n                companiesWithRevenue: 3,\n                companiesWithEmployees: 4\n            },\n            {\n                region: \"CAMPANIA\",\n                companies: 19,\n                totalRevenue: 14026503,\n                totalEmployees: 106,\n                avgRevenue: 825088,\n                avgEmployees: 6.2,\n                companiesWithRevenue: 17,\n                companiesWithEmployees: 17\n            },\n            {\n                region: \"LAZIO\",\n                companies: 16,\n                totalRevenue: 13362281,\n                totalEmployees: 102,\n                avgRevenue: 890819,\n                avgEmployees: 7.3,\n                companiesWithRevenue: 15,\n                companiesWithEmployees: 14\n            },\n            {\n                region: \"MARCHE\",\n                companies: 4,\n                totalRevenue: 10562250,\n                totalEmployees: 54,\n                avgRevenue: 3520750,\n                avgEmployees: 13.5,\n                companiesWithRevenue: 3,\n                companiesWithEmployees: 4\n            },\n            {\n                region: \"SICILIA\",\n                companies: 17,\n                totalRevenue: 8703266,\n                totalEmployees: 84,\n                avgRevenue: 870327,\n                avgEmployees: 5.6,\n                companiesWithRevenue: 10,\n                companiesWithEmployees: 15\n            },\n            {\n                region: \"PUGLIA\",\n                companies: 12,\n                totalRevenue: 6005007,\n                totalEmployees: 74,\n                avgRevenue: 857858,\n                avgEmployees: 6.2,\n                companiesWithRevenue: 7,\n                companiesWithEmployees: 12\n            },\n            {\n                region: \"VENETO\",\n                companies: 7,\n                totalRevenue: 5558563,\n                totalEmployees: 38,\n                avgRevenue: 1111713,\n                avgEmployees: 5.4,\n                companiesWithRevenue: 5,\n                companiesWithEmployees: 7\n            },\n            {\n                region: \"LIGURIA\",\n                companies: 7,\n                totalRevenue: 4452963,\n                totalEmployees: 38,\n                avgRevenue: 890593,\n                avgEmployees: 6.3,\n                companiesWithRevenue: 5,\n                companiesWithEmployees: 6\n            },\n            {\n                region: \"ABRUZZO\",\n                companies: 5,\n                totalRevenue: 3669440,\n                totalEmployees: 30,\n                avgRevenue: 917360,\n                avgEmployees: 6.0,\n                companiesWithRevenue: 4,\n                companiesWithEmployees: 5\n            },\n            {\n                region: \"SARDEGNA\",\n                companies: 2,\n                totalRevenue: 2584850,\n                totalEmployees: 20,\n                avgRevenue: 1292425,\n                avgEmployees: 10.0,\n                companiesWithRevenue: 2,\n                companiesWithEmployees: 2\n            },\n            {\n                region: \"FRIULI VENEZIA GIULIA\",\n                companies: 5,\n                totalRevenue: 1957783,\n                totalEmployees: 15,\n                avgRevenue: 652594,\n                avgEmployees: 5.0,\n                companiesWithRevenue: 3,\n                companiesWithEmployees: 3\n            },\n            {\n                region: \"MOLISE\",\n                companies: 3,\n                totalRevenue: 1767863,\n                totalEmployees: 15,\n                avgRevenue: 589288,\n                avgEmployees: 7.5,\n                companiesWithRevenue: 3,\n                companiesWithEmployees: 2\n            },\n            {\n                region: \"BASILICATA\",\n                companies: 5,\n                totalRevenue: 1724266,\n                totalEmployees: 12,\n                avgRevenue: 431067,\n                avgEmployees: 3.0,\n                companiesWithRevenue: 4,\n                companiesWithEmployees: 4\n            },\n            {\n                region: \"UMBRIA\",\n                companies: 1,\n                totalRevenue: 1058675,\n                totalEmployees: 7,\n                avgRevenue: 1058675,\n                avgEmployees: 7.0,\n                companiesWithRevenue: 1,\n                companiesWithEmployees: 1\n            },\n            {\n                region: \"CALABRIA\",\n                companies: 4,\n                totalRevenue: 427241,\n                totalEmployees: 10,\n                avgRevenue: 213621,\n                avgEmployees: 2.5,\n                companiesWithRevenue: 2,\n                companiesWithEmployees: 4\n            }\n        ];\n        \n        const totals = {\n            companies: 167,\n            totalRevenue: 242235887,\n            totalEmployees: 1246\n        };\n        \n        function formatCurrency(amount) {\n            return new Intl.NumberFormat('it-IT', {\n                style: 'currency',\n                currency: 'EUR',\n                minimumFractionDigits: 0,\n                maximumFractionDigits: 0\n            }).format(amount);\n        }\n        \n        function formatNumber(num) {\n            return new Intl.NumberFormat('it-IT').format(num);\n        }\n        \n        function populateTable(data = regionData) {\n            const tbody = document.getElementById('tableBody');\n            tbody.innerHTML = '';\n            \n            data.forEach((region, index) => {\n                const revenuePercent = ((region.totalRevenue \/ totals.totalRevenue) * 100).toFixed(1);\n                const companiesPercent = ((region.companies \/ totals.companies) * 100).toFixed(1);\n                \n                const row = document.createElement('tr');\n                row.innerHTML = `\n                    <td><span class=\"rank ${index < 3 ? 'top-3' : ''}\">${index + 1}<\/span><\/td>\n                    <td class=\"region-name\">${region.region}<\/td>\n                    <td class=\"number\">${formatNumber(region.companies)}<\/td>\n                    <td class=\"currency\">${formatCurrency(region.totalRevenue)}<\/td>\n                    <td class=\"employees\">${formatNumber(region.totalEmployees)}<\/td>\n                    <td class=\"currency\">${formatCurrency(region.avgRevenue)}<\/td>\n                    <td class=\"employees\">${region.avgEmployees}<\/td>\n                    <td class=\"number\">${revenuePercent}%<\/td>\n                    <td class=\"number\">${companiesPercent}%<\/td>\n                `;\n                tbody.appendChild(row);\n            });\n            \n            \/\/ Add total row\n            const totalRow = document.createElement('tr');\n            totalRow.className = 'total-row';\n            totalRow.innerHTML = `\n                <td><strong>TOT<\/strong><\/td>\n                <td><strong>TOTALE ITALIA<\/strong><\/td>\n                <td><strong>${formatNumber(totals.companies)}<\/strong><\/td>\n                <td><strong>${formatCurrency(totals.totalRevenue)}<\/strong><\/td>\n                <td><strong>${formatNumber(totals.totalEmployees)}<\/strong><\/td>\n                <td><strong>${formatCurrency(Math.round(totals.totalRevenue \/ totals.companies))}<\/strong><\/td>\n                <td><strong>${Math.round((totals.totalEmployees \/ totals.companies) * 10) \/ 10}<\/strong><\/td>\n                <td><strong>100.0%<\/strong><\/td>\n                <td><strong>100.0%<\/strong><\/td>\n            `;\n            tbody.appendChild(totalRow);\n        }\n        \n        function sortTable() {\n            const sortBy = document.getElementById('sortBy').value;\n            let sortedData = [...regionData];\n            \n            sortedData.sort((a, b) => {\n                switch(sortBy) {\n                    case 'revenue':\n                        return b.totalRevenue - a.totalRevenue;\n                    case 'companies':\n                        return b.companies - a.companies;\n                    case 'employees':\n                        return b.totalEmployees - a.totalEmployees;\n                    case 'avgRevenue':\n                        return b.avgRevenue - a.avgRevenue;\n                    case 'avgEmployees':\n                        return b.avgEmployees - a.avgEmployees;\n                    default:\n                        return 0;\n                }\n            });\n            \n            populateTable(sortedData);\n        }\n        \n        function filterTable() {\n            const minRevenue = parseFloat(document.getElementById('minRevenue').value) || 0;\n            const filteredData = regionData.filter(region => region.totalRevenue >= minRevenue);\n            populateTable(filteredData);\n        }\n        \n        function exportToCSV() {\n            const headers = ['Posizione', 'Regione', 'Numero Aziende', 'Fatturato Totale (\u20ac)', 'Numero Dipendenti', 'Fatturato Medio (\u20ac)', 'Dipendenti Medi', '% Fatturato', '% Aziende'];\n            \n            let csvContent = headers.join(',') + '\\n';\n            \n            regionData.forEach((region, index) => {\n                const revenuePercent = ((region.totalRevenue \/ totals.totalRevenue) * 100).toFixed(1);\n                const companiesPercent = ((region.companies \/ totals.companies) * 100).toFixed(1);\n                \n                const row = [\n                    index + 1,\n                    `\"${region.region}\"`,\n                    region.companies,\n                    region.totalRevenue,\n                    region.totalEmployees,\n                    region.avgRevenue,\n                    region.avgEmployees,\n                    revenuePercent,\n                    companiesPercent\n                ];\n                csvContent += row.join(',') + '\\n';\n            });\n            \n            const blob = new Blob([csvContent], { type: 'text\/csv;charset=utf-8;' });\n            const link = document.createElement('a');\n            const url = URL.createObjectURL(blob);\n            link.setAttribute('href', url);\n            link.setAttribute('download', 'analisi_regionale_2023.csv');\n            link.style.visibility = 'hidden';\n            document.body.appendChild(link);\n            link.click();\n            document.body.removeChild(link);\n        }\n        \n        \/\/ Initialize table\n        populateTable();\n    <\/script>\n<\/body>\n<\/html>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Analisi Regionale &#8211; Fatturato, Aziende e Dipendenti 2023 \ud83d\udcca Analisi Regionale &#8211; Anno 2023 Distribuzione Fatturato, Aziende Associate e Dipendenti per Regione \u20ac 242.2M Fatturato Totale 167 Aziende Totali 1.246 Dipendenti Totali \u20ac 1.45M Fatturato Medio Ordina per: Fatturato TotaleNumero AziendeNumero DipendentiFatturato MedioDipendenti Medi Fatturato Min (\u20ac): \ud83d\udcc4 Esporta CSV Pos. Regione N\u00b0 Aziende Fatturato [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-19861","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Dati Assoprovider anno 2023 - Assoprovider<\/title>\n<meta name=\"description\" content=\"Analisi Regionale - Fatturato, Aziende e Dipendenti 2023 \ud83d\udcca Analisi Regionale - Anno 2023 Distribuzione Fatturato, Aziende Associate e Dipendenti per\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/assoprovider.it\/en\/dati-assoprovider-anno-2023\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Dati Assoprovider anno 2023 - Assoprovider\" \/>\n<meta property=\"og:description\" content=\"Analisi Regionale - Fatturato, Aziende e Dipendenti 2023 \ud83d\udcca Analisi Regionale - Anno 2023 Distribuzione Fatturato, Aziende Associate e Dipendenti per\" \/>\n<meta property=\"og:url\" content=\"https:\/\/assoprovider.it\/en\/dati-assoprovider-anno-2023\/\" \/>\n<meta property=\"og:site_name\" content=\"Assoprovider\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/assoprovider\" \/>\n<meta property=\"article:modified_time\" content=\"2025-05-24T08:36:29+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/assoprovider.it\/wp-content\/uploads\/2018\/01\/Logo_Assoprovider_1.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1000\" \/>\n\t<meta property=\"og:image:height\" content=\"500\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@assoprovider\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/assoprovider.it\\\/dati-assoprovider-anno-2023\\\/\",\"url\":\"https:\\\/\\\/assoprovider.it\\\/dati-assoprovider-anno-2023\\\/\",\"name\":\"Dati Assoprovider anno 2023 - Assoprovider\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/assoprovider.it\\\/#website\"},\"datePublished\":\"2025-05-24T08:34:48+00:00\",\"dateModified\":\"2025-05-24T08:36:29+00:00\",\"description\":\"Analisi Regionale - Fatturato, Aziende e Dipendenti 2023 \ud83d\udcca Analisi Regionale - Anno 2023 Distribuzione Fatturato, Aziende Associate e Dipendenti per\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/assoprovider.it\\\/dati-assoprovider-anno-2023\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/assoprovider.it\\\/dati-assoprovider-anno-2023\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/assoprovider.it\\\/dati-assoprovider-anno-2023\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/assoprovider.it\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Dati Assoprovider anno 2023\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/assoprovider.it\\\/#website\",\"url\":\"https:\\\/\\\/assoprovider.it\\\/\",\"name\":\"Assoprovider\",\"description\":\"Associazione di Internet Provider Indipendente\",\"publisher\":{\"@id\":\"https:\\\/\\\/assoprovider.it\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/assoprovider.it\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/assoprovider.it\\\/#organization\",\"name\":\"Assoprovider\",\"url\":\"https:\\\/\\\/assoprovider.it\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/assoprovider.it\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/assoprovider.it\\\/wp-content\\\/uploads\\\/2018\\\/01\\\/Logo_Assoprovider_1.jpg\",\"contentUrl\":\"https:\\\/\\\/assoprovider.it\\\/wp-content\\\/uploads\\\/2018\\\/01\\\/Logo_Assoprovider_1.jpg\",\"width\":1000,\"height\":500,\"caption\":\"Assoprovider\"},\"image\":{\"@id\":\"https:\\\/\\\/assoprovider.it\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/assoprovider\",\"https:\\\/\\\/x.com\\\/assoprovider\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/34577501\\\/admin\\\/\",\"https:\\\/\\\/www.youtube.com\\\/assoprovider\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Assoprovider data year 2023 - Assoprovider","description":"Analisi Regionale - Fatturato, Aziende e Dipendenti 2023 \ud83d\udcca Analisi Regionale - Anno 2023 Distribuzione Fatturato, Aziende Associate e Dipendenti per","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:\/\/assoprovider.it\/en\/dati-assoprovider-anno-2023\/","og_locale":"en_US","og_type":"article","og_title":"Dati Assoprovider anno 2023 - Assoprovider","og_description":"Analisi Regionale - Fatturato, Aziende e Dipendenti 2023 \ud83d\udcca Analisi Regionale - Anno 2023 Distribuzione Fatturato, Aziende Associate e Dipendenti per","og_url":"https:\/\/assoprovider.it\/en\/dati-assoprovider-anno-2023\/","og_site_name":"Assoprovider","article_publisher":"https:\/\/www.facebook.com\/assoprovider","article_modified_time":"2025-05-24T08:36:29+00:00","og_image":[{"width":1000,"height":500,"url":"https:\/\/assoprovider.it\/wp-content\/uploads\/2018\/01\/Logo_Assoprovider_1.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_site":"@assoprovider","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/assoprovider.it\/dati-assoprovider-anno-2023\/","url":"https:\/\/assoprovider.it\/dati-assoprovider-anno-2023\/","name":"Assoprovider data year 2023 - Assoprovider","isPartOf":{"@id":"https:\/\/assoprovider.it\/#website"},"datePublished":"2025-05-24T08:34:48+00:00","dateModified":"2025-05-24T08:36:29+00:00","description":"Analisi Regionale - Fatturato, Aziende e Dipendenti 2023 \ud83d\udcca Analisi Regionale - Anno 2023 Distribuzione Fatturato, Aziende Associate e Dipendenti per","breadcrumb":{"@id":"https:\/\/assoprovider.it\/dati-assoprovider-anno-2023\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/assoprovider.it\/dati-assoprovider-anno-2023\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/assoprovider.it\/dati-assoprovider-anno-2023\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/assoprovider.it\/"},{"@type":"ListItem","position":2,"name":"Dati Assoprovider anno 2023"}]},{"@type":"WebSite","@id":"https:\/\/assoprovider.it\/#website","url":"https:\/\/assoprovider.it\/","name":"Assoprovider","description":"Independent Internet Provider Association","publisher":{"@id":"https:\/\/assoprovider.it\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/assoprovider.it\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/assoprovider.it\/#organization","name":"Assoprovider","url":"https:\/\/assoprovider.it\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/assoprovider.it\/#\/schema\/logo\/image\/","url":"https:\/\/assoprovider.it\/wp-content\/uploads\/2018\/01\/Logo_Assoprovider_1.jpg","contentUrl":"https:\/\/assoprovider.it\/wp-content\/uploads\/2018\/01\/Logo_Assoprovider_1.jpg","width":1000,"height":500,"caption":"Assoprovider"},"image":{"@id":"https:\/\/assoprovider.it\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/assoprovider","https:\/\/x.com\/assoprovider","https:\/\/www.linkedin.com\/company\/34577501\/admin\/","https:\/\/www.youtube.com\/assoprovider"]}]}},"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/assoprovider.it\/en\/wp-json\/wp\/v2\/pages\/19861","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/assoprovider.it\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/assoprovider.it\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/assoprovider.it\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/assoprovider.it\/en\/wp-json\/wp\/v2\/comments?post=19861"}],"version-history":[{"count":0,"href":"https:\/\/assoprovider.it\/en\/wp-json\/wp\/v2\/pages\/19861\/revisions"}],"wp:attachment":[{"href":"https:\/\/assoprovider.it\/en\/wp-json\/wp\/v2\/media?parent=19861"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}