{"id":3650,"date":"2025-06-06T10:41:41","date_gmt":"2025-06-06T08:41:41","guid":{"rendered":"https:\/\/therope.it\/company-profile\/"},"modified":"2025-11-04T18:27:11","modified_gmt":"2025-11-04T17:27:11","slug":"company-profile","status":"publish","type":"page","link":"https:\/\/therope.it\/en\/company-profile\/","title":{"rendered":"Company Profile"},"content":{"rendered":"\n<style>\n  #splash-block_d1c34785b8037eebf1450725c4a5d179 {\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_d1c34785b8037eebf1450725c4a5d179 {\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_d1c34785b8037eebf1450725c4a5d179 {\n        background-image: url('https:\/\/therope.it\/wp-content\/uploads\/2025\/03\/video-contacts.webp');\n      }\n        }\n  #splash-block_d1c34785b8037eebf1450725c4a5d179 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_d1c34785b8037eebf1450725c4a5d179 .text-overlay {\n    position:absolute;\n    z-index:1;\n  }\n<\/style>\n<div id=\"splash-block_d1c34785b8037eebf1450725c4a5d179\" class=\"overlay-container splash reduce-height blur-background\">\n      <template id=\"splash-block_d1c34785b8037eebf1450725c4a5d179-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_d1c34785b8037eebf1450725c4a5d179-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                Download our<br \/>\r\nCompany Profile              <\/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_d1c34785b8037eebf1450725c4a5d179');\n    if (!container) return;\n    var tplDesktop = document.getElementById('splash-block_d1c34785b8037eebf1450725c4a5d179-tpl-video-desktop');\n    var tplMobile  = document.getElementById('splash-block_d1c34785b8037eebf1450725c4a5d179-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\"><\/div>\n<div class=\"container\">\n  <div class=\"col-7 d-flex flex-column justify-content-between\">\n    <div class=\"mw-two-columns-image-text\"><h2 class=\"title-m\">Receive our Company Profile directly in your inbox<\/h2><\/div><div class=\"mw-clients ms-0\"><p>Discover our services and completed projects.<\/p><\/div>  <\/div>\n  <div class=\"col-5 d-flex align-items-end\">\n      <script type=\"text\/javascript\">\n    jQuery(document).ready(function($) {\n      var formId = '2';\n      $('#gform_submit_button_' + formId).on('click', function(event) {\n        if (hasPendingFileUploads(formId)) {\n          return;\n        }\n        var $submitCopy = $(this).clone();\n        $submitCopy\n        .attr('id', '')\n        .prop('disabled', true)\n        .attr('value', 'Processing...')\n        .insertBefore($(this));\n        $(this).css({ visibility: 'hidden', position: 'absolute', transition: 'all 0s ease 0s' });\n      });\n      function hasPendingFileUploads() {\n        if (! window['gfMultiFileUploader']) {\n          return false;\n        }\n        var pendingUploads = false;\n        $.each(gfMultiFileUploader.uploaders, function(i, uploader) {\n          if (uploader.total.queued > 0) {\n            pendingUploads = true;\n            return false;\n          }\n        });\n        return pendingUploads;\n      }\n    });\n  <\/script>\n  <script type=\"text\/javascript\">\n\/* <![CDATA[ *\/\nvar gform;gform||(document.addEventListener(\"gform_main_scripts_loaded\",function(){gform.scriptsLoaded=!0}),document.addEventListener(\"gform\/theme\/scripts_loaded\",function(){gform.themeScriptsLoaded=!0}),window.addEventListener(\"DOMContentLoaded\",function(){gform.domLoaded=!0}),gform={domLoaded:!1,scriptsLoaded:!1,themeScriptsLoaded:!1,isFormEditor:()=>\"function\"==typeof InitializeEditor,callIfLoaded:function(o){return!(!gform.domLoaded||!gform.scriptsLoaded||!gform.themeScriptsLoaded&&!gform.isFormEditor()||(gform.isFormEditor()&&console.warn(\"The use of gform.initializeOnLoaded() is deprecated in the form editor context and will be removed in Gravity Forms 3.1.\"),o(),0))},initializeOnLoaded:function(o){gform.callIfLoaded(o)||(document.addEventListener(\"gform_main_scripts_loaded\",()=>{gform.scriptsLoaded=!0,gform.callIfLoaded(o)}),document.addEventListener(\"gform\/theme\/scripts_loaded\",()=>{gform.themeScriptsLoaded=!0,gform.callIfLoaded(o)}),window.addEventListener(\"DOMContentLoaded\",()=>{gform.domLoaded=!0,gform.callIfLoaded(o)}))},hooks:{action:{},filter:{}},addAction:function(o,r,e,t){gform.addHook(\"action\",o,r,e,t)},addFilter:function(o,r,e,t){gform.addHook(\"filter\",o,r,e,t)},doAction:function(o){gform.doHook(\"action\",o,arguments)},applyFilters:function(o){return gform.doHook(\"filter\",o,arguments)},removeAction:function(o,r){gform.removeHook(\"action\",o,r)},removeFilter:function(o,r,e){gform.removeHook(\"filter\",o,r,e)},addHook:function(o,r,e,t,n){null==gform.hooks[o][r]&&(gform.hooks[o][r]=[]);var d=gform.hooks[o][r];null==n&&(n=r+\"_\"+d.length),gform.hooks[o][r].push({tag:n,callable:e,priority:t=null==t?10:t})},doHook:function(r,o,e){var t;if(e=Array.prototype.slice.call(e,1),null!=gform.hooks[r][o]&&((o=gform.hooks[r][o]).sort(function(o,r){return o.priority-r.priority}),o.forEach(function(o){\"function\"!=typeof(t=o.callable)&&(t=window[t]),\"action\"==r?t.apply(null,e):e[0]=t.apply(null,e)})),\"filter\"==r)return e[0]},removeHook:function(o,r,t,n){var e;null!=gform.hooks[o][r]&&(e=(e=gform.hooks[o][r]).filter(function(o,r,e){return!!(null!=n&&n!=o.tag||null!=t&&t!=o.priority)}),gform.hooks[o][r]=e)}});\n\/* ]]> *\/\n<\/script>\n\n                <div class='gf_browser_gecko gform_wrapper gravity-theme gform-theme--no-framework' data-form-theme='gravity-theme' data-form-index='0' id='gform_wrapper_2' style='display:none'><div id='gf_2' class='gform_anchor' tabindex='-1'><\/div>\n                        <div class='gform_heading'>\n\t\t\t\t\t\t\t<p class='gform_required_legend'>&quot;<span class=\"gfield_required gfield_required_custom\">(Required)<\/span>&quot; indicates required fields<\/p>\n                        <\/div><form method='post' enctype='multipart\/form-data' target='gform_ajax_frame_2' id='gform_2'  action='\/en\/wp-json\/wp\/v2\/pages\/3650#gf_2' data-formid='2' novalidate>\n                        <div class='gform-body gform_body'><div id='gform_fields_2' class='gform_fields top_label form_sublabel_below description_below validation_below'><div id=\"field_2_11\" class=\"gfield gfield--type-honeypot gform_validation_container field_sublabel_below gfield--has-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_2_11'>Name<\/label><div class='ginput_container'><input name='input_11' id='input_2_11' type='text' value='' autocomplete='new-password'\/><\/div><div class='gfield_description' id='gfield_description_2_11'>This field is for validation purposes and should be left unchanged.<\/div><\/div><div id=\"field_2_1\" class=\"gfield gfield--type-text gfield--input-type-text gfield_contains_required field_sublabel_below gfield--no-description field_description_below hidden_label field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_2_1'>Nome<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_custom\">(Required)<\/span><\/span><\/label><div class='ginput_container ginput_container_text'><input name='input_1' id='input_2_1' type='text' value='' class='large'    placeholder='First Name' aria-required=\"true\" aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_2_3\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below hidden_label field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_2_3'>Cognome<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_custom\">(Required)<\/span><\/span><\/label><div class='ginput_container ginput_container_text'><input name='input_3' id='input_2_3' type='text' value='' class='large'    placeholder='Last Name' aria-required=\"true\" aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_2_10\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-full field_sublabel_below gfield--no-description field_description_below hidden_label field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_2_10'>Azienda<\/label><div class='ginput_container ginput_container_text'><input name='input_10' id='input_2_10' type='text' value='' class='large'    placeholder='Company'  aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_2_4\" class=\"gfield gfield--type-email gfield--input-type-email gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below hidden_label field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_2_4'>Email<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_custom\">(Required)<\/span><\/span><\/label><div class='ginput_container ginput_container_email'>\n                            <input name='input_4' id='input_2_4' type='email' value='' class='large'   placeholder='Email' aria-required=\"true\" aria-invalid=\"false\"  \/>\n                        <\/div><\/div><div id=\"field_2_7\" class=\"gfield gfield--type-hidden gfield--input-type-hidden gfield--width-full gform_hidden field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><div class='ginput_container ginput_container_text'><input name='input_7' id='input_2_7' type='hidden' class='gform_hidden'  aria-invalid=\"false\" value='' \/><\/div><\/div><fieldset id=\"field_2_9\" class=\"gfield gfield--type-consent gfield--type-choice gfield--input-type-consent gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below hidden_label field_validation_below gfield_visibility_visible\"  ><legend class='gfield_label gform-field-label gfield_label_before_complex' >Consenso<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_custom\">(Required)<\/span><\/span><\/legend><div class='ginput_container ginput_container_consent'><input name='input_9.1' id='input_2_9_1' type='checkbox' value='1'   aria-required=\"true\" aria-invalid=\"false\"   \/> <label class=\"gform-field-label gform-field-label--type-inline gfield_consent_label\" for='input_2_9_1' >Pursuant to Legislative Decree No. 196\/2003, I agree that The Rope may use my first name, last name, and email address solely for the purpose of responding to my request for information.<span class=\"gfield_required gfield_required_custom\">(Required)<\/span><\/label><input type='hidden' name='input_9.2' value='Pursuant to Legislative Decree No. 196\/2003, I agree that The Rope may use my first name, last name, and email address solely for the purpose of responding to my request for information.' class='gform_hidden' \/><input type='hidden' name='input_9.3' value='2' class='gform_hidden' \/><\/div><\/fieldset><\/div><\/div>\n        <div class='gform-footer gform_footer top_label'> <button class='btn gform_button' id='gform_submit_button_2'>Send request\n  <\/button> <input type='hidden' name='gform_ajax' value='form_id=2&amp;title=&amp;description=&amp;tabindex=0&amp;theme=gravity-theme&amp;styles=[]&amp;hash=8afcccdf43a723464bb4fde72b0bbaaf' \/>\n            <input type='hidden' class='gform_hidden' name='gform_submission_method' data-js='gform_submission_method_2' value='iframe' \/>\n            <input type='hidden' class='gform_hidden' name='gform_theme' data-js='gform_theme_2' id='gform_theme_2' value='gravity-theme' \/>\n            <input type='hidden' class='gform_hidden' name='gform_style_settings' data-js='gform_style_settings_2' id='gform_style_settings_2' value='[]' \/>\n            <input type='hidden' class='gform_hidden' name='is_submit_2' value='1' \/>\n            <input type='hidden' class='gform_hidden' name='gform_submit' value='2' \/>\n            \n            <input type='hidden' class='gform_hidden' name='gform_currency' data-currency='EUR' value='K7uBhlywve6x1tCDkOfUyofmYWjITe3Kujp3dWPUcR5FEegyUGTpXZnRUaip1WWZ9oQV+ogiRnTmN3HDWPzKxZ7QIO4XkUkYxp+0F7bSITXjg6Y=' \/>\n            <input type='hidden' class='gform_hidden' name='gform_unique_id' value='' \/>\n            <input type='hidden' class='gform_hidden' name='state_2' value='WyJ7XCI5LjFcIjpcIjIzNmRjNTA1YjBmN2I4NWI4M2JhMWJhZjdkNjEyZjI2XCIsXCI5LjJcIjpcIjY3NDFhYTM2ZGYzMDY1ZmRiMjU4MTBmMmY3ZTMwMjhjXCIsXCI5LjNcIjpcImNiMmM1OTM3ZjMyNjEzMmYxZDZlYzc1ZWQ1NmM1OWY1XCJ9IiwiY2RlZTAwZWYyMTE0OTc4MDYyMTcwMTMxNjcyY2ZmYTMiXQ==' \/>\n            <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_target_page_number_2' id='gform_target_page_number_2' value='0' \/>\n            <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_source_page_number_2' id='gform_source_page_number_2' value='1' \/>\n            <input type='hidden' name='gform_field_values' value='' \/>\n            \n        <\/div>\n                        <\/form>\n                        <\/div>\n\t\t                <iframe style='display:none;width:0px;height:0px;' src='about:blank' name='gform_ajax_frame_2' id='gform_ajax_frame_2' title='This iframe contains the logic required to handle Ajax powered Gravity Forms.'><\/iframe>\n\t\t                <script type=\"text\/javascript\">\n\/* <![CDATA[ *\/\n gform.initializeOnLoaded( function() {gformInitSpinner( 2, 'https:\/\/therope.it\/wp-content\/plugins\/gravityforms\/images\/spinner.svg', true );jQuery('#gform_ajax_frame_2').on('load',function(){var contents = jQuery(this).contents().find('*').html();var is_postback = contents.indexOf('GF_AJAX_POSTBACK') >= 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_2');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_2').length > 0;var is_redirect = contents.indexOf('gformRedirect(){') >= 0;var is_form = form_content.length > 0 && ! is_redirect && ! is_confirmation;var mt = parseInt(jQuery('html').css('margin-top'), 10) + parseInt(jQuery('body').css('margin-top'), 10) + 100;if(is_form){form_content.find('form').css('opacity', 0);jQuery('#gform_wrapper_2').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_2').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_2').removeClass('gform_validation_error');}setTimeout( function() { \/* delay the scroll by 50 milliseconds to fix a bug in chrome *\/ jQuery(document).scrollTop(jQuery('#gform_wrapper_2').offset().top - mt); }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_2').val();gformInitSpinner( 2, 'https:\/\/therope.it\/wp-content\/plugins\/gravityforms\/images\/spinner.svg', true );jQuery(document).trigger('gform_page_loaded', [2, current_page]);window['gf_submitting_2'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('.GF_AJAX_POSTBACK').html();if(!confirmation_content){confirmation_content = contents;}jQuery('#gform_wrapper_2').replaceWith(confirmation_content);jQuery(document).scrollTop(jQuery('#gf_2').offset().top - mt);jQuery(document).trigger('gform_confirmation_loaded', [2]);window['gf_submitting_2'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_2').text());}else{jQuery('#gform_2').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger(\"gform_pre_post_render\", [{ formId: \"2\", currentPage: \"current_page\", abort: function() { this.preventDefault(); } }]);        if (event && event.defaultPrevented) {                return;        }        const gformWrapperDiv = document.getElementById( \"gform_wrapper_2\" );        if ( gformWrapperDiv ) {            const visibilitySpan = document.createElement( \"span\" );            visibilitySpan.id = \"gform_visibility_test_2\";            gformWrapperDiv.insertAdjacentElement( \"afterend\", visibilitySpan );        }        const visibilityTestDiv = document.getElementById( \"gform_visibility_test_2\" );        let postRenderFired = false;        function triggerPostRender() {            if ( postRenderFired ) {                return;            }            postRenderFired = true;            gform.core.triggerPostRenderEvents( 2, current_page );            if ( visibilityTestDiv ) {                visibilityTestDiv.parentNode.removeChild( visibilityTestDiv );            }        }        function debounce( func, wait, immediate ) {            var timeout;            return function() {                var context = this, args = arguments;                var later = function() {                    timeout = null;                    if ( !immediate ) func.apply( context, args );                };                var callNow = immediate && !timeout;                clearTimeout( timeout );                timeout = setTimeout( later, wait );                if ( callNow ) func.apply( context, args );            };        }        const debouncedTriggerPostRender = debounce( function() {            triggerPostRender();        }, 200 );        if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) {            const observer = new MutationObserver( ( mutations ) => {                mutations.forEach( ( mutation ) => {                    if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) {                        debouncedTriggerPostRender();                        observer.disconnect();                    }                });            });            observer.observe( document.body, {                attributes: true,                childList: false,                subtree: true,                attributeFilter: [ 'style', 'class' ],            });        } else {            triggerPostRender();        }    } );} ); \n\/* ]]> *\/\n<\/script>\n  <\/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-3650","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>Company Profile | The Rope<\/title>\n<meta name=\"description\" content=\"Want to learn more about our company? Complete the form and get our Company Profile sent straight to your email.\" \/>\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\/company-profile\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Company Profile | The Rope\" \/>\n<meta property=\"og:description\" content=\"Want to learn more about our company? Complete the form and get our Company Profile sent straight to your email.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/therope.it\/en\/company-profile\/\" \/>\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:27:11+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\\\/company-profile\\\/\",\"url\":\"https:\\\/\\\/therope.it\\\/en\\\/company-profile\\\/\",\"name\":\"Company Profile | The Rope\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/therope.it\\\/en\\\/#website\"},\"datePublished\":\"2025-06-06T08:41:41+00:00\",\"dateModified\":\"2025-11-04T17:27:11+00:00\",\"description\":\"Want to learn more about our company? Complete the form and get our Company Profile sent straight to your email.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/therope.it\\\/en\\\/company-profile\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/therope.it\\\/en\\\/company-profile\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/therope.it\\\/en\\\/company-profile\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/therope.it\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Company Profile\"}]},{\"@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":"Company Profile | The Rope","description":"Want to learn more about our company? Complete the form and get our Company Profile sent straight to your email.","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\/company-profile\/","og_locale":"en_US","og_type":"article","og_title":"Company Profile | The Rope","og_description":"Want to learn more about our company? Complete the form and get our Company Profile sent straight to your email.","og_url":"https:\/\/therope.it\/en\/company-profile\/","og_site_name":"The Rope","article_publisher":"https:\/\/www.facebook.com\/theropedigitalagency","article_modified_time":"2025-11-04T17:27:11+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\/company-profile\/","url":"https:\/\/therope.it\/en\/company-profile\/","name":"Company Profile | The Rope","isPartOf":{"@id":"https:\/\/therope.it\/en\/#website"},"datePublished":"2025-06-06T08:41:41+00:00","dateModified":"2025-11-04T17:27:11+00:00","description":"Want to learn more about our company? Complete the form and get our Company Profile sent straight to your email.","breadcrumb":{"@id":"https:\/\/therope.it\/en\/company-profile\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/therope.it\/en\/company-profile\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/therope.it\/en\/company-profile\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/therope.it\/en\/"},{"@type":"ListItem","position":2,"name":"Company Profile"}]},{"@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\/3650","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=3650"}],"version-history":[{"count":2,"href":"https:\/\/therope.it\/en\/wp-json\/wp\/v2\/pages\/3650\/revisions"}],"predecessor-version":[{"id":3748,"href":"https:\/\/therope.it\/en\/wp-json\/wp\/v2\/pages\/3650\/revisions\/3748"}],"wp:attachment":[{"href":"https:\/\/therope.it\/en\/wp-json\/wp\/v2\/media?parent=3650"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}