{"id":3651,"date":"2025-06-06T11:20:40","date_gmt":"2025-06-06T09:20:40","guid":{"rendered":"https:\/\/therope.it\/prenota-una-call\/"},"modified":"2025-11-04T18:23:19","modified_gmt":"2025-11-04T17:23:19","slug":"book-a-call","status":"publish","type":"page","link":"https:\/\/therope.it\/en\/book-a-call\/","title":{"rendered":"Book a Call"},"content":{"rendered":"\n<style>\n  #splash-block_44a7cf7d246bf676d9c451b4ca16b54d {\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_44a7cf7d246bf676d9c451b4ca16b54d {\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_44a7cf7d246bf676d9c451b4ca16b54d {\n        background-image: url('https:\/\/therope.it\/wp-content\/uploads\/2025\/03\/video-contacts.webp');\n      }\n        }\n  #splash-block_44a7cf7d246bf676d9c451b4ca16b54d 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_44a7cf7d246bf676d9c451b4ca16b54d .text-overlay {\n    position:absolute;\n    z-index:1;\n  }\n<\/style>\n<div id=\"splash-block_44a7cf7d246bf676d9c451b4ca16b54d\" class=\"overlay-container splash reduce-height blur-background\">\n      <template id=\"splash-block_44a7cf7d246bf676d9c451b4ca16b54d-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_44a7cf7d246bf676d9c451b4ca16b54d-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                Schedule a call<br \/>\r\nwith us today              <\/h1>\n                        <\/div>\n        <\/div>\n      <\/div>\n            <div class=\"text-overlay bottom-right\">\n        <div class=\"container\">\n          <div class=\"col-12\">\n            <p>Since 2011, our Web Agency has supported both major companies and small businesses. We specialize in design, website development, and social media marketing \u2014 turning ideas into winning strategies.<\/p>          <\/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_44a7cf7d246bf676d9c451b4ca16b54d');\n    if (!container) return;\n    var tplDesktop = document.getElementById('splash-block_44a7cf7d246bf676d9c451b4ca16b54d-tpl-video-desktop');\n    var tplMobile  = document.getElementById('splash-block_44a7cf7d246bf676d9c451b4ca16b54d-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\n<div class=\"space space-m\">\n<\/div>\n<div class=\"container\">\n  <div class=\"col-5\">\n    <div class=\"mw-two-columns-image-text\"><h2 class=\"title-m\">Choose your preferred day<\/h2><\/div><div class=\"mw-clients ms-0\"><p>We\u2019ll get back to you for an introductory call and explain the services we offer.<\/p><\/div>  <\/div>\n  <div class=\"col-7 d-flex align-items-end\">\n    <div class=\"calendly-inline-widget\" data-url=\"https:\/\/calendly.com\/therope\/call-conoscitiva\"><\/div>\r\n<script type=\"text\/javascript\" src=\"https:\/\/assets.calendly.com\/assets\/external\/widget.js\" async><\/script>  <\/div>\n<\/div>\n<div class=\"space space-m\">\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-3651","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>Book a Call | The Rope<\/title>\n<meta name=\"description\" content=\"Let\u2019s talk! Since 2011, we\u2019ve been creating websites and digital marketing strategies to help your brand grow.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/therope.it\/en\/book-a-call\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Book a Call | The Rope\" \/>\n<meta property=\"og:description\" content=\"Let\u2019s talk! Since 2011, we\u2019ve been creating websites and digital marketing strategies to help your brand grow.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/therope.it\/en\/book-a-call\/\" \/>\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:23:19+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\\\/book-a-call\\\/\",\"url\":\"https:\\\/\\\/therope.it\\\/en\\\/book-a-call\\\/\",\"name\":\"Book a Call | The Rope\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/therope.it\\\/en\\\/#website\"},\"datePublished\":\"2025-06-06T09:20:40+00:00\",\"dateModified\":\"2025-11-04T17:23:19+00:00\",\"description\":\"Let\u2019s talk! Since 2011, we\u2019ve been creating websites and digital marketing strategies to help your brand grow.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/therope.it\\\/en\\\/book-a-call\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/therope.it\\\/en\\\/book-a-call\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/therope.it\\\/en\\\/book-a-call\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/therope.it\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Book a Call\"}]},{\"@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":"Book a Call | The Rope","description":"Let\u2019s talk! Since 2011, we\u2019ve been creating websites and digital marketing strategies to help your brand grow.","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:\/\/therope.it\/en\/book-a-call\/","og_locale":"en_US","og_type":"article","og_title":"Book a Call | The Rope","og_description":"Let\u2019s talk! Since 2011, we\u2019ve been creating websites and digital marketing strategies to help your brand grow.","og_url":"https:\/\/therope.it\/en\/book-a-call\/","og_site_name":"The Rope","article_publisher":"https:\/\/www.facebook.com\/theropedigitalagency","article_modified_time":"2025-11-04T17:23:19+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\/book-a-call\/","url":"https:\/\/therope.it\/en\/book-a-call\/","name":"Book a Call | The Rope","isPartOf":{"@id":"https:\/\/therope.it\/en\/#website"},"datePublished":"2025-06-06T09:20:40+00:00","dateModified":"2025-11-04T17:23:19+00:00","description":"Let\u2019s talk! Since 2011, we\u2019ve been creating websites and digital marketing strategies to help your brand grow.","breadcrumb":{"@id":"https:\/\/therope.it\/en\/book-a-call\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/therope.it\/en\/book-a-call\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/therope.it\/en\/book-a-call\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/therope.it\/en\/"},{"@type":"ListItem","position":2,"name":"Book a Call"}]},{"@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\/3651","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=3651"}],"version-history":[{"count":2,"href":"https:\/\/therope.it\/en\/wp-json\/wp\/v2\/pages\/3651\/revisions"}],"predecessor-version":[{"id":3744,"href":"https:\/\/therope.it\/en\/wp-json\/wp\/v2\/pages\/3651\/revisions\/3744"}],"wp:attachment":[{"href":"https:\/\/therope.it\/en\/wp-json\/wp\/v2\/media?parent=3651"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}