{"id":6041,"date":"2024-09-19T20:47:33","date_gmt":"2024-09-19T20:47:33","guid":{"rendered":"https:\/\/marketing.softland.ai\/?page_id=6041"},"modified":"2026-04-23T09:51:33","modified_gmt":"2026-04-23T09:51:33","slug":"contact-us","status":"publish","type":"page","link":"https:\/\/lynon.com\/es\/contact-us\/","title":{"rendered":"Cont\u00e1ctenos"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"6041\" class=\"elementor elementor-6041\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-eba3cc0 e-flex e-con-boxed e-con e-parent\" data-id=\"eba3cc0\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-da434dd e-con-full e-flex e-con e-child\" data-id=\"da434dd\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-de13326 elementor-widget elementor-widget-heading\" data-id=\"de13326\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">Cont\u00e1ctenos<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ac700d5 lqd-text-tag-p elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-widget elementor-widget-lqd-text\" data-id=\"ac700d5\" data-element_type=\"widget\" data-widget_type=\"lqd-text.default\" data-lqd-has-inner-animatables=\"true\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"lqd-text-el m-0 p-0 translation-block\" data-lqd-split-text-el=\"1\" data-lqd-split-type=\"words\">Nos dedicamos a ofrecer productos y soluciones de juego de vanguardia que potencian su negocio.<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<style>.elementor-element-ac700d5 .lqd-split-text-words {\n   transform: translate3d(0px,20px,0px) scale(1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);\n   opacity: 0;\n}\n<\/style><script>\n\t\twindow.liquid.behaviors.push( {\n\t\t\tdataId: \"ac700d5\",\n\t\t\tbehaviors:[\n\t\t\t\t{behaviorName:'liquidSplitText',options:{splitDoneFromBackend:true,splitType:'words'}},{behaviorName:'liquidGetElementComputedStyles',options:{includeSelf:true,getRect:true,addGhosts:true}},{behaviorName:'liquidAnimations',options:{domain:'inview',trigger:'ghost',duration:0.65,ease:'expo.out',stagger:{each:0.015,from:'start'},delay:0.2,start:'top+=30px bottom',startElementOffset:0,startViewportOffset:0,animations:[{elements:'selfAnimatables',breakpointsKeyframes:{all:{keyframes:[{scaleX:1,scaleY:1,skewX:0,skewY:0,x:'0px',y:'0px',z:'0px',rotateX:0,rotateY:0,rotateZ:0,opacity:1}]}}}]}},\n\t\t\t]\n\t\t} );\n\t\t\n\t\t<\/script>\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-9ea5e27 e-con-full e-flex e-con e-child\" data-id=\"9ea5e27\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9182160 elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-html\" data-id=\"9182160\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!-- HubSpot Form Container -->\n<div id=\"contactUsForm\">\n  <div class=\"hs-form-frame\" data-region=\"na1\" data-portal-id=\"48829965\" id=\"formFrame\"><\/div>\n<\/div>\n\n<script>\n  \/\/ Language form IDs for different languages\n  const formIds = {\n    'en': \"be79b100-86db-447c-8e4e-68e18bee0d74\", \/\/ English Form\n    'pt': \"d2a0ff4e-77e2-44db-b035-e2f8f66a0bbb\", \/\/ Portuguese Form\n    'es': \"ebb5fb93-7e36-4ef3-adf5-41b87cf3b4c0\"  \/\/ Spanish Form\n  };\n\n  \/\/ Function to get the current language from the <html> lang attribute\n  function getActiveLanguage() {\n    const htmlTag = document.documentElement; \/\/ <html> tag\n    return htmlTag.getAttribute('lang') || 'en-US'; \/\/ Default to 'en-US' if no lang attribute is found\n  }\n\n  \/\/ Function to load the HubSpot form dynamically\n  function loadForm(language) {\n    const formId = formIds[language]; \/\/ Get the form ID for the current language\n    if (!formId) {\n      console.error('No form ID found for language:', language);\n      return;\n    }\n\n    const formFrame = document.getElementById(\"formFrame\");\n    \/\/ Clear previous form contents, if any\n    while (formFrame.firstChild) {\n      formFrame.removeChild(formFrame.firstChild);\n    }\n\n    \/\/ Create and load the HubSpot script\n    const newScript = document.createElement(\"script\");\n    newScript.src = `https:\/\/js.hsforms.net\/forms\/embed\/48829965.js`;\n    newScript.defer = true;\n    newScript.onload = function () {\n      \/\/ Create the form dynamically after the script loads\n      const newFormFrame = document.createElement(\"div\");\n      newFormFrame.className = \"hs-form-frame\";\n      newFormFrame.dataset.region = \"na1\";\n      newFormFrame.dataset.formId = formId;\n      newFormFrame.dataset.portalId = \"48829965\";\n      formFrame.appendChild(newFormFrame);\n\n      console.log(`Form loaded for ${language}`);\n    };\n    document.body.appendChild(newScript);\n  }\n\n  \/\/ On page load, load the correct form based on the current language\n  window.addEventListener('load', () => {\n    const currentLanguage = getActiveLanguage(); \/\/ Get the active language\n    loadForm(currentLanguage); \/\/ Load the form based on the active language\n  });\n<\/script>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3c36499 elementor-widget-mobile__width-inherit elementor-widget elementor-widget-html\" data-id=\"3c36499\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div id='crmWebToEntityForm' class='zcwf_lblLeft crmWebToEntityForm' style='background-color: white;color: black;max-width: 600px;'>\n<meta name='viewport' content='width=device-width, initial-scale=1.0'>\n<meta http-equiv='content-type' content='text\/html;charset=UTF-8'>\n\n<form id='webform916278000000881080' action='https:\/\/crm.zoho.eu\/crm\/WebToLeadForm' name=\"WebToLeads916278000000881080\" method='POST' onsubmit='javascript:document.charset=\"UTF-8\"; return checkMandatory916278000000881080()' accept-charset='UTF-8'>\n\n<input type='text' style='display:none;' name='xnQsjsdp' value='89f2ca787b54b52e9401128a34008266b2c42123df8bb7c3d7aaa9c892786799'><\/input>\n<input type='hidden' name='zc_gad' id='zc_gad' value=''><\/input>\n<input type='text' style='display:none;' name='xmIwtLD' value='3a02c93160314b1c224e3fde5aba5dd0aee9ab093753afa7673dce7ebf67467fe8fa39f4acb9b71769c1e7d1db84e570'><\/input>\n<input type='text' style='display:none;' name='actionType' value='TGVhZHM='><\/input>\n<input type='text' style='display:none;' name='returnURL' value='https&#x3a;&#x2f;&#x2f;lynon.com&#x2f;thank-you'><\/input>\n\n<!-- Do not remove -->\n<input type='text' style='display:none;' id='ldeskuid' name='ldeskuid'><\/input>\n<input type='text' style='display:none;' id='LDTuvid' name='LDTuvid'><\/input>\n\n<style>\n\/* ORIGINAL CSS UNCHANGED *\/\nhtml, body {margin:0;background:#f8f9fb;font-family:-apple-system,BlinkMacSystemFont,\"Segoe UI\",Roboto,Arial,sans-serif;}\n#crmWebToEntityForm.zcwf_lblLeft {max-width:540px;margin:50px auto;padding:32px;background:#ffffff;border-radius:16px;box-shadow:0 12px 35px rgba(0,0,0,0.08);}\n.zcwf_lblLeft .zcwf_col_lab,.zcwf_lblLeft .zcwf_col_fld {width:100%;float:none;}\n.zcwf_lblLeft .zcwf_row {margin-bottom:18px;}\n.zcwf_lblLeft .zcwf_col_lab {margin-bottom:6px;font-size:13px;font-weight:500;color:#444;}\n.zcwf_lblLeft input[type=\"text\"],.zcwf_lblLeft textarea,.zcwf_lblLeft select {width:100%;padding:12px 14px;border-radius:10px;border:1px solid #e3e6ea;background:#fafbfc;font-size:14px;transition:all 0.2s ease;}\n.zcwf_lblLeft input:focus,.zcwf_lblLeft textarea:focus,.zcwf_lblLeft select:focus {border-color:#ED3E03;background:#fff;outline:none;box-shadow:0 0 0 3px rgba(237,62,3,0.12);}\n.zcwf_lblLeft textarea {min-height:120px;}\n.zcwf_lblLeft select {appearance:none;cursor:pointer;}\n#imgid916278000000881080 {margin-top:10px;border-radius:8px;}\n.formsubmit.zcwf_button {width:100%;padding:14px;border-radius:10px;border:none;font-size:15px;font-weight:600;background:#ED3E03;color:white!important;cursor:pointer;transition:all 0.25s ease;}\n.formsubmit.zcwf_button:hover {background:#d63600;transform:translateY(-1px);box-shadow:0 8px 20px rgba(237,62,3,0.25);}\n.zcwf_button[type=\"reset\"] {margin-top:10px;width:100%;background:transparent;border:1px solid #ddd;padding:12px;border-radius:10px;cursor:pointer;}\nspan[style*=\"color:red\"] {color:#ED3E03!important;}\na {color:#ED3E03;font-size:13px;text-decoration:none;}\na:hover {text-decoration:underline;}\n@media (max-width:600px){#crmWebToEntityForm.zcwf_lblLeft{margin:20px;padding:20px;}}\n<\/style>\n\n<!-- ROW 1 -->\n<div style=\"display:flex; gap:12px;\">\n  <div style=\"flex:1;\">\n    <div class='zcwf_row'>\n      <div class='zcwf_col_lab'><label for='Last_Name'>Full Name <span style='color:red;'>*<\/span><\/label><\/div>\n      <div class='zcwf_col_fld'><input type='text' id='Last_Name' name='Last Name' maxlength='80'><\/div>\n    <\/div>\n  <\/div>\n\n  <div style=\"flex:1;\">\n    <div class='zcwf_row'>\n      <div class='zcwf_col_lab'><label for='Email'>Email Address <span style='color:red;'>*<\/span><\/label><\/div>\n      <div class='zcwf_col_fld'><input type='text' ftype='email' id='Email' name='Email' maxlength='100'><\/div>\n    <\/div>\n  <\/div>\n<\/div>\n\n<!-- ROW 2 -->\n<div style=\"display:flex; gap:12px;\">\n  <div style=\"flex:1;\">\n    <div class='zcwf_row'>\n      <div class='zcwf_col_lab'><label for='Phone'>Mobile Phone Number <span style='color:red;'>*<\/span><\/label><\/div>\n      <div class='zcwf_col_fld'><input type='text' id='Phone' name='Phone' maxlength='30'><\/div>\n    <\/div>\n  <\/div>\n\n  <div style=\"flex:1;\">\n    <div class='zcwf_row'>\n      <div class='zcwf_col_lab'><label for='Mobile'>WhatsApp Number<\/label><\/div>\n      <div class='zcwf_col_fld'><input type='text' id='Mobile' name='Mobile' maxlength='30'><\/div>\n    <\/div>\n  <\/div>\n<\/div>\n\n<!-- REST (UNCHANGED) -->\n\n<div class='zcwf_row'>\n  <div class='zcwf_col_lab'><label for='LEADCF2'>Products you are interested in? <span style='color:red;'>*<\/span><\/label><\/div>\n  <div class='zcwf_col_fld'>\n    <select id='LEADCF2' name='LEADCF2'>\n      <option value='-None-'>-None-<\/option>\n      <option value='Turnkey'>Turnkey<\/option>\n      <option value='Casino Aggregator'>Agregador de Casino<\/option>\n      <option value='Bonus Engine'>Motor de Bonificaciones<\/option>\n      <option value='Sportsbook'>Sportsbook<\/option>\n      <option value='Live Casino'>Live Casino<\/option>\n      <option value='Casino Slots'>Casino Slots<\/option>\n      <option value='Other'>Other<\/option>\n    <\/select>\n  <\/div>\n<\/div>\n\n<div class='zcwf_row'>\n  <div class='zcwf_col_lab'><label for='Description'>Comments <span style='color:red;'>*<\/span><\/label><\/div>\n  <div class='zcwf_col_fld'>\n    <textarea id='Description' name='Description'><\/textarea>\n  <\/div>\n<\/div>\n\n<!-- CAPTCHA (RESTORED PROPERLY) -->\n<div class='zcwf_row'>\n  <div class='zcwf_col_lab' id='reCaptchaField'>Enter the Captcha<\/div>\n  <div class='zcwf_col_fld'>\n    <input type='text' id='captchaField916278000000881080' name='enterdigest' maxlength='10'\/>\n  <\/div>\n<\/div>\n\n<div class='zcwf_row'>\n  <div class='zcwf_col_lab'><\/div>\n  <div class='zcwf_col_fld'>\n    <img id='imgid916278000000881080' src='https:\/\/crm.zoho.eu\/crm\/CaptchaServlet?formId=3a02c93160314b1c224e3fde5aba5dd0aee9ab093753afa7673dce7ebf67467fe8fa39f4acb9b71769c1e7d1db84e570&grpid=89f2ca787b54b52e9401128a34008266b2c42123df8bb7c3d7aaa9c892786799'>\n    <a href='javascript:;' onclick='reloadImg916278000000881080();'>Reload<\/a>\n  <\/div>\n<\/div>\n\n<input type='submit' class='formsubmit zcwf_button' value='Submit'>\n<input type='reset' class='zcwf_button' value='Reset'>\n\n<\/form>\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>Contact Us We\u2019re&nbsp;dedicated&nbsp;to&nbsp;providing&nbsp;cutting-edge&nbsp;gambling&nbsp;products&nbsp;and&nbsp;solutions&nbsp;that&nbsp;power&nbsp;your&nbsp;business. Full Name * Email Address * Mobile Phone Number * WhatsApp Number Products you are interested in? * -None-TurnkeyCasino AggregatorBonus EngineSportsbookLive CasinoCasino SlotsOther Comments * Enter the Captcha Reload<\/p>","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"content-type":"","footnotes":""},"class_list":["post-6041","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v25.6 (Yoast SEO v25.6) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Contact Lynon iGaming &amp; SaaS | Best B2B solutions for iGaming<\/title>\n<meta name=\"description\" content=\"Get in touch with Lynon for reliable B2B iGaming and SaaS solutions. Let us help you raise your gambling business today!\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/lynon.com\/es\/contact-us\/\" \/>\n<meta property=\"og:locale\" content=\"es_ES\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Contact us\" \/>\n<meta property=\"og:description\" content=\"Get in touch with Lynon for reliable B2B iGaming and SaaS solutions. Let us help you raise your gambling business today!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/lynon.com\/es\/contact-us\/\" \/>\n<meta property=\"og:site_name\" content=\"Lynon\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/people\/Lynon\/61569023383759\/\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-23T09:51:33+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/crm.zoho.eu\/crm\/CaptchaServlet?formId=3a02c93160314b1c224e3fde5aba5dd0aee9ab093753afa7673dce7ebf67467fe8fa39f4acb9b71769c1e7d1db84e570&grpid=89f2ca787b54b52e9401128a34008266b2c42123df8bb7c3d7aaa9c892786799\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@Lynon_Official\" \/>\n<meta name=\"twitter:label1\" content=\"Tiempo de lectura\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minuto\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/lynon.com\/contact-us\/\",\"url\":\"https:\/\/lynon.com\/contact-us\/\",\"name\":\"Contact Lynon iGaming & SaaS | Best B2B solutions for iGaming\",\"isPartOf\":{\"@id\":\"https:\/\/lynon.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/lynon.com\/contact-us\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/lynon.com\/contact-us\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/crm.zoho.eu\/crm\/CaptchaServlet?formId=3a02c93160314b1c224e3fde5aba5dd0aee9ab093753afa7673dce7ebf67467fe8fa39f4acb9b71769c1e7d1db84e570&grpid=89f2ca787b54b52e9401128a34008266b2c42123df8bb7c3d7aaa9c892786799\",\"datePublished\":\"2024-09-19T20:47:33+00:00\",\"dateModified\":\"2026-04-23T09:51:33+00:00\",\"description\":\"Get in touch with Lynon for reliable B2B iGaming and SaaS solutions. Let us help you raise your gambling business today!\",\"breadcrumb\":{\"@id\":\"https:\/\/lynon.com\/contact-us\/#breadcrumb\"},\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/lynon.com\/contact-us\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\/\/lynon.com\/contact-us\/#primaryimage\",\"url\":\"https:\/\/crm.zoho.eu\/crm\/CaptchaServlet?formId=3a02c93160314b1c224e3fde5aba5dd0aee9ab093753afa7673dce7ebf67467fe8fa39f4acb9b71769c1e7d1db84e570&grpid=89f2ca787b54b52e9401128a34008266b2c42123df8bb7c3d7aaa9c892786799\",\"contentUrl\":\"https:\/\/crm.zoho.eu\/crm\/CaptchaServlet?formId=3a02c93160314b1c224e3fde5aba5dd0aee9ab093753afa7673dce7ebf67467fe8fa39f4acb9b71769c1e7d1db84e570&grpid=89f2ca787b54b52e9401128a34008266b2c42123df8bb7c3d7aaa9c892786799\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/lynon.com\/contact-us\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/lynon.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Contact us\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/lynon.com\/#website\",\"url\":\"https:\/\/lynon.com\/\",\"name\":\"Lynon IGaming software\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/lynon.com\/#organization\"},\"alternateName\":\"Linon IGaming software\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/lynon.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"es\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/lynon.com\/#organization\",\"name\":\"Lynon IGaming software\",\"alternateName\":\"Linon IGaming software\",\"url\":\"https:\/\/lynon.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\/\/lynon.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/lynon.com\/wp-content\/uploads\/2025\/03\/share.jpg\",\"contentUrl\":\"https:\/\/lynon.com\/wp-content\/uploads\/2025\/03\/share.jpg\",\"width\":1200,\"height\":630,\"caption\":\"Lynon IGaming software\"},\"image\":{\"@id\":\"https:\/\/lynon.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/people\/Lynon\/61569023383759\/\",\"https:\/\/x.com\/Lynon_Official\",\"https:\/\/www.linkedin.com\/company\/lynonofficial\/\"],\"description\":\"Lynon iGaming and SaaS Company delivering innovative solutions to your Online casino business.\",\"email\":\"info@lynon.com\",\"legalName\":\"Lynon iGaming\",\"numberOfEmployees\":{\"@type\":\"QuantitativeValue\",\"minValue\":\"51\",\"maxValue\":\"200\"}}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Contact Lynon iGaming & SaaS | Best B2B solutions for iGaming","description":"Get in touch with Lynon for reliable B2B iGaming and SaaS solutions. Let us help you raise your gambling business today!","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:\/\/lynon.com\/es\/contact-us\/","og_locale":"es_ES","og_type":"article","og_title":"Contact us","og_description":"Get in touch with Lynon for reliable B2B iGaming and SaaS solutions. Let us help you raise your gambling business today!","og_url":"https:\/\/lynon.com\/es\/contact-us\/","og_site_name":"Lynon","article_publisher":"https:\/\/www.facebook.com\/people\/Lynon\/61569023383759\/","article_modified_time":"2026-04-23T09:51:33+00:00","og_image":[{"url":"https:\/\/crm.zoho.eu\/crm\/CaptchaServlet?formId=3a02c93160314b1c224e3fde5aba5dd0aee9ab093753afa7673dce7ebf67467fe8fa39f4acb9b71769c1e7d1db84e570&grpid=89f2ca787b54b52e9401128a34008266b2c42123df8bb7c3d7aaa9c892786799","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_site":"@Lynon_Official","twitter_misc":{"Tiempo de lectura":"1 minuto"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/lynon.com\/contact-us\/","url":"https:\/\/lynon.com\/contact-us\/","name":"Contact Lynon iGaming & SaaS | Best B2B solutions for iGaming","isPartOf":{"@id":"https:\/\/lynon.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/lynon.com\/contact-us\/#primaryimage"},"image":{"@id":"https:\/\/lynon.com\/contact-us\/#primaryimage"},"thumbnailUrl":"https:\/\/crm.zoho.eu\/crm\/CaptchaServlet?formId=3a02c93160314b1c224e3fde5aba5dd0aee9ab093753afa7673dce7ebf67467fe8fa39f4acb9b71769c1e7d1db84e570&grpid=89f2ca787b54b52e9401128a34008266b2c42123df8bb7c3d7aaa9c892786799","datePublished":"2024-09-19T20:47:33+00:00","dateModified":"2026-04-23T09:51:33+00:00","description":"Get in touch with Lynon for reliable B2B iGaming and SaaS solutions. Let us help you raise your gambling business today!","breadcrumb":{"@id":"https:\/\/lynon.com\/contact-us\/#breadcrumb"},"inLanguage":"es","potentialAction":[{"@type":"ReadAction","target":["https:\/\/lynon.com\/contact-us\/"]}]},{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/lynon.com\/contact-us\/#primaryimage","url":"https:\/\/crm.zoho.eu\/crm\/CaptchaServlet?formId=3a02c93160314b1c224e3fde5aba5dd0aee9ab093753afa7673dce7ebf67467fe8fa39f4acb9b71769c1e7d1db84e570&grpid=89f2ca787b54b52e9401128a34008266b2c42123df8bb7c3d7aaa9c892786799","contentUrl":"https:\/\/crm.zoho.eu\/crm\/CaptchaServlet?formId=3a02c93160314b1c224e3fde5aba5dd0aee9ab093753afa7673dce7ebf67467fe8fa39f4acb9b71769c1e7d1db84e570&grpid=89f2ca787b54b52e9401128a34008266b2c42123df8bb7c3d7aaa9c892786799"},{"@type":"BreadcrumbList","@id":"https:\/\/lynon.com\/contact-us\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/lynon.com\/"},{"@type":"ListItem","position":2,"name":"Contact us"}]},{"@type":"WebSite","@id":"https:\/\/lynon.com\/#website","url":"https:\/\/lynon.com\/","name":"Lynon IGaming software","description":"","publisher":{"@id":"https:\/\/lynon.com\/#organization"},"alternateName":"Linon IGaming software","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/lynon.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"es"},{"@type":"Organization","@id":"https:\/\/lynon.com\/#organization","name":"Lynon IGaming software","alternateName":"Linon IGaming software","url":"https:\/\/lynon.com\/","logo":{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/lynon.com\/#\/schema\/logo\/image\/","url":"https:\/\/lynon.com\/wp-content\/uploads\/2025\/03\/share.jpg","contentUrl":"https:\/\/lynon.com\/wp-content\/uploads\/2025\/03\/share.jpg","width":1200,"height":630,"caption":"Lynon IGaming software"},"image":{"@id":"https:\/\/lynon.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/people\/Lynon\/61569023383759\/","https:\/\/x.com\/Lynon_Official","https:\/\/www.linkedin.com\/company\/lynonofficial\/"],"description":"Lynon iGaming and SaaS Company delivering innovative solutions to your Online casino business.","email":"info@lynon.com","legalName":"Lynon iGaming","numberOfEmployees":{"@type":"QuantitativeValue","minValue":"51","maxValue":"200"}}]}},"_links":{"self":[{"href":"https:\/\/lynon.com\/es\/wp-json\/wp\/v2\/pages\/6041","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/lynon.com\/es\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/lynon.com\/es\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/lynon.com\/es\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/lynon.com\/es\/wp-json\/wp\/v2\/comments?post=6041"}],"version-history":[{"count":0,"href":"https:\/\/lynon.com\/es\/wp-json\/wp\/v2\/pages\/6041\/revisions"}],"wp:attachment":[{"href":"https:\/\/lynon.com\/es\/wp-json\/wp\/v2\/media?parent=6041"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}