{"id":20088,"date":"2025-12-17T12:49:58","date_gmt":"2025-12-17T12:49:58","guid":{"rendered":"https:\/\/mize.tech\/?page_id=20088"},"modified":"2026-01-21T10:28:07","modified_gmt":"2026-01-21T10:28:07","slug":"get-a-demo","status":"publish","type":"page","link":"https:\/\/mize.tech\/es\/get-a-demo\/","title":{"rendered":"Get a Demo"},"content":{"rendered":"\n<section class=\"get-demo\">\n    <div class=\"get-demo__container\">\n        <div class=\"get-demo__grid\">\n\n            <!-- Card 1: Grow your revenues -->\n                            <div class=\"get-demo__card get-demo__card--dark\">\n                                            <h2 class=\"get-demo__card-title\">\n                            <p>Aumenta<\/p>\n<p>tus ingresos<\/p>\n<p>hoy mismo.<\/p>\n                        <\/h2>\n                    \n                                            <p class=\"get-demo__card-description\">\n                            D\u00e9janos tus datos y en breve nos pondremos en contacto contigo.                        <\/p>\n                                    <\/div>\n            \n            <!-- Card 2: HubSpot Form -->\n            <div class=\"get-demo__card get-demo__card--form\">\n                \n                    <!-- Wrapper relativo para posicionar el overlay encima del formulario -->\n                    <div class=\"mize-hs-wrapper\">\n                        <script charset=\"utf-8\" type=\"text\/javascript\" src=\"\/\/js.hsforms.net\/forms\/embed\/v2.js\"><\/script>\n                        <script>\n                            (function() {\n                                var mizeGateId  = 'mize-consent-gate-demo';\n                                var currentLang = 'es';\n\n                                var submitButtonText = 'GET STARTED';\n                                if (currentLang === 'es') {\n                                    submitButtonText = 'ENVIAR';\n                                } else if (currentLang === 'zh' || currentLang === 'cn' || currentLang === 'zh-hans' || currentLang === 'zh-hant') {\n                                    submitButtonText = '\u5f00\u59cb\u4e86\u89e3';\n                                }\n\n                                function waitForHubSpot(callback, attempts) {\n                                    attempts = attempts || 0;\n                                    if (typeof hbspt !== 'undefined' && typeof hbspt.forms !== 'undefined') {\n                                        callback();\n                                    } else if (attempts < 50) {\n                                        setTimeout(function() {\n                                            waitForHubSpot(callback, attempts + 1);\n                                        }, 100);\n                                    } else {\n                                        console.error('HubSpot forms script failed to load after 5 seconds');\n                                    }\n                                }\n\n                                waitForHubSpot(function() {\n                                    hbspt.forms.create({\n                                        region: \"na1\",\n                                        portalId: \"22703532\",\n                                        formId: \"0d407d08-f589-4a1a-93e9-de01502d2d27\",\n                                        onFormReady: function($form) {\n                                            var $ = window.jQuery || window.$;\n\n                                            if (!$) {\n                                                console.error('jQuery is not available');\n                                                return;\n                                            }\n\n                                            $form = $($form);\n\n                                            \/\/ === CONSENT GATE: mostrar overlay si no hay consentimiento ===\n                                            \/\/ [DESHABILITADO TEMPORALMENTE PARA PRUEBAS]\n                                            \/\/ Re-habilitar quitando el bloque de comentario.\n                                            \/*\n                                            if (window.mizeConsent) {\n                                                window.mizeConsent.updateGate(mizeGateId);\n\n                                                \/\/ Defensa secundaria: interceptar click en bot\u00f3n de env\u00edo\n                                                $form.find('input[type=\"submit\"], button[type=\"submit\"]').on('click', function(e) {\n                                                    if (!window.mizeConsent.hasMarketing()) {\n                                                        e.preventDefault();\n                                                        e.stopImmediatePropagation();\n                                                        window.mizeConsent.updateGate(mizeGateId);\n                                                        return false;\n                                                    }\n                                                });\n                                            }\n                                            *\/\n\n                                            var isChinese = (currentLang === 'zh' || currentLang === 'cn' || currentLang === 'zh-hans' || currentLang === 'zh-hant');\n\n                                            \/\/ Add default empty option to selects\n                                            var chooseText = 'Choose';\n                                            if (currentLang === 'es') { chooseText = 'Elegir'; }\n                                            else if (isChinese) { chooseText = '\u8bf7\u9009\u62e9'; }\n\n                                            $form.find('select').each(function() {\n                                                if (!$(this).find('option[value=\"\"]').length) {\n                                                    $(this).prepend('<option value=\"\" selected>' + chooseText + '<\/option>');\n                                                }\n                                            });\n\n                                            \/\/ Translate select options for Chinese\n                                            if (isChinese) {\n                                                var selectTranslations = {\n                                                    'Please Select': '\u8bf7\u9009\u62e9',\n                                                    'Online Travel Agencies (OTAs)': '\u5728\u7ebf\u65c5\u884c\u793e\uff08OTA\uff09',\n                                                    'Tour Operators': '\u65c5\u6e38\u8fd0\u8425\u5546',\n                                                    'Travel Agency': '\u65c5\u884c\u793e',\n                                                    'Bed Banks': '\u5e8a\u4f4d\u94f6\u884c\uff08Bed Bank\uff09',\n                                                    'Wholesalers': '\u65c5\u6e38\u6279\u53d1\u7ecf\u8425\u5546',\n                                                    'Destination Management Company (DMC)': '\u76ee\u7684\u5730\u7ba1\u7406\u516c\u53f8',\n                                                    'Travel Management Company (TMC)': '\u5546\u65c5\u7ba1\u7406\u516c\u53f8',\n                                                    'Other companies offering travel-related products': '\u5176\u4ed6\u63d0\u4f9b\u4e0e\u65c5\u6e38\u76f8\u5173\u4ea7\u54c1\u7684\u516c\u53f8',\n                                                    'None of the above': '\u4ee5\u4e0a\u90fd\u4e0d\u662f'\n                                                };\n\n                                                $form.find('select option').each(function() {\n                                                    var optText = $(this).text().trim();\n                                                    if (selectTranslations[optText]) {\n                                                        $(this).text(selectTranslations[optText]);\n                                                    }\n                                                });\n                                            }\n\n                                            \/\/ Para idiomas no chinos, sustituimos el texto del option por\n                                            \/\/ defecto del select (\"Please Select\" en EN \/ \"Selecciona\" en ES)\n                                            \/\/ por una etiqueta m\u00e1s descriptiva para el usuario.\n                                            if (!isChinese) {\n                                                var defaultOptionMap = {\n                                                    'Please Select': 'Type of company',\n                                                    'Selecciona': 'Tipo de empresa'\n                                                };\n                                                $form.find('select option').each(function() {\n                                                    var optText = $(this).text().trim();\n                                                    if (defaultOptionMap[optText]) {\n                                                        $(this).text(defaultOptionMap[optText]);\n                                                    }\n                                                });\n                                            }\n\n                                            \/\/ Add placeholders based on labels\n                                            $form.find('.hs-form-field').each(function() {\n                                                var $field = $(this);\n                                                var $label = $field.find('label');\n                                                var $input = $field.find('input:not([type=\"checkbox\"]):not([type=\"radio\"]), textarea');\n\n                                                if ($label.length && $input.length) {\n                                                    var labelText = $label.text().trim().replace('*', '').trim();\n                                                    $input.attr('placeholder', labelText);\n                                                }\n                                            });\n\n                                            \/\/ Translate Email label for Chinese\n                                            if (isChinese) {\n                                                var $emailField = $form.find('input[name=\"email\"]');\n                                                if ($emailField.length) {\n                                                    $emailField.attr('placeholder', '\u90ae\u7bb1');\n                                                    $emailField.closest('.hs-form-field').find('label').html('\u90ae\u7bb1 <span class=\"hs-form-required\">*<\/span>');\n                                                }\n                                            }\n\n                                            \/\/ Change \"First Name\" to \"Name\"\n                                            var $firstnameField = $form.find('input[name=\"firstname\"]');\n                                            if ($firstnameField.length) {\n                                                var newLabel = 'Name';\n                                                if (currentLang === 'es') {\n                                                    newLabel = 'Nombre';\n                                                } else if (isChinese) {\n                                                    newLabel = '\u59d3\u540d';\n                                                }\n                                                $firstnameField.attr('placeholder', newLabel);\n                                                $firstnameField.closest('.hs-form-field').find('label').html(newLabel + ' <span class=\"hs-form-required\">*<\/span>');\n                                            }\n\n                                            \/\/ Change submit button text based on language\n                                            $form.find('input[type=\"submit\"]').val(submitButtonText);\n\n                                            \/\/ Add Privacy Policy links to legal consent text\n                                            setTimeout(function() {\n                                                var $legalText = $form.find('.legal-consent-container .hs-richtext');\n                                                if ($legalText.length) {\n                                                    var htmlContent = $legalText.html();\n                                                    var privacyUrl = 'https:\/\/mize.tech\/privacy-policy\/';\n                                                    if (currentLang === 'es') {\n                                                        privacyUrl = 'https:\/\/mize.tech\/es\/privacy-policy\/';\n                                                    } else if (currentLang === 'zh' || currentLang === 'cn' || currentLang === 'zh-hans' || currentLang === 'zh-hant') {\n                                                        privacyUrl = 'https:\/\/mize.tech\/cn\/privacy-policy\/';\n                                                    }\n\n                                                    if (currentLang === 'es') {\n                                                        htmlContent = htmlContent.replace(\n                                                            \/Pol\u00edtica de privacidad\/g,\n                                                            '<a href=\"' + privacyUrl + '\" target=\"_blank\" rel=\"noopener noreferrer\" style=\"color: #188577; text-decoration: underline;\">Pol\u00edtica de privacidad<\/a>'\n                                                        );\n                                                    } else {\n                                                        htmlContent = htmlContent.replace(\n                                                            \/Privacy Policy\/g,\n                                                            '<a href=\"' + privacyUrl + '\" target=\"_blank\" rel=\"noopener noreferrer\" style=\"color: #188577; text-decoration: underline;\">Privacy Policy<\/a>'\n                                                        );\n                                                    }\n\n                                                    $legalText.html(htmlContent);\n                                                }\n                                            }, 100);\n                                        },\n                                        onFormSubmit: function($form) {\n                                            var raw = sessionStorage.getItem('mize_landing_data');\n                                            if (!raw) return;\n\n                                            var data;\n                                            try { data = JSON.parse(raw); } catch(e) { return; }\n\n                                            if (!window._hsq || typeof window._hsq.push !== 'function') return;\n\n                                            \/\/ Set original landing page path\n                                            window._hsq.push(['setPath', data.landing.replace(\/^https?:\\\/\\\/[^\\\/]+\/, '')]);\n\n                                            \/\/ Set original referrer if present\n                                            if (data.referrer && data.referrer !== '') {\n                                                window._hsq.push(['setReferrer', data.referrer]);\n                                            }\n\n                                            \/\/ Pass UTM params if present\n                                            if (data.utm_source) {\n                                                window._hsq.push(['identify', {\n                                                    utm_source__c   : data.utm_source,\n                                                    utm_medium__c   : data.utm_medium,\n                                                    utm_campaign__c : data.utm_campaign\n                                                }]);\n                                            }\n\n                                            window._hsq.push(['trackPageView']);\n                                            console.log('[HS Form Submit Replay] Fired with:', data);\n                                        }\n\n                                    });\n                                });\n                            })();\n                        <\/script>\n\n                        <!-- ================================================\n                             CONSENT GATE OVERLAY\n                             [DESHABILITADO TEMPORALMENTE PARA PRUEBAS]\n                             Re-habilitar cambiando `if (false)` por `if (true)`.\n                             ================================================ -->\n                                            <\/div>\n                    <!-- \/mize-hs-wrapper -->\n\n                                            <div class=\"hbspt-success d-none mt-5 get-demo__success\">\n                            <svg class=\"d-block mx-auto mb-4\" width=\"151\" height=\"139\" viewBox=\"0 0 151 139\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                                <path d=\"M107.093 16.4951C108.536 14.46 108.063 11.6264 105.939 10.3183C93.1845 2.4649 78.1927 -1.07942 63.196 0.286496C46.6954 1.78938 31.2746 9.13779 19.7138 21.0069C8.15299 32.8759 1.21284 48.4847 0.144598 65.0191C-0.923645 81.5535 3.9503 97.9256 13.8877 111.184C23.8251 124.442 38.1722 133.713 54.3422 137.327C70.5122 140.941 87.4412 138.658 102.077 130.892C116.713 123.126 128.093 110.386 134.165 94.9698C139.683 80.9586 140.488 65.5746 136.528 51.1291C135.869 48.7229 133.281 47.4742 130.923 48.2886C128.565 49.103 127.331 51.6722 127.967 54.0846C131.237 66.487 130.487 79.6523 125.758 91.6587C120.476 105.071 110.575 116.154 97.8421 122.911C85.1088 129.668 70.3806 131.653 56.3127 128.509C42.2448 125.366 29.7629 117.299 21.1173 105.765C12.4718 94.2303 8.23143 79.9866 9.1608 65.6016C10.0902 51.2167 16.1281 37.6371 26.186 27.311C36.2439 16.9849 49.66 10.5918 64.0155 9.28425C76.8665 8.11377 89.7134 11.0877 100.7 17.7063C102.837 18.9938 105.649 18.5302 107.093 16.4951Z\" fill=\"#29D8C1\" \/>\n                                <path d=\"M39 55.2832L66.6059 82.3385C66.9847 82.7097 67.5874 82.7207 67.9794 82.3635L143 14\" stroke=\"#98ECE1\" stroke-width=\"8\" stroke-linecap=\"round\" \/>\n                            <\/svg>\n                            <p style=\"text-align: center\">\u00a1Gracias! Hemos recibido tu informaci\u00f3n<\/p>\n<p style=\"text-align: center\">y te responderemos pronto.<\/p>\n                        <\/div>\n                                                <\/div>\n\n        <\/div>\n    <\/div>\n<\/section>\n\n<!-- ============================================================\n     CONSENT GATE: Estilos y utilidades JS compartidas\n     Solo se necesitan una vez en la p\u00e1gina. Si el bloque contact\n     tambi\u00e9n est\u00e1 presente, estos ya fueron definidos all\u00ed.\n     ============================================================ -->\n<style>\n.mize-hs-wrapper {\n    position: relative;\n}\n.mize-consent-gate {\n    display: none;\n    position: absolute;\n    inset: 0;\n    background: rgba(255, 255, 255, 0.96);\n    z-index: 50;\n    border-radius: 8px;\n    backdrop-filter: blur(4px);\n    -webkit-backdrop-filter: blur(4px);\n    align-items: center;\n    justify-content: center;\n    min-height: 200px;\n}\n.mize-consent-gate.is-active {\n    display: flex;\n}\n.mize-consent-gate__inner {\n    text-align: center;\n    padding: 2rem 2.5rem;\n    max-width: 380px;\n}\n.mize-consent-gate__icon {\n    margin-bottom: 1rem;\n}\n.mize-consent-gate__text {\n    color: #555;\n    font-size: 0.9rem;\n    line-height: 1.55;\n    margin: 0;\n}\n<\/style>\n\n<script>\n\/\/ Utilidades compartidas del consent gate (se definen solo una vez aunque\n\/\/ haya m\u00faltiples bloques con formulario en la misma p\u00e1gina)\nwindow.mizeConsent = window.mizeConsent || {\n\n    hasMarketing: function() {\n        \/\/ Pol\u00edtica del consent gate: solo damos por aceptado el consentimiento\n        \/\/ de marketing cuando existe la cookie `cmplz_marketing` con valor\n        \/\/ exactamente \"allow\". Esto ignora a prop\u00f3sito el \"consent impl\u00edcito\"\n        \/\/ que Complianz aplica en consenttype 'optout' sin cookie, porque\n        \/\/ queremos un consent EXPL\u00cdCITO antes de exponer el formulario.\n        var cmplz = window.complianz || {};\n        var prefix = cmplz.prefix || 'cmplz_';\n        var cookieName = prefix + 'marketing';\n        var pattern = new RegExp(\n            '(?:^|;\\\\s*)' + cookieName.replace(\/[.*+?^${}()|[\\]\\\\]\/g, '\\\\$&') + '=([^;]*)'\n        );\n        var m = document.cookie.match(pattern);\n        if (m) {\n            return decodeURIComponent(m[1]) === 'allow';\n        }\n\n        \/\/ Sin cookie todav\u00eda. Si Complianz indica que el banner est\u00e1\n        \/\/ deshabilitado para este visitante (regi\u00f3n fuera de GDPR\/CCPA, modo\n        \/\/ safe, page builder preview, etc.), no bloqueamos el form.\n        if (cmplz.disable_cookiebanner === true || cmplz.disable_cookiebanner === '1') {\n            return true;\n        }\n\n        \/\/ A\u00fan no se carg\u00f3 el objeto `complianz` (race con scripts diferidos):\n        \/\/ no bloqueamos ahora para evitar falsos positivos. El listener\n        \/\/ `cmplz_fire_categories` reevaluar\u00e1 el gate en cuanto Complianz\n        \/\/ termine de inicializar y aplicar\u00e1 el bloqueo si corresponde.\n        if (!cmplz.consenttype) {\n            return true;\n        }\n\n        \/\/ Complianz cargado y banner activo, sin decisi\u00f3n del usuario:\n        \/\/ bloqueamos hasta que acepte expl\u00edcitamente las cookies de marketing.\n        return false;\n    },\n\n    openSettings: function() {\n        \/\/ Intentar la funci\u00f3n nativa de Complianz\n        if (typeof cmplz_open_banner === 'function') {\n            cmplz_open_banner();\n            return;\n        }\n        \/\/ Fallback: buscar el bot\u00f3n de Complianz en el DOM\n        var btn = document.querySelector(\n            '.cmplz-manage-consent, #cmplz-manage-consent, [data-cmplz-toggle=\"banner\"]'\n        );\n        if (btn) { btn.click(); }\n    },\n\n    updateGate: function(gateId) {\n        var gate = document.getElementById(gateId);\n        if (!gate) return;\n        if (this.hasMarketing()) {\n            gate.classList.remove('is-active');\n        } else {\n            gate.classList.add('is-active');\n        }\n    }\n};\n\n\/\/ Listeners para mantener los overlays sincronizados con Complianz.\n\/\/ `cmplz_status_change`     \u2192 el usuario acepta\/deniega categor\u00edas.\n\/\/ `cmplz_fire_categories`   \u2192 Complianz termina de inicializarse en la p\u00e1gina\n\/\/                             (cubre el caso en que el form de HubSpot dispara\n\/\/                             `onFormReady` antes de que Complianz cargue).\nif (!window._mizeConsentListenerAdded) {\n    window._mizeConsentListenerAdded = true;\n    var refreshGates = function() {\n        var gates = document.querySelectorAll('.mize-consent-gate');\n        for (var i = 0; i < gates.length; i++) {\n            window.mizeConsent.updateGate(gates[i].id);\n        }\n    };\n    document.addEventListener('cmplz_status_change', refreshGates);\n    document.addEventListener('cmplz_fire_categories', refreshGates);\n}\n<\/script>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":76,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"page-with-custom-header.php","meta":{"_acf_changed":false,"content-type":"","_lmt_disableupdate":"no","_lmt_disable":"","footnotes":""},"class_list":["post-20088","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Get a Demo - Mize<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/mize.tech\/es\/get-a-demo\/\" \/>\n<meta property=\"og:locale\" content=\"es_ES\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Get a Demo - Mize\" \/>\n<meta property=\"og:url\" content=\"https:\/\/mize.tech\/es\/get-a-demo\/\" \/>\n<meta property=\"og:site_name\" content=\"Mize\" \/>\n<meta property=\"article:modified_time\" content=\"2026-01-21T10:28:07+00:00\" \/>\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:\\\/\\\/mize.tech\\\/es\\\/get-a-demo\\\/\",\"url\":\"https:\\\/\\\/mize.tech\\\/es\\\/get-a-demo\\\/\",\"name\":\"Get a Demo - Mize\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/mize.tech\\\/es\\\/#website\"},\"datePublished\":\"2025-12-17T12:49:58+00:00\",\"dateModified\":\"2026-01-21T10:28:07+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/mize.tech\\\/es\\\/get-a-demo\\\/#breadcrumb\"},\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/mize.tech\\\/es\\\/get-a-demo\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/mize.tech\\\/es\\\/get-a-demo\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/mize.tech\\\/es\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Get a Demo\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/mize.tech\\\/es\\\/#website\",\"url\":\"https:\\\/\\\/mize.tech\\\/es\\\/\",\"name\":\"Mize\",\"description\":\"Unlock Hidden Booking Profits Using Big Data Solutions\",\"publisher\":{\"@id\":\"https:\\\/\\\/mize.tech\\\/es\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/mize.tech\\\/es\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"es\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/mize.tech\\\/es\\\/#organization\",\"name\":\"Mize\",\"url\":\"https:\\\/\\\/mize.tech\\\/es\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\\\/\\\/mize.tech\\\/es\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/mize.tech\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/mize-logo.webp\",\"contentUrl\":\"https:\\\/\\\/mize.tech\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/mize-logo.webp\",\"width\":801,\"height\":241,\"caption\":\"Mize\"},\"image\":{\"@id\":\"https:\\\/\\\/mize.tech\\\/es\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Get a Demo - Mize","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:\/\/mize.tech\/es\/get-a-demo\/","og_locale":"es_ES","og_type":"article","og_title":"Get a Demo - Mize","og_url":"https:\/\/mize.tech\/es\/get-a-demo\/","og_site_name":"Mize","article_modified_time":"2026-01-21T10:28:07+00:00","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/mize.tech\/es\/get-a-demo\/","url":"https:\/\/mize.tech\/es\/get-a-demo\/","name":"Get a Demo - Mize","isPartOf":{"@id":"https:\/\/mize.tech\/es\/#website"},"datePublished":"2025-12-17T12:49:58+00:00","dateModified":"2026-01-21T10:28:07+00:00","breadcrumb":{"@id":"https:\/\/mize.tech\/es\/get-a-demo\/#breadcrumb"},"inLanguage":"es","potentialAction":[{"@type":"ReadAction","target":["https:\/\/mize.tech\/es\/get-a-demo\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/mize.tech\/es\/get-a-demo\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/mize.tech\/es\/"},{"@type":"ListItem","position":2,"name":"Get a Demo"}]},{"@type":"WebSite","@id":"https:\/\/mize.tech\/es\/#website","url":"https:\/\/mize.tech\/es\/","name":"Mize","description":"Unlock Hidden Booking Profits Using Big Data Solutions","publisher":{"@id":"https:\/\/mize.tech\/es\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/mize.tech\/es\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"es"},{"@type":"Organization","@id":"https:\/\/mize.tech\/es\/#organization","name":"Mize","url":"https:\/\/mize.tech\/es\/","logo":{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/mize.tech\/es\/#\/schema\/logo\/image\/","url":"https:\/\/mize.tech\/wp-content\/uploads\/2024\/02\/mize-logo.webp","contentUrl":"https:\/\/mize.tech\/wp-content\/uploads\/2024\/02\/mize-logo.webp","width":801,"height":241,"caption":"Mize"},"image":{"@id":"https:\/\/mize.tech\/es\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/mize.tech\/es\/wp-json\/wp\/v2\/pages\/20088","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/mize.tech\/es\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/mize.tech\/es\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/mize.tech\/es\/wp-json\/wp\/v2\/users\/76"}],"replies":[{"embeddable":true,"href":"https:\/\/mize.tech\/es\/wp-json\/wp\/v2\/comments?post=20088"}],"version-history":[{"count":0,"href":"https:\/\/mize.tech\/es\/wp-json\/wp\/v2\/pages\/20088\/revisions"}],"wp:attachment":[{"href":"https:\/\/mize.tech\/es\/wp-json\/wp\/v2\/media?parent=20088"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}