{"id":3654,"date":"2025-06-06T16:37:40","date_gmt":"2025-06-06T14:37:40","guid":{"rendered":"https:\/\/therope.it\/cookie-policy\/"},"modified":"2025-11-04T17:53:20","modified_gmt":"2025-11-04T16:53:20","slug":"cookie-policy","status":"publish","type":"page","link":"https:\/\/therope.it\/en\/cookie-policy\/","title":{"rendered":"Cookie Policy"},"content":{"rendered":"\n<style>\n  #splash-block_f8cb3a65298994cee3b3a928035dc5ae {\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_f8cb3a65298994cee3b3a928035dc5ae {\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_f8cb3a65298994cee3b3a928035dc5ae {\n        background-image: url('https:\/\/therope.it\/wp-content\/uploads\/2025\/03\/video-contacts.webp');\n      }\n        }\n  #splash-block_f8cb3a65298994cee3b3a928035dc5ae 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_f8cb3a65298994cee3b3a928035dc5ae .text-overlay {\n    position:absolute;\n    z-index:1;\n  }\n<\/style>\n<div id=\"splash-block_f8cb3a65298994cee3b3a928035dc5ae\" class=\"overlay-container splash reduce-height blur-background\">\n      <template id=\"splash-block_f8cb3a65298994cee3b3a928035dc5ae-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_f8cb3a65298994cee3b3a928035dc5ae-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=\" mw-splash-title\">\n                Cookie 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_f8cb3a65298994cee3b3a928035dc5ae');\n    if (!container) return;\n    var tplDesktop = document.getElementById('splash-block_f8cb3a65298994cee3b3a928035dc5ae-tpl-video-desktop');\n    var tplMobile  = document.getElementById('splash-block_f8cb3a65298994cee3b3a928035dc5ae-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        <p>This document contains information regarding the technologies that enable this Application to achieve the purposes described below. These technologies allow the Owner to collect and store information (for example, through the use of Cookies) or to use resources (for example, by executing a script) on the User\u2019s device when the latter interacts with this Application.<\/p>\n<p>For simplicity, in this document such technologies are collectively referred to as \u201cTracking Tools\u201d, unless there is reason to distinguish them.<br \/>\nFor example, although Cookies may be used in both web and mobile browsers, it would be inappropriate to refer to Cookies in the context of mobile applications, since these are Tracking Tools that require a browser. Therefore, within this document, the term Cookie is used only to specifically refer to that particular type of Tracking Tool.<\/p>\n<p>Some of the purposes for which Tracking Tools are used may also require the User\u2019s consent. Once such consent has been given, it can be freely withdrawn at any time by following the instructions contained in this document.<\/p>\n<p>This Application uses Tracking Tools managed directly by the Owner (commonly referred to as \u201cfirst-party\u201d Tracking Tools) and Tracking Tools that enable services provided by third parties (commonly referred to as \u201cthird-party\u201d Tracking Tools). Unless otherwise specified in this document, such third parties may access their respective Tracking Tools.<br \/>\nThe duration and expiration of Cookies and similar Tracking Tools may vary depending on the settings established by the Owner or by each third-party provider. Some of them expire at the end of the User\u2019s browsing session.<br \/>\nIn addition to what is specified in the descriptions of each of the categories listed below, Users may obtain more detailed and up-to-date information on duration, as well as any other relevant information \u2014 such as the presence of other Tracking Tools \u2014 in the privacy policies of the respective third-party providers (via the links provided) or by contacting the Owner.<\/p>\n<h6>How this Application uses Tracking Tools<\/h6>\n<p><strong>Necessary<\/strong><br \/>\nThis Application uses Cookies commonly referred to as \u201ctechnical\u201d or other similar Tracking Tools to perform activities strictly necessary to ensure the operation or provision of the Service.<\/p>\n<p><strong>Measurement<\/strong><br \/>\nThis Application uses Tracking Tools to measure traffic and analyse User behaviour in order to improve the Service.<\/p>\n<p><strong>Third-party Tracking Tools:<br \/>Google Analytics (Universal Analytics) with anonymised IP (Google Ireland Limited)<\/strong><br \/>\nGoogle Analytics (Universal Analytics) is a web analysis service provided by Google Ireland Limited (\u201cGoogle\u201d). Google uses the Personal Data collected to track and examine the use of this Application, to compile reports and share them with other services developed by Google.<br \/>\nGoogle may use Personal Data to contextualise and personalise the ads of its advertising network.<br \/>\nThis integration of Google Analytics anonymises your IP address. The anonymisation works by shortening the Users\u2019 IP address within the borders of the member states of the European Union or in other countries that are party to the Agreement on the European Economic Area. Only in exceptional cases will the full IP address be sent to Google servers and shortened within the United States.<\/p>\n<p>For an understanding of Google\u2019s use of data, please consult the <a href=\"https:\/\/policies.google.com\/technologies\/partner-sites?hl=en\" target=\"_blank\" rel=\"noopener\">Google Partner Policy<\/a>.<\/p>\n<\/div>\n<p> Personal Data processed: Usage Data and Tracking Tools.<\/p>\n<p>Place of processing: Ireland \u2013 <a href=\"https:\/\/business.safety.google\/privacy\/\" target=\"_blank\" rel=\"noopener noreferrer\">Privacy Policy<\/a> \u2013 <a href=\"https:\/\/tools.google.com\/dlpage\/gaoptout?hl=en\" target=\"_blank\" rel=\"noopener\">Opt Out<\/a>.<\/p>\n<p>Duration of Tracking Tools:<\/p>\n<ul>\n<li>AMP_TOKEN: 1 hour<\/li>\n<li>_ga: 2 years<\/li>\n<li>_gac*: 3 months<\/li>\n<li>_gat: 1 minute<\/li>\n<li>_gid: 1 day<\/li>\n<\/ul>\n<p><strong>How to manage preferences and give or withdraw consent on this Application<\/strong><br \/>\nWhen the use of Tracking Tools is based on consent, the User may provide or withdraw such consent by setting or updating their preferences via the relevant privacy choices panel available on this Application.<\/p>\n<p>As for third-party Tracking Tools, Users can manage their preferences by visiting the corresponding opt-out link (where available), using the tools described in the third party\u2019s privacy policy, or by contacting the third party directly.<\/p>\n<p><strong>How to control or delete Cookies and similar technologies through your device settings<\/strong><br \/>\nUsers can use their browser settings to:<\/p>\n<ul>\n<li>View which Cookies or other similar technologies have been set on the device;<\/li>\n<li>Block Cookies or similar technologies;<\/li>\n<li>Delete Cookies or similar technologies from the browser.<\/li>\n<\/ul>\n<p> However, browser settings do not allow granular consent control by category.<\/p>\n<p>For example, Users can find information on how to manage Cookies in some of the most commonly used browsers at the following addresses:<\/p>\n<ul>\n<li><a href=\"https:\/\/support.google.com\/chrome\/answer\/95647?hl=en\" target=\"_blank\" rel=\"noopener nofollow\">Google Chrome<\/a><\/li>\n<li><a href=\"https:\/\/support.mozilla.org\/en-US\/kb\/third-party-cookies-firefox-tracking-protection\" target=\"_blank\" rel=\"noopener nofollow\">Mozilla Firefox<\/a><\/li>\n<li><a href=\"https:\/\/support.apple.com\/en-gb\/guide\/safari\/sfri11471\/mac\" target=\"_blank\" rel=\"noopener nofollow\">Apple Safari<\/a><\/li>\n<li><a href=\"https:\/\/support.microsoft.com\/en-gb\/windows\/manage-cookies-in-microsoft-edge-view-allow-block-delete-and-use-168dab11-0753-043d-7c16-ede5947fc64d\" target=\"_blank\" rel=\"noopener nofollow\">Microsoft Edge<\/a><\/li>\n<li><a href=\"https:\/\/support.brave.app\/hc\/en-us\/articles\/360022806212-How-do-I-use-Shields-while-browsing\" target=\"_blank\" rel=\"noopener nofollow\">Brave<\/a><\/li>\n<li><a href=\"https:\/\/help.opera.com\/en\/latest\/web-preferences\/#cookies\" target=\"_blank\" rel=\"noopener nofollow\">Opera<\/a><\/li>\n<\/ul>\n<p> Users can also manage certain Tracking Tools for mobile applications by disabling them through the appropriate device settings, such as mobile advertising settings or general tracking settings (Users may consult their device settings to locate the relevant option).<\/p>\n<p><strong>Consequences related to refusing the use of Tracking Tools<\/strong><br \/>\nUsers are free to decide whether or not to allow the use of Tracking Tools. However, please note that Tracking Tools enable this Application to provide Users with a better experience and advanced features (in line with the purposes outlined in this document). Therefore, if the User chooses to block the use of Tracking Tools, the Owner may not be able to provide the related functionalities.<\/p>\n<p><strong>Data Controller<\/strong><br \/>\nThe Chain S.r.l.<br \/>\nVia Vittor Pisani, 10<br \/>\n20124 Milan<br \/>\nVAT No. 10527580962<\/p>\n<p><strong>Owner\u2019s email address:<\/strong> <a href=\"mailto:privacy@therope.it\" target=\"_blank\">privacy@therope.it<br \/>\n<\/a><\/p>\n<p>Since the use of third-party Tracking Tools through this Application cannot be fully controlled by the Owner, any specific reference to third-party Tracking Tools should be considered indicative. To obtain complete information, Users are kindly invited to consult the privacy policies of the respective third-party services listed in this document.<\/p>\n<p>Given the objective complexity of identifying tracking technologies, Users are encouraged to contact the Owner should they wish to receive further information regarding the use of such technologies on this Application.<\/p>\n<h6>Definitions and legal references<\/h6>\n<p><strong>Personal Data (or Data)<\/strong><br \/>\nPersonal data constitutes any information that, directly or indirectly, even when linked to any other information \u2014 including a personal identification number \u2014 makes a natural person identified or identifiable.<\/p>\n<p><strong>Usage Data<\/strong><br \/>\nThis refers to the information collected automatically through this Application (or through third-party applications integrated into this Application), which may include: the IP addresses or domain names of the computers used by the User connecting with this Application, the URI (Uniform Resource Identifier) addresses, the time of the request, the method used to submit the request to the server, the size of the file obtained in response, the numerical code indicating the status of the server\u2019s response (successful outcome, error, etc.), the country of origin, the features of the browser and operating system used by the visitor, the various time details per visit (e.g. time spent on each page), and the details about the path followed within the Application, with particular reference to the sequence of pages visited, as well as parameters related to the User\u2019s operating system and IT environment.<\/p>\n<p><strong>User<\/strong><br \/>\nThe individual using this Application who, unless otherwise specified, coincides with the Data Subject.<\/p>\n<p><strong>Data Subject<\/strong><br \/>\nThe natural person to whom the Personal Data refers.<\/p>\n<p><strong>Data Processor (or Processor)<\/strong><br \/>\nThe natural or legal person, public authority, agency or other body which processes personal data on behalf of the Controller, as described in this privacy policy.<\/p>\n<p><strong>Data Controller (or Controller)<\/strong><br \/>\nThe natural or legal person, public authority, agency or other body which, alone or jointly with others, determines the purposes and means of the processing of personal data, including the security measures concerning the operation and use of this Application. The Data Controller, unless otherwise specified, is the owner of this Application.<\/p>\n<p><strong>This Application<\/strong><br \/>\nThe hardware or software tool by which the Users\u2019 Personal Data is collected and processed.<\/p>\n<p><strong>Service<\/strong><br \/>\nThe service provided by this Application as described in the relevant terms (if available) on this website\/application.<\/p>\n<p><strong>European Union (or EU)<\/strong><br \/>\nUnless otherwise specified, any reference to the European Union contained in this document shall be understood as extending to all current member states of the European Union and the European Economic Area.<\/p>\n<p><strong>Cookie<\/strong><br \/>\nCookies are Tracking Tools that consist of small sets of data stored within the User\u2019s browser.<\/p>\n<p><strong>Tracking Tool<\/strong><br \/>\nTracking Tool means any technology \u2014 e.g. Cookies, unique identifiers, web beacons, embedded scripts, e-tags, and fingerprinting \u2014 that enables the tracking of Users, for example by collecting or storing information on the User\u2019s device.<\/p>\n<p><strong>Legal references<\/strong><br \/>\nUnless otherwise specified, this privacy notice exclusively concerns this Application.<\/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-3654","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>Cookie Policy | The Rope<\/title>\n<meta name=\"description\" content=\"Read our Cookie Policy to learn how we use cookies and manage personal data to ensure transparency and a smooth browsing experience.\" \/>\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=\"Cookie Policy | The Rope\" \/>\n<meta property=\"og:description\" content=\"Read our Cookie Policy to learn how we use cookies and manage personal data to ensure transparency and a smooth browsing experience.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/therope.it\/en\/cookie-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-04T16:53:20+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\\\/cookie-policy\\\/\",\"url\":\"https:\\\/\\\/therope.it\\\/en\\\/cookie-policy\\\/\",\"name\":\"Cookie Policy | The Rope\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/therope.it\\\/en\\\/#website\"},\"datePublished\":\"2025-06-06T14:37:40+00:00\",\"dateModified\":\"2025-11-04T16:53:20+00:00\",\"description\":\"Read our Cookie Policy to learn how we use cookies and manage personal data to ensure transparency and a smooth browsing experience.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/therope.it\\\/en\\\/cookie-policy\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/therope.it\\\/en\\\/cookie-policy\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/therope.it\\\/en\\\/cookie-policy\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/therope.it\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Cookie 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":"Cookie Policy | The Rope","description":"Read our Cookie Policy to learn how we use cookies and manage personal data to ensure transparency and a smooth browsing experience.","robots":{"index":"noindex","follow":"nofollow"},"og_locale":"en_US","og_type":"article","og_title":"Cookie Policy | The Rope","og_description":"Read our Cookie Policy to learn how we use cookies and manage personal data to ensure transparency and a smooth browsing experience.","og_url":"https:\/\/therope.it\/en\/cookie-policy\/","og_site_name":"The Rope","article_publisher":"https:\/\/www.facebook.com\/theropedigitalagency","article_modified_time":"2025-11-04T16:53:20+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\/cookie-policy\/","url":"https:\/\/therope.it\/en\/cookie-policy\/","name":"Cookie Policy | The Rope","isPartOf":{"@id":"https:\/\/therope.it\/en\/#website"},"datePublished":"2025-06-06T14:37:40+00:00","dateModified":"2025-11-04T16:53:20+00:00","description":"Read our Cookie Policy to learn how we use cookies and manage personal data to ensure transparency and a smooth browsing experience.","breadcrumb":{"@id":"https:\/\/therope.it\/en\/cookie-policy\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/therope.it\/en\/cookie-policy\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/therope.it\/en\/cookie-policy\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/therope.it\/en\/"},{"@type":"ListItem","position":2,"name":"Cookie 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\/3654","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=3654"}],"version-history":[{"count":3,"href":"https:\/\/therope.it\/en\/wp-json\/wp\/v2\/pages\/3654\/revisions"}],"predecessor-version":[{"id":3724,"href":"https:\/\/therope.it\/en\/wp-json\/wp\/v2\/pages\/3654\/revisions\/3724"}],"wp:attachment":[{"href":"https:\/\/therope.it\/en\/wp-json\/wp\/v2\/media?parent=3654"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}