{"id":3653,"date":"2025-06-06T16:37:07","date_gmt":"2025-06-06T14:37:07","guid":{"rendered":"https:\/\/therope.it\/privacy-policy\/"},"modified":"2025-11-04T18:07:29","modified_gmt":"2025-11-04T17:07:29","slug":"privacy-policy","status":"publish","type":"page","link":"https:\/\/therope.it\/en\/privacy-policy\/","title":{"rendered":"Legal &amp; Privacy Policy"},"content":{"rendered":"\n<style>\n  #splash-block_89a2b697d3baa6dd3178ba57cb955617 {\n    position: relative;\n    min-height: 70vh;\n    width: 100%;\n    overflow: hidden;\n    background-repeat: no-repeat;\n    background-position: center center;\n    background-size: cover;\n    background-color: #000;\n  }\n      html.after-lcp #splash-block_89a2b697d3baa6dd3178ba57cb955617 {\n      background-image: url('https:\/\/therope.it\/wp-content\/uploads\/2025\/03\/video-contacts.webp');\n    }\n      @media (min-width:992px) {\n          html.after-lcp #splash-block_89a2b697d3baa6dd3178ba57cb955617 {\n        background-image: url('https:\/\/therope.it\/wp-content\/uploads\/2025\/03\/video-contacts.webp');\n      }\n        }\n  #splash-block_89a2b697d3baa6dd3178ba57cb955617 video {\n    position:absolute; inset:0;\n    width:100%; height:100%;\n    object-fit:cover;\n    pointer-events:none;\n    z-index:0;\n    display:none;\n  }\n  #splash-block_89a2b697d3baa6dd3178ba57cb955617 .text-overlay {\n    position:absolute;\n    z-index:1;\n  }\n<\/style>\n<div id=\"splash-block_89a2b697d3baa6dd3178ba57cb955617\" class=\"overlay-container splash reduce-height blur-background\">\n      <template id=\"splash-block_89a2b697d3baa6dd3178ba57cb955617-tpl-video-desktop\">\n      <video class=\"video-desktop\" autoplay muted loop playsinline preload=\"none\" webkit-playsinline tabindex=\"-1\" aria-hidden=\"true\">\n        <source src=\"https:\/\/therope.it\/wp-content\/uploads\/2025\/03\/video-contacts.mp4\" type=\"video\/mp4\">\n      <\/video>\n    <\/template>\n        <template id=\"splash-block_89a2b697d3baa6dd3178ba57cb955617-tpl-video-mobile\">\n      <video class=\"video-mobile\" autoplay muted loop playsinline preload=\"none\" webkit-playsinline tabindex=\"-1\" aria-hidden=\"true\">\n        <source src=\"https:\/\/therope.it\/wp-content\/uploads\/2025\/03\/video-contacts.mp4\" type=\"video\/mp4\">\n      <\/video>\n    <\/template>\n          <div class=\"text-overlay\">\n        <div class=\"container\">\n          <div class=\"col-12\">\n                          <h1 class=\"title-xl mw-splash-title\">\n                Privacy Policy              <\/h1>\n                        <\/div>\n        <\/div>\n      <\/div>\n      <\/div>\n<script>\n  (function(){\n    if (document.currentScript && document.currentScript.dataset.executed) return;\n    if (document.currentScript) document.currentScript.dataset.executed = \"1\";\n    var prefersReduced = false;\n    try { prefersReduced = matchMedia('(prefers-reduced-motion: reduce)').matches; } catch(e) {}\n    if (prefersReduced) return;\n    var container  = document.getElementById('splash-block_89a2b697d3baa6dd3178ba57cb955617');\n    if (!container) return;\n    var tplDesktop = document.getElementById('splash-block_89a2b697d3baa6dd3178ba57cb955617-tpl-video-desktop');\n    var tplMobile  = document.getElementById('splash-block_89a2b697d3baa6dd3178ba57cb955617-tpl-video-mobile');\n    var isLgUp     = function(){ try { return matchMedia('(min-width: 992px)').matches; } catch(e){ return false; } };\n    var rIC        = (window.requestIdleCallback ? window.requestIdleCallback : function(cb){ setTimeout(cb, 120); });\n    function hasAfterLCP(){ return document.documentElement.classList.contains('after-lcp'); }\n    function createVideoEl(){\n      var tpl = isLgUp() ? tplDesktop : tplMobile;\n      if (!tpl || !tpl.content) return null;\n      var video = tpl.content.querySelector('video');\n      if (!video) return null;\n      video = video.cloneNode(true);\n      video.muted = true;\n      video.setAttribute('muted','');\n      video.setAttribute('playsinline','');\n      video.setAttribute('webkit-playsinline','');\n      video.setAttribute('preload','metadata');\n      video.setAttribute('disableRemotePlayback','');\n      video.style.display = 'none';\n      video.addEventListener('playing', function onPlaying(){\n        video.style.display = 'block';\n        video.removeEventListener('playing', onPlaying);\n      }, { once:true });\n      return video;\n    }\n    function mountAndMaybePlay(){\n      if (container.dataset.videoMounted === '1') return;\n      var video = createVideoEl();\n      if (!video) { container.dataset.videoMounted = '1'; return; }\n      container.appendChild(video);\n      container.dataset.videoMounted = '1';\n      function tryStart(){\n        if (!hasAfterLCP()) { setTimeout(tryStart, 250); return; }\n        try { video.load(); } catch(e){}\n        var p; try { p = video.play(); } catch(e){}\n        if (p && typeof p.then === 'function') { p.catch(function(){}); }\n      }\n      rIC(function(){ setTimeout(tryStart, 0); });\n    }\n    function scheduleMount(){\n      rIC(function(){\n        if (hasAfterLCP()) { mountAndMaybePlay(); return; }\n        window.addEventListener('load', function(){ setTimeout(mountAndMaybePlay, 300); }, { once:true });\n        setTimeout(mountAndMaybePlay, 3000);\n      });\n    }\n    function onIntersect(entries, observer){\n      entries.forEach(function(entry){\n        if (entry.isIntersecting) {\n          (function waitForLCP(){\n            if (hasAfterLCP()) { setTimeout(scheduleMount, 300); }\n            else { setTimeout(waitForLCP, 200); }\n          })();\n          observer.unobserve(entry.target);\n        }\n      });\n    }\n    try {\n      var io = new IntersectionObserver(onIntersect, { root: null, rootMargin: '200px 0px', threshold: 0.01 });\n      io.observe(container);\n    }\n    catch(e) {\n      window.addEventListener('load', function(){ setTimeout(scheduleMount, 300); }, { once:true });\n    }\n    var t;\n    window.addEventListener('resize', function(){\n      if (container.dataset.videoMounted === '1') return;\n      clearTimeout(t);\n      t = setTimeout(function(){ if (hasAfterLCP()) scheduleMount(); }, 180);\n    });\n  })();\n<\/script>\n\n\n  <div class=\"space space-m\"><\/div>\n  <div class=\"container\">\n    <div class=\"col-12\">\n      <div data-aos=\"fade\">\n        <h6>Website Owner and Data Controller<\/h6>\n<p><strong>The Chain S.r.l.<br \/>\nVia Vittor Pisani, 10<br \/>\n20124 Milan (MI)<br \/>\nVAT and Tax Code 10527580962<br \/>\nREA MI-2538337<\/strong><\/p>\n<p><strong>Owner\u2019s email address<\/strong><br \/>\n<a href=\"mailto:privacy@therope.it\" target=\"_blank\">privacy@therope.it<br \/>\n<\/a><\/p>\n<h6>Types of Data collected<\/h6>\n<p> Among the Personal Data collected by this Website, either independently or through third parties, there are: email; Usage Data; Cookies; answers to questions; clicks; keypress events; motion sensor events; mouse movements; scroll position; touch events; first name; last name; date of birth; phone number; VAT number; company name; Tax Code; country; postcode; city; billing address.<\/p>\n<p>Full details on each type of Personal Data collected are provided in the dedicated sections of this privacy policy or through specific information texts displayed before the Data collection itself.<br \/>\nPersonal Data may be freely provided by the User or, in the case of Usage Data, collected automatically while using this Website.<br \/>\nUnless otherwise specified, all Data requested by this Website is mandatory. If the User refuses to provide it, it may be impossible for this Website to provide the Service. In cases where this Website specifically states that some Data is optional, Users are free to refrain from communicating such Data without affecting the availability or functioning of the Service.<br \/>\nUsers who are uncertain about which Personal Data is mandatory are encouraged to contact the Owner.<br \/>\nThe possible use of Cookies \u2013 or other tracking tools \u2013 by this Website or by the owners of third-party services used by this Website serves to provide the Service requested by the User, in addition to the other purposes described in this document and in the Cookie Policy.<\/p>\n<p>The User assumes responsibility for the Personal Data of third parties obtained, published or shared through this Website.<\/p>\n<h6>Methods and place of processing the collected Data<\/h6>\n<p> <strong>Processing methods<\/strong> The Owner adopts appropriate security measures to prevent unauthorised access, disclosure, modification, or destruction of Personal Data. Processing is carried out using IT and\/or telematic tools, with organisational methods and logic strictly related to the purposes indicated. In addition to the Owner, in some cases, the Data may be accessible to certain types of persons involved in the operation of this Website (administrative, commercial, marketing, legal, system administration staff) or external parties (such as third-party technical service providers, mail carriers, hosting providers, IT companies, communication agencies) appointed, if necessary, as Data Processors by the Owner. The updated list of these Processors may be requested from the Data Controller at any time.<\/p>\n<p><strong>Place<\/strong><br \/>\nThe Data is processed at the operational offices of the Owner and in any other places where the parties involved in the processing are located. For further information, please contact the Owner.<br \/>\nThe User\u2019s Personal Data may be transferred to a country other than the one in which the User is located. To obtain further information about the place of processing, the User may refer to the section containing details about the processing of Personal Data.<\/p>\n<p><strong>Retention period<\/strong><br \/>\nUnless otherwise specified in this document, Personal Data is processed and stored for as long as required by the purpose for which it was collected and may be retained for a longer period due to legal obligations or based on the Users\u2019 consent.<\/p>\n<h6>Purposes of the Data collected<\/h6>\n<p> The User\u2019s Data is collected to allow the Owner to provide its Service, comply with legal obligations, respond to enforcement requests, protect its own rights and interests (or those of Users or third parties), detect any malicious or fraudulent activity, as well as for the following purposes: Content commenting, Payment management, Interaction with social networks and external platforms, SPAM protection, Registration and authentication, Registration and authentication provided directly by this Website, Statistics, Contacting the User, Contact management and message sending, Platform and hosting services, and Displaying content from external platforms.<\/p>\n<p>For detailed information about the purposes of the processing and the Personal Data processed for each purpose, the User may refer to the section \u201cDetails on the processing of Personal Data.\u201d<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n  <div class=\"space space-m\"><\/div>\n\n\n<div class=\"space space-m\"\n  >\n<\/div>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-3653","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.0 (Yoast SEO v27.3) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Legal &amp; Privacy Policy | The Rope<\/title>\n<meta name=\"description\" content=\"Read our Privacy Policy to understand how we collect and protect your personal data in full compliance with GDPR standards.\" \/>\n<meta name=\"robots\" content=\"noindex, nofollow\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Legal &amp; Privacy Policy | The Rope\" \/>\n<meta property=\"og:description\" content=\"Read our Privacy Policy to understand how we collect and protect your personal data in full compliance with GDPR standards.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/therope.it\/en\/privacy-policy\/\" \/>\n<meta property=\"og:site_name\" content=\"The Rope\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/theropedigitalagency\" \/>\n<meta property=\"article:modified_time\" content=\"2025-11-04T17:07:29+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/therope.it\/wp-content\/uploads\/2025\/06\/cover-social.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"620\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/therope.it\\\/en\\\/privacy-policy\\\/\",\"url\":\"https:\\\/\\\/therope.it\\\/en\\\/privacy-policy\\\/\",\"name\":\"Legal &amp; Privacy Policy | The Rope\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/therope.it\\\/en\\\/#website\"},\"datePublished\":\"2025-06-06T14:37:07+00:00\",\"dateModified\":\"2025-11-04T17:07:29+00:00\",\"description\":\"Read our Privacy Policy to understand how we collect and protect your personal data in full compliance with GDPR standards.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/therope.it\\\/en\\\/privacy-policy\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/therope.it\\\/en\\\/privacy-policy\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/therope.it\\\/en\\\/privacy-policy\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/therope.it\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Legal &amp; Privacy Policy\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/therope.it\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/therope.it\\\/en\\\/\",\"name\":\"The Rope\",\"description\":\"Web agency, realizzazione siti web, creazione siti internet, realizzazione sito, progettazione grafica, realizzazione loghi aziendali, posizionamento siti internet in prima pagina nei motori di ricerca\",\"publisher\":{\"@id\":\"https:\\\/\\\/therope.it\\\/en\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/therope.it\\\/en\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/therope.it\\\/en\\\/#organization\",\"name\":\"Web Agency Milano | The Rope\",\"alternateName\":\"Web Agency\",\"url\":\"https:\\\/\\\/therope.it\\\/en\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/therope.it\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/therope.it\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/the-rope-og-image.webp\",\"contentUrl\":\"https:\\\/\\\/therope.it\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/the-rope-og-image.webp\",\"width\":512,\"height\":512,\"caption\":\"Web Agency Milano | The Rope\"},\"image\":{\"@id\":\"https:\\\/\\\/therope.it\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/theropedigitalagency\",\"https:\\\/\\\/instagram.com\\\/wearetherope\\\/\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/the-rope\\\/\",\"http:\\\/\\\/www.awwwards.com\\\/therope\\\/\"],\"description\":\"Web agency milano specializzata in realizzazione siti internet, creazione siti web, realizzazione sito internet, agenzia web milano.\",\"email\":\"hello@therope.it\",\"telephone\":\"+39 02 38585747\",\"legalName\":\"The Chain S.r.l.\",\"foundingDate\":\"2012-10-16\",\"vatID\":\"10527580962\",\"taxID\":\"10527580962\",\"numberOfEmployees\":{\"@type\":\"QuantitativeValue\",\"minValue\":\"11\",\"maxValue\":\"50\"}}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Legal &amp; Privacy Policy | The Rope","description":"Read our Privacy Policy to understand how we collect and protect your personal data in full compliance with GDPR standards.","robots":{"index":"noindex","follow":"nofollow"},"og_locale":"en_US","og_type":"article","og_title":"Legal &amp; Privacy Policy | The Rope","og_description":"Read our Privacy Policy to understand how we collect and protect your personal data in full compliance with GDPR standards.","og_url":"https:\/\/therope.it\/en\/privacy-policy\/","og_site_name":"The Rope","article_publisher":"https:\/\/www.facebook.com\/theropedigitalagency","article_modified_time":"2025-11-04T17:07:29+00:00","og_image":[{"width":1200,"height":620,"url":"https:\/\/therope.it\/wp-content\/uploads\/2025\/06\/cover-social.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/therope.it\/en\/privacy-policy\/","url":"https:\/\/therope.it\/en\/privacy-policy\/","name":"Legal &amp; Privacy Policy | The Rope","isPartOf":{"@id":"https:\/\/therope.it\/en\/#website"},"datePublished":"2025-06-06T14:37:07+00:00","dateModified":"2025-11-04T17:07:29+00:00","description":"Read our Privacy Policy to understand how we collect and protect your personal data in full compliance with GDPR standards.","breadcrumb":{"@id":"https:\/\/therope.it\/en\/privacy-policy\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/therope.it\/en\/privacy-policy\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/therope.it\/en\/privacy-policy\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/therope.it\/en\/"},{"@type":"ListItem","position":2,"name":"Legal &amp; Privacy Policy"}]},{"@type":"WebSite","@id":"https:\/\/therope.it\/en\/#website","url":"https:\/\/therope.it\/en\/","name":"The Rope","description":"Web agency, realizzazione siti web, creazione siti internet, realizzazione sito, progettazione grafica, realizzazione loghi aziendali, posizionamento siti internet in prima pagina nei motori di ricerca","publisher":{"@id":"https:\/\/therope.it\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/therope.it\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/therope.it\/en\/#organization","name":"Web Agency Milano | The Rope","alternateName":"Web Agency","url":"https:\/\/therope.it\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/therope.it\/en\/#\/schema\/logo\/image\/","url":"https:\/\/therope.it\/wp-content\/uploads\/2025\/01\/the-rope-og-image.webp","contentUrl":"https:\/\/therope.it\/wp-content\/uploads\/2025\/01\/the-rope-og-image.webp","width":512,"height":512,"caption":"Web Agency Milano | The Rope"},"image":{"@id":"https:\/\/therope.it\/en\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/theropedigitalagency","https:\/\/instagram.com\/wearetherope\/","https:\/\/www.linkedin.com\/company\/the-rope\/","http:\/\/www.awwwards.com\/therope\/"],"description":"Web agency milano specializzata in realizzazione siti internet, creazione siti web, realizzazione sito internet, agenzia web milano.","email":"hello@therope.it","telephone":"+39 02 38585747","legalName":"The Chain S.r.l.","foundingDate":"2012-10-16","vatID":"10527580962","taxID":"10527580962","numberOfEmployees":{"@type":"QuantitativeValue","minValue":"11","maxValue":"50"}}]}},"_links":{"self":[{"href":"https:\/\/therope.it\/en\/wp-json\/wp\/v2\/pages\/3653","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/therope.it\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/therope.it\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/therope.it\/en\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/therope.it\/en\/wp-json\/wp\/v2\/comments?post=3653"}],"version-history":[{"count":3,"href":"https:\/\/therope.it\/en\/wp-json\/wp\/v2\/pages\/3653\/revisions"}],"predecessor-version":[{"id":3733,"href":"https:\/\/therope.it\/en\/wp-json\/wp\/v2\/pages\/3653\/revisions\/3733"}],"wp:attachment":[{"href":"https:\/\/therope.it\/en\/wp-json\/wp\/v2\/media?parent=3653"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}