{"id":96343,"date":"2026-07-01T15:34:03","date_gmt":"2026-07-01T13:34:03","guid":{"rendered":"https:\/\/sviluppo.canazza.com\/?page_id=96343"},"modified":"2026-07-06T12:27:16","modified_gmt":"2026-07-06T10:27:16","slug":"cookie-policy","status":"publish","type":"page","link":"https:\/\/canazza.com\/en\/cookie-policy\/","title":{"rendered":"Cookie policy"},"content":{"rendered":"<style>\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  :root {\n    --blue-dark: #0f2756;\n    --blue-mid: #1a3a6e;\n    --yellow: #f5c400;\n    --text: #2c3e50;\n    --text-light: #5a6a7e;\n    --bg: #f5f6f8;\n    --white: #ffffff;\n    --border: #e2e8f0;\n  }\n\n  body {\n    font-family: 'Source Sans 3', sans-serif;\n    background: var(--bg);\n    color: var(--text);\n    line-height: 1.7;\n  }\n\n  \/* HEADER *\/\n  .pp-header {\n    background: var(--blue-dark);\n    padding: 56px 6% 48px;\n  }\n  .pp-header-inner {\n    max-width: 860px;\n    margin: 0 auto;\n  }\n  .pp-header .label {\n    font-size: 15px;\n    font-weight: 600;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    color: var(--yellow);\n    margin-bottom: 16px;\n  }\n  .pp-header h1 {\n    font-size: 36px;\n    font-weight: 700;\n    color: #fff;\n    line-height: 1.2;\n    margin-bottom: 16px;\n  }\n  .pp-header .subtitle {\n    font-size: 20px;\n    font-weight: 400;\n    color: #8fa3c4;\n  }\n  .pp-header .subtitle strong {\n    color: #c8d4e8;\n    font-weight: 400;\n  }\n\n  \/* SOMMARIO *\/\n  .pp-toc {\n    background: var(--white);\n    border-left: 4px solid var(--yellow);\n    border-radius: 0 8px 8px 0;\n    padding: 28px 32px;\n    margin: 40px auto;\n    max-width: 860px;\n  }\n  .pp-toc h2 {\n    font-size: 15px;\n    font-weight: 700;\n    letter-spacing: 1.2px;\n    text-transform: uppercase;\n    color: var(--blue-dark);\n    margin-bottom: 16px;\n  }\n  .pp-toc ol {\n    list-style: none;\n    counter-reset: toc;\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 6px 32px;\n  }\n  .pp-toc ol li {\n    counter-increment: toc;\n    font-size: 15px;\n    font-weight: 400;\n    color: var(--text-light);\n  }\n  .pp-toc ol li::before {\n    content: counter(toc) \". \";\n    font-weight: 600;\n    color: var(--blue-dark);\n  }\n  .pp-toc ol li a {\n    color: var(--text-light);\n    text-decoration: none;\n  }\n  .pp-toc ol li a:hover { color: var(--blue-dark); }\n\n  \/* BODY *\/\n  .pp-body {\n    max-width: 860px;\n    margin: 0 auto;\n    padding: 0 6% 80px;\n  }\n\n  .pp-section {\n    background: var(--white);\n    border-radius: 10px;\n    padding: 36px 40px;\n    margin-bottom: 24px;\n    border: 1px solid var(--border);\n  }\n\n  .pp-section h2 {\n    font-size: 20px;\n    font-weight: 700;\n    color: var(--blue-dark);\n    margin-bottom: 20px;\n    padding-bottom: 14px;\n    border-bottom: 2px solid var(--bg);\n    display: flex;\n    align-items: center;\n    gap: 12px;\n  }\n  .pp-section h2 .num {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 28px;\n    height: 28px;\n    background: var(--yellow);\n    color: var(--blue-dark);\n    font-size: 16px;\n    font-weight: 700;\n    border-radius: 50%;\n    flex-shrink: 0;\n  }\n\n  .pp-section h3 {\n    font-size: 18px;\n    font-weight: 600;\n    color: var(--blue-dark);\n    margin: 20px 0 8px;\n  }\n\n  .pp-section p {\n    font-size: 18px;\n    font-weight: 400;\n    color: var(--text-light);\n    margin-bottom: 12px;\n  }\n\n  .pp-section ul, .pp-section ol {\n    margin: 8px 0 16px 20px;\n  }\n  .pp-section ul li, .pp-section ol li {\n    font-size: 18px;\n    font-weight: 400;\n    color: var(--text-light);\n    margin-bottom: 6px;\n  }\n\n  \/* RIEPILOGO VISIVO *\/\n  .pp-summary-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 16px;\n    margin: 20px 0;\n  }\n  .pp-summary-card {\n    background: var(--bg);\n    border-radius: 8px;\n    padding: 18px 20px;\n    border: 1px solid var(--border);\n  }\n  .pp-summary-card .card-label {\n    font-size: 15px;\n    font-weight: 700;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n    color: var(--blue-dark);\n    margin-bottom: 6px;\n  }\n  .pp-summary-card .card-value {\n    font-size: 16px;\n    font-weight: 300;\n    color: var(--text-light);\n  }\n\n  \/* PULSANTE PREFERENZE *\/\n  .pp-btn {\n    display: inline-block;\n    background: var(--blue-dark);\n    color: #fff;\n    font-size: 15px;\n    font-weight: 700;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n    padding: 14px 32px;\n    border-radius: 3px;\n    text-decoration: none;\n    border: none;\n    cursor: pointer;\n    transition: background .2s, transform .2s;\n    margin-top: 8px;\n  }\n  .pp-btn:hover { background: var(--yellow); color: var(--blue-dark); transform: translateY(-2px); }\n\n  \/* FOOTER *\/\n  .pp-footer {\n    background: var(--blue-dark);\n    padding: 32px 6%;\n    text-align: center;\n  }\n  .pp-footer p {\n    font-size: 15px;\n    font-weight: 300;\n    color: #4f6589;\n  }\n  .pp-footer a {\n    color: #8fa3c4;\n    text-decoration: none;\n  }\n  .pp-footer a:hover { color: #fff; }\n  .pp-footer .update {\n    font-size: 15px;\n    color: #4f6589;\n    margin-top: 8px;\n  }\n\n  @media (max-width: 640px) {\n    .pp-toc ol { grid-template-columns: 1fr; }\n    .pp-summary-grid { grid-template-columns: 1fr; }\n    .pp-section { padding: 24px 20px; }\n    .pp-header h1 { font-size: 26px; }\n  }\n<\/style>\n\n\n\n<header class=\"pp-header\">\n  <div class=\"pp-header-inner\">\n    <p class=\"label\">Canazza &amp; C. Srl<\/p>\n    <h1>Cookie Policy<\/h1>\n    <p class=\"subtitle\">Information on the use of cookies and other tracking tools<br>\n    <strong>Last modified: June 30, 2026<\/strong><\/p>\n  <\/div>\n<\/header>\n\n<div style=\"max-width:860px; margin: 40px auto 0; padding: 0 6%;\">\n  <nav class=\"pp-toc\" aria-label=\"Indice\">\n    <h2>Summary<\/h2>\n    <ol>\n      <li><a href=\"#introduzione\">Introduction<\/a><\/li>\n      <li><a href=\"#titolare\">Data Controller<\/a><\/li>\n      <li><a href=\"#strumenti\">How we use Tracking Tools<\/a><\/li>\n      <li><a href=\"#preferenze\">How to manage preferences<\/a><\/li>\n      <li><a href=\"#browser\">Controlling cookies via browser<\/a><\/li>\n      <li><a href=\"#definizioni\">Definitions and Legal References<\/a><\/li>\n    <\/ol>\n  <\/nav>\n<\/div>\n\n<main class=\"pp-body\">\n\n  <!-- RIEPILOGO -->\n  <section class=\"pp-section\">\n    <h2><span class=\"num\">\u00b7<\/span> Data Summary<\/h2>\n    <div class=\"pp-summary-grid\">\n      <div class=\"pp-summary-card\">\n        <div class=\"card-label\">Strictly Necessary Cookies<\/div>\n        <div class=\"card-value\">Activities strictly necessary for the functioning of the site.<\/div>\n      <\/div>\n      <div class=\"pp-summary-card\">\n        <div class=\"card-label\">Measurement<\/div>\n        <div class=\"card-value\">Google Analytics 4 (Google Ireland Limited)<\/div>\n      <\/div>\n      <div class=\"pp-summary-card\">\n        <div class=\"card-label\">Consent Management<\/div>\n        <div class=\"card-value\">Iubenda Consent Database (Iubenda srl).<\/div>\n      <\/div>\n      <div class=\"pp-summary-card\">\n        <div class=\"card-label\">Data Controller<\/div>\n        <div class=\"card-value\">Canazza &amp; C. Srl \u2014 <a href=\"mailto:info@canazza.com\">info@canazza.com<\/a><\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- INTRODUZIONE -->\n  <section class=\"pp-section\" id=\"introduzione\">\n    <h2><span class=\"num\">1<\/span> Introduction<\/h2>\n    <p>This document contains information regarding the technologies that allow this Application to achieve the purposes described below. These technologies allow the Controller to collect and save information (e.g., through the use of Cookies) or to use resources (e.g., by executing a script) on the User's device when they interact with this Application.<\/p>\n    <p>For simplicity, these technologies are collectively defined as \"Tracking Tools\" in this document, unless there is a reason to differentiate. For example, although Cookies can be used in both web and mobile browsers, it would be inappropriate to speak of Cookies in the context of mobile applications, as these are Tracking Tools that require a browser. For this reason, the term \"Cookie\" is used in this document only to specifically indicate that particular type of Tracking Tool.<\/p>\n    <p>Some of the purposes for which Tracking Tools are used may require the User's consent. If consent is given, it can be freely revoked at any time by following the instructions in this document.<\/p>\n    <p>This Application uses Tracking Tools managed directly by the Controller (commonly referred to as \"first-party\" Tracking Tools) and Tracking Tools that enable services provided by third parties (commonly referred to as \"third-party\" Tracking Tools). Unless otherwise specified, these third parties have access to their respective Tracking Tools.<\/p>\n    <p>The duration and expiration of Cookies and other similar Tracking Tools may vary depending on what is set by the Controller or each third-party provider. Some expire at the end of the User's browsing session. Users can obtain more detailed and updated information in the privacy policies of the respective third-party providers or by contacting the Controller.<\/p>\n  <\/section>\n\n  <!-- TITOLARE -->\n  <section class=\"pp-section\" id=\"titolare\">\n    <h2><span class=\"num\">2<\/span> Data Controller<\/h2>\n    <p><strong>Canazza &amp; C. S.r.l.<\/strong><\/p>\n    <p>Email: <a href=\"mailto:info@canazza.com\">info@canazza.com<\/a><\/p>\n  <\/section>\n\n  <!-- STRUMENTI -->\n  <section class=\"pp-section\" id=\"strumenti\">\n    <h2><span class=\"num\">3<\/span> How this Application uses Tracking Tools<\/h2>\n\n    <h3>Necessary<\/h3>\n    <p>This Application uses so-called \"technical\" Cookies or other similar Tracking Tools to perform activities strictly necessary to ensure the functioning or provision of the Service.<\/p>\n\n    <h3>Privacy preference management<\/h3>\n    <p>This type of service allows this Application to collect and save User preferences regarding the collection, use, and processing of their personal information, as required by applicable privacy legislation.<\/p>\n    <p><strong>Iubenda Consent Database<\/strong><br>\n    Company: Iubenda srl<br>\n    Place of processing: Italy<br>\n    Personal Data processed: Data communicated while using the service, IP address, Tracking Tools.<\/p>\n\n    <h3>Measurement<\/h3>\n    <p>This Application uses Tracking Tools to measure traffic and analyze User behavior to improve the Service.<\/p>\n    <p><strong>Google Analytics 4<\/strong><br>\n    Company: Google Ireland Limited<br>\n    Place of processing: Ireland<br>\n    Personal Data processed: Usage Data and other data specified in the service's privacy policy.<\/p>\n  <\/section>\n\n  <!-- PREFERENZE -->\n  <section class=\"pp-section\" id=\"preferenze\">\n    <h2><span class=\"num\">4<\/span> How to manage preferences and provide or withdraw consent<\/h2>\n    <p>Where the use of Trackers is based on consent, the User can provide or withdraw such consent at any time through the privacy settings panel available on this Application.<\/p>\n<button type=\"button\" id=\"btn-cookie-preferenze\" class=\"pp-btn\" style=\"border:none; font-family:inherit;\">Manage your cookie preferences<\/button>\n    <p style=\"margin-top: 20px;\">Regarding third-party Tracking Tools, Users can also manage their preferences by visiting the relevant opt-out link (if available), using the tools described in the third party's privacy policy, or by contacting the third party directly.<\/p>\n  <\/section>\n\n  <!-- BROWSER -->\n  <section class=\"pp-section\" id=\"browser\">\n    <h2><span class=\"num\">5<\/span> How to check or delete Cookies via device settings<\/h2>\n    <p>Users can use their browser settings to see which Cookies have been set on their device, block them, or delete them. However, browser settings do not allow for granular control of consent by category.<\/p>\n    <p>Users can find information on how to manage Cookies in the most popular browsers at the following addresses: Google Chrome, Mozilla Firefox, Apple Safari, Microsoft Edge, Brave, Opera.<\/p>\n    <p>Users can also manage certain Tracking Tools for mobile applications by deactivating them through the appropriate device settings.<\/p>\n    <h3>Consequences of refusing the use of Tracking Tools<\/h3>\n    <p>Users are free to decide whether to allow the use of Tracking Tools. However, if the User decides to block their use, the Controller may not be able to provide some features of the Service.<\/p>\n  <\/section>\n\n  <!-- DEFINIZIONI -->\n  <section class=\"pp-section\" id=\"definizioni\">\n    <h2><span class=\"num\">6<\/span> Definitions and Legal References<\/h2>\n    <h3>Personal Data<\/h3>\n    <p>Any information that directly or indirectly identifies or makes a natural person identifiable.<\/p>\n    <h3>Usage Data<\/h3>\n    <p>Information collected automatically through this Application, including IP addresses, URI addresses, request time, method used, size of the file obtained, status code of the response, country of origin, browser and OS characteristics, and details related to the navigation itinerary.<\/p>\n    <h3>User<\/h3>\n    <p>The individual using this Application who, unless otherwise specified, coincides with the Data Subject.<\/p>\n    <h3>Data Subject<\/h3>\n    <p>The natural person to whom the Personal Data refers.<\/p>\n    <h3>Data Controller<\/h3>\n    <p>The natural or legal person who determines the purposes and means of processing personal data. In this case: Canazza &amp; C. S.r.l.<\/p>\n    <h3>Cookie<\/h3>\n    <p>Cookies are Tracking Tools consisting of small portions of data stored within the User's browser.<\/p>\n    <h3>Tracking Tool<\/h3>\n    <p>Information collected automatically through this Application, including IP addresses, URI addresses, request time, method used, size of the file obtained, status code of the response, country of origin, browser and OS characteristics, and details related to the navigation itinerary.<\/p>\n    <h3>Legal References<\/h3>\n    <p>Unless otherwise specified, this policy relates exclusively to this Application.<\/p>\n  <\/section>\n\n<\/main>\n\n<footer class=\"pp-footer\">\n  <p><strong style=\"color:#8fa3c4;\">\u00a9 2026 Canazza &amp; C. Srl \u00a0\u00b7\u00a0 VAT 00212260020 \u00a0\u00b7&nbsp; <a href=\"mailto:info@canazza.com\">info@canazza.com<\/a><\/strong><\/p>\n  <p class=\"update\"><strong style=\"color:#8fa3c4;\">Last modified: June 30, 2026<\/strong><\/p>\n<\/footer>\n<script>\ndocument.addEventListener('DOMContentLoaded', function() {\n  var btn = document.getElementById('btn-cookie-preferenze');\n  if (btn) {\n    btn.addEventListener('click', function() {\n      if (window._iub && _iub.cs && _iub.cs.api) {\n        _iub.cs.api.openPreferences();\n      }\n    });\n  }\n});\n<\/script>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>","protected":false},"excerpt":{"rendered":"<p>Canazza &amp; C. Srl Cookie Policy Informativa sull&#8217;utilizzo di cookie e altri strumenti di tracciamento Ultima modifica: 30 giugno 2026 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-96343","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.0 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Cookie policy - Canazza &amp; C srl<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/canazza.com\/en\/cookie-policy\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Cookie policy - Canazza &amp; C srl\" \/>\n<meta property=\"og:description\" content=\"Canazza &amp; C. Srl Cookie Policy Informativa sull&#8217;utilizzo di cookie e altri strumenti di tracciamento Ultima modifica: 30 giugno 2026 [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/canazza.com\/en\/cookie-policy\/\" \/>\n<meta property=\"og:site_name\" content=\"Canazza &amp; C srl\" \/>\n<meta property=\"article:modified_time\" content=\"2026-07-06T10:27:16+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/canazza.com\\\/cookie-policy\\\/\",\"url\":\"https:\\\/\\\/canazza.com\\\/cookie-policy\\\/\",\"name\":\"Cookie policy - Canazza &amp; C srl\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/canazza.com\\\/#website\"},\"datePublished\":\"2026-07-01T13:34:03+00:00\",\"dateModified\":\"2026-07-06T10:27:16+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/canazza.com\\\/cookie-policy\\\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/canazza.com\\\/cookie-policy\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/canazza.com\\\/cookie-policy\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/canazza.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Cookie policy\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/canazza.com\\\/#website\",\"url\":\"https:\\\/\\\/canazza.com\\\/\",\"name\":\"Canazza &amp; C srl\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/canazza.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/canazza.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/canazza.com\\\/#organization\",\"name\":\"Canazza &amp; C srl\",\"url\":\"https:\\\/\\\/canazza.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/canazza.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/canazza.com\\\/wp-content\\\/uploads\\\/2016\\\/08\\\/cropped-logo_canazzaC.png\",\"contentUrl\":\"https:\\\/\\\/canazza.com\\\/wp-content\\\/uploads\\\/2016\\\/08\\\/cropped-logo_canazzaC.png\",\"width\":400,\"height\":54,\"caption\":\"Canazza &amp; C srl\"},\"image\":{\"@id\":\"https:\\\/\\\/canazza.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Cookie policy - Canazza &amp; C srl","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:\/\/canazza.com\/en\/cookie-policy\/","og_locale":"en_GB","og_type":"article","og_title":"Cookie policy - Canazza &amp; C srl","og_description":"Canazza &amp; C. Srl Cookie Policy Informativa sull&#8217;utilizzo di cookie e altri strumenti di tracciamento Ultima modifica: 30 giugno 2026 [&hellip;]","og_url":"https:\/\/canazza.com\/en\/cookie-policy\/","og_site_name":"Canazza &amp; C srl","article_modified_time":"2026-07-06T10:27:16+00:00","twitter_card":"summary_large_image","twitter_misc":{"Estimated reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/canazza.com\/cookie-policy\/","url":"https:\/\/canazza.com\/cookie-policy\/","name":"Cookie policy - Canazza &amp; C srl","isPartOf":{"@id":"https:\/\/canazza.com\/#website"},"datePublished":"2026-07-01T13:34:03+00:00","dateModified":"2026-07-06T10:27:16+00:00","breadcrumb":{"@id":"https:\/\/canazza.com\/cookie-policy\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/canazza.com\/cookie-policy\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/canazza.com\/cookie-policy\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/canazza.com\/"},{"@type":"ListItem","position":2,"name":"Cookie policy"}]},{"@type":"WebSite","@id":"https:\/\/canazza.com\/#website","url":"https:\/\/canazza.com\/","name":"Canazza &amp; C srl","description":"","publisher":{"@id":"https:\/\/canazza.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/canazza.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":"Organization","@id":"https:\/\/canazza.com\/#organization","name":"Canazza &amp; C srl","url":"https:\/\/canazza.com\/","logo":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/canazza.com\/#\/schema\/logo\/image\/","url":"https:\/\/canazza.com\/wp-content\/uploads\/2016\/08\/cropped-logo_canazzaC.png","contentUrl":"https:\/\/canazza.com\/wp-content\/uploads\/2016\/08\/cropped-logo_canazzaC.png","width":400,"height":54,"caption":"Canazza &amp; C srl"},"image":{"@id":"https:\/\/canazza.com\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/canazza.com\/en\/wp-json\/wp\/v2\/pages\/96343","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/canazza.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/canazza.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/canazza.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/canazza.com\/en\/wp-json\/wp\/v2\/comments?post=96343"}],"version-history":[{"count":0,"href":"https:\/\/canazza.com\/en\/wp-json\/wp\/v2\/pages\/96343\/revisions"}],"wp:attachment":[{"href":"https:\/\/canazza.com\/en\/wp-json\/wp\/v2\/media?parent=96343"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}