{"id":4877,"date":"2024-07-02T13:52:18","date_gmt":"2024-07-02T08:52:18","guid":{"rendered":"https:\/\/radiusxr.com\/merci-2\/"},"modified":"2025-08-19T14:41:30","modified_gmt":"2025-08-19T09:41:30","slug":"merci-2","status":"publish","type":"page","link":"https:\/\/radiusxr.com\/fr-ca\/merci-2\/","title":{"rendered":"Merci"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"4877\" class=\"elementor elementor-4877 elementor-2006\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-13227cd elementor-section-full_width elementor-hidden-mobile elementor-hidden-tablet elementor-section-height-default elementor-section-height-default\" data-id=\"13227cd\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-b9ccf2c\" data-id=\"b9ccf2c\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-35da457 elementor-section-full_width elementor-reverse-mobile elementor-section-height-default elementor-section-height-default\" data-id=\"35da457\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-4712316\" data-id=\"4712316\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-c18ff7e elementor-widget__width-inherit elementor-widget-tablet__width-initial elementor-widget elementor-widget-heading\" data-id=\"c18ff7e\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"><span style=\"letter-spacing: -3.5px;margin-right:3px\">Merci<\/span>de le t\u00e9l\u00e9charger!<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c75c0f1 elementor-widget elementor-widget-heading\" data-id=\"c75c0f1\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"><span style=\"letter-spacing: -1.8px;margin-right:2px\">L\u2019\u00e9tude<\/span>a \u00e9t\u00e9 envoy\u00e9e \u00e0 votre adresse courriel.<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b42f7d8 elementor-button-info elementor-align-left elementor-widget elementor-widget-button\" data-id=\"b42f7d8\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/radiusxr.com\/fr-ca\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Retourner \u00e0 la maison<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\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<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<div class=\"elementor-element elementor-element-8c9129e elementor-widget elementor-widget-html\" data-id=\"8c9129e\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<script>\/\/ Function to get the URL parameter by name\n        function getParameterByName(name, url = window.location.href) {\n            name = name.replace(\/[\\[\\]]\/g, '\\\\$&');\n            const regex = new RegExp('[?&]' + name + '(=([^&#]*)|&|#|$)'),\n                  results = regex.exec(url);\n            return results ? decodeURIComponent(results[2].replace(\/\\+\/g, ' ')) : null;\n        }\n\n        \/\/ Get the file_url parameter from the URL\n        const fileUrl = getParameterByName('file_url');\n\n        \/\/ Function to download the file as a blob to enforce download behavior\n        async function downloadFile(url) {\n            try {\n\n                \/\/ Create a temporary link element to download the blob as a file\n                const link = document.createElement('a');\n                link.href = (url);\n                \/\/ link.innerHTML='hello'\n                \/\/ link.target=\"_blank\"\n                link.download = 'downloaded-file.pdf'; \/\/ Specify a filename here\n                \/\/ link.style.display = 'none';\n                    document.body.appendChild(link);\n\nsetTimeout(()=>{\n                \/\/ link.click();\n                \/\/ document.body.removeChild(link);\n})\n            } catch (error) {\n                console.error(\"Failed to download the file:\", error);\n            }\n        }\n\n        \/\/ Trigger the download if file_url exists\n        if (fileUrl) {\n            downloadFile(fileUrl);\n        } else {\n            console.error(\"File URL parameter is missing.\");\n        }\n    <\/script>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-609c150 elementor-section-full_width elementor-hidden-mobile elementor-hidden-desktop elementor-section-height-default elementor-section-height-default\" data-id=\"609c150\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-9851009\" data-id=\"9851009\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-864f5cf elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"864f5cf\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-dd07c58\" data-id=\"dd07c58\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-83b155b elementor-widget__width-inherit elementor-widget-tablet__width-inherit elementor-widget elementor-widget-heading\" data-id=\"83b155b\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"><span style=\"letter-spacing: -3px;margin-right:3px\">Merci<\/span>pour <br>en cours de t\u00e9l\u00e9chargement!<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e0e5317 elementor-widget elementor-widget-heading\" data-id=\"e0e5317\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"><span style=\"letter-spacing: -1.8px;margin-right:2px\">L\u2019\u00e9tude<\/span>a \u00e9t\u00e9 envoy\u00e9e \u00e0 votre adresse courriel.<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-875f8bc elementor-button-info elementor-align-left elementor-widget elementor-widget-button\" data-id=\"875f8bc\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/radiusxr.com\/fr-ca\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Retourner \u00e0 la maison<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\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<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-07c5cf4 elementor-section-full_width elementor-hidden-desktop elementor-hidden-tablet elementor-section-height-default elementor-section-height-default\" data-id=\"07c5cf4\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-3a983de\" data-id=\"3a983de\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-8080837 elementor-section-full_width elementor-reverse-mobile elementor-section-height-default elementor-section-height-default\" data-id=\"8080837\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-d0ffb0d\" data-id=\"d0ffb0d\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-445ec44 elementor-widget elementor-widget-image\" data-id=\"445ec44\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"1560\" height=\"1614\" src=\"https:\/\/d36z7afrauovkx.cloudfront.net\/wp-content\/uploads\/2024\/07\/12101359\/RadiusXR-Board-and-Headset-for-Mobile.webp\" class=\"attachment-full size-full wp-image-4888\" alt=\"RadiusXR Board and Headset for Mobile\" srcset=\"https:\/\/d36z7afrauovkx.cloudfront.net\/wp-content\/uploads\/2024\/07\/12101359\/RadiusXR-Board-and-Headset-for-Mobile.webp 1560w, https:\/\/d36z7afrauovkx.cloudfront.net\/wp-content\/uploads\/2024\/07\/12101359\/RadiusXR-Board-and-Headset-for-Mobile-290x300.webp 290w, https:\/\/d36z7afrauovkx.cloudfront.net\/wp-content\/uploads\/2024\/07\/12101359\/RadiusXR-Board-and-Headset-for-Mobile-990x1024.webp 990w, https:\/\/d36z7afrauovkx.cloudfront.net\/wp-content\/uploads\/2024\/07\/12101359\/RadiusXR-Board-and-Headset-for-Mobile-768x795.webp 768w, https:\/\/d36z7afrauovkx.cloudfront.net\/wp-content\/uploads\/2024\/07\/12101359\/RadiusXR-Board-and-Headset-for-Mobile-1485x1536.webp 1485w\" sizes=\"(max-width: 1560px) 100vw, 1560px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-383b78d\" data-id=\"383b78d\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-7b83b92 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-widget elementor-widget-heading\" data-id=\"7b83b92\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"><span style=\"letter-spacing: -3px;margin-right:2px\">Merci<\/span>de le t\u00e9l\u00e9charger!<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-44373c0 elementor-widget elementor-widget-heading\" data-id=\"44373c0\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"><span style=\"letter-spacing: -1.08px;margin-right:2px\">L\u2019\u00e9tude<\/span>a \u00e9t\u00e9 envoy\u00e9e \u00e0 votre adresse courriel.<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6e04dca elementor-button-info elementor-align-left elementor-widget elementor-widget-button\" data-id=\"6e04dca\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/radiusxr.com\/fr-ca\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Retourner \u00e0 la maison<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\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<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Mercide le t\u00e9l\u00e9charger! L\u2019\u00e9tudea \u00e9t\u00e9 envoy\u00e9e \u00e0 votre adresse courriel. Retourner \u00e0 la maison Mercipour en cours de t\u00e9l\u00e9chargement! L\u2019\u00e9tudea \u00e9t\u00e9 envoy\u00e9e \u00e0 votre adresse courriel. Retourner \u00e0 la maison Mercide le t\u00e9l\u00e9charger! L\u2019\u00e9tudea \u00e9t\u00e9 envoy\u00e9e \u00e0 votre adresse courriel. Retourner \u00e0 la maison<\/p>\n","protected":false},"author":3,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-4877","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Merci d\u2019avoir visit\u00e9 RadiusXR | Diagnostics avanc\u00e9s de la vision<\/title>\n<meta name=\"description\" content=\"Nous vous remercions de l\u2019int\u00e9r\u00eat que vous portez \u00e0 RadiusXR, une plateforme de diagnostic avanc\u00e9e qui transforme la sant\u00e9 visuelle. Avec un logiciel intuitif et une conception portable, Radius \u00e9tablit la nouvelle norme en mati\u00e8re de soins de la vue.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/radiusxr.com\/fr-ca\/merci-2\/\" \/>\n<meta property=\"og:locale\" content=\"fr_CA\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Merci d\u2019avoir visit\u00e9 RadiusXR | Diagnostics avanc\u00e9s de la vision\" \/>\n<meta property=\"og:description\" content=\"Nous vous remercions de l\u2019int\u00e9r\u00eat que vous portez \u00e0 RadiusXR, une plateforme de diagnostic avanc\u00e9e qui transforme la sant\u00e9 visuelle. Avec un logiciel intuitif et une conception portable, Radius \u00e9tablit la nouvelle norme en mati\u00e8re de soins de la vue.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/radiusxr.com\/fr-ca\/merci-2\/\" \/>\n<meta property=\"og:site_name\" content=\"RadiusXR\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/radiuspleasanton\/\" \/>\n<meta property=\"article:modified_time\" content=\"2025-08-19T09:41:30+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/radiusxr.com\/wp-content\/uploads\/2024\/07\/RadiusXR-Board-and-Headset-for-Mobile.webp\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:title\" content=\"Merci d\u2019avoir visit\u00e9 RadiusXR | Diagnostics avanc\u00e9s de la vision\" \/>\n<meta name=\"twitter:description\" content=\"Nous vous remercions de l\u2019int\u00e9r\u00eat que vous portez \u00e0 RadiusXR, une plateforme de diagnostic avanc\u00e9e qui transforme la sant\u00e9 visuelle. Avec un logiciel intuitif et une conception portable, Radius \u00e9tablit la nouvelle norme en mati\u00e8re de soins de la vue.\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/radiusxr.com\\\/fr-ca\\\/merci-2\\\/\",\"url\":\"https:\\\/\\\/radiusxr.com\\\/fr-ca\\\/merci-2\\\/\",\"name\":\"Merci d\u2019avoir visit\u00e9 RadiusXR | Diagnostics avanc\u00e9s de la vision\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/radiusxr.com\\\/fr-ca\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/radiusxr.com\\\/fr-ca\\\/merci-2\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/radiusxr.com\\\/fr-ca\\\/merci-2\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/radiusxr.com\\\/wp-content\\\/uploads\\\/2024\\\/07\\\/RadiusXR-Board-and-Headset-for-Mobile.webp\",\"datePublished\":\"2024-07-02T08:52:18+00:00\",\"dateModified\":\"2025-08-19T09:41:30+00:00\",\"description\":\"Nous vous remercions de l\u2019int\u00e9r\u00eat que vous portez \u00e0 RadiusXR, une plateforme de diagnostic avanc\u00e9e qui transforme la sant\u00e9 visuelle. Avec un logiciel intuitif et une conception portable, Radius \u00e9tablit la nouvelle norme en mati\u00e8re de soins de la vue.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/radiusxr.com\\\/fr-ca\\\/merci-2\\\/#breadcrumb\"},\"inLanguage\":\"fr-CA\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/radiusxr.com\\\/fr-ca\\\/merci-2\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-CA\",\"@id\":\"https:\\\/\\\/radiusxr.com\\\/fr-ca\\\/merci-2\\\/#primaryimage\",\"url\":\"https:\\\/\\\/radiusxr.com\\\/wp-content\\\/uploads\\\/2024\\\/07\\\/RadiusXR-Board-and-Headset-for-Mobile.webp\",\"contentUrl\":\"https:\\\/\\\/radiusxr.com\\\/wp-content\\\/uploads\\\/2024\\\/07\\\/RadiusXR-Board-and-Headset-for-Mobile.webp\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/radiusxr.com\\\/fr-ca\\\/merci-2\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/radiusxr.com\\\/fr-ca\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Merci\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/radiusxr.com\\\/fr-ca\\\/#website\",\"url\":\"https:\\\/\\\/radiusxr.com\\\/fr-ca\\\/\",\"name\":\"RadiusXR\",\"description\":\"See more opportunities\",\"publisher\":{\"@id\":\"https:\\\/\\\/radiusxr.com\\\/fr-ca\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/radiusxr.com\\\/fr-ca\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"fr-CA\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/radiusxr.com\\\/fr-ca\\\/#organization\",\"name\":\"RadiusXR\",\"url\":\"https:\\\/\\\/radiusxr.com\\\/fr-ca\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-CA\",\"@id\":\"https:\\\/\\\/radiusxr.com\\\/fr-ca\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/radiusxr.com\\\/wp-content\\\/uploads\\\/2024\\\/05\\\/Radius-XR-Logo-4x.png\",\"contentUrl\":\"https:\\\/\\\/radiusxr.com\\\/wp-content\\\/uploads\\\/2024\\\/05\\\/Radius-XR-Logo-4x.png\",\"width\":475,\"height\":192,\"caption\":\"RadiusXR\"},\"image\":{\"@id\":\"https:\\\/\\\/radiusxr.com\\\/fr-ca\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/radiuspleasanton\\\/\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/radius-xr\",\"https:\\\/\\\/www.instagram.com\\\/radius_inc\\\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Merci d\u2019avoir visit\u00e9 RadiusXR | Diagnostics avanc\u00e9s de la vision","description":"Nous vous remercions de l\u2019int\u00e9r\u00eat que vous portez \u00e0 RadiusXR, une plateforme de diagnostic avanc\u00e9e qui transforme la sant\u00e9 visuelle. Avec un logiciel intuitif et une conception portable, Radius \u00e9tablit la nouvelle norme en mati\u00e8re de soins de la vue.","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:\/\/radiusxr.com\/fr-ca\/merci-2\/","og_locale":"fr_CA","og_type":"article","og_title":"Merci d\u2019avoir visit\u00e9 RadiusXR | Diagnostics avanc\u00e9s de la vision","og_description":"Nous vous remercions de l\u2019int\u00e9r\u00eat que vous portez \u00e0 RadiusXR, une plateforme de diagnostic avanc\u00e9e qui transforme la sant\u00e9 visuelle. Avec un logiciel intuitif et une conception portable, Radius \u00e9tablit la nouvelle norme en mati\u00e8re de soins de la vue.","og_url":"https:\/\/radiusxr.com\/fr-ca\/merci-2\/","og_site_name":"RadiusXR","article_publisher":"https:\/\/www.facebook.com\/radiuspleasanton\/","article_modified_time":"2025-08-19T09:41:30+00:00","og_image":[{"url":"https:\/\/radiusxr.com\/wp-content\/uploads\/2024\/07\/RadiusXR-Board-and-Headset-for-Mobile.webp","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_title":"Merci d\u2019avoir visit\u00e9 RadiusXR | Diagnostics avanc\u00e9s de la vision","twitter_description":"Nous vous remercions de l\u2019int\u00e9r\u00eat que vous portez \u00e0 RadiusXR, une plateforme de diagnostic avanc\u00e9e qui transforme la sant\u00e9 visuelle. Avec un logiciel intuitif et une conception portable, Radius \u00e9tablit la nouvelle norme en mati\u00e8re de soins de la vue.","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/radiusxr.com\/fr-ca\/merci-2\/","url":"https:\/\/radiusxr.com\/fr-ca\/merci-2\/","name":"Merci d\u2019avoir visit\u00e9 RadiusXR | Diagnostics avanc\u00e9s de la vision","isPartOf":{"@id":"https:\/\/radiusxr.com\/fr-ca\/#website"},"primaryImageOfPage":{"@id":"https:\/\/radiusxr.com\/fr-ca\/merci-2\/#primaryimage"},"image":{"@id":"https:\/\/radiusxr.com\/fr-ca\/merci-2\/#primaryimage"},"thumbnailUrl":"https:\/\/radiusxr.com\/wp-content\/uploads\/2024\/07\/RadiusXR-Board-and-Headset-for-Mobile.webp","datePublished":"2024-07-02T08:52:18+00:00","dateModified":"2025-08-19T09:41:30+00:00","description":"Nous vous remercions de l\u2019int\u00e9r\u00eat que vous portez \u00e0 RadiusXR, une plateforme de diagnostic avanc\u00e9e qui transforme la sant\u00e9 visuelle. Avec un logiciel intuitif et une conception portable, Radius \u00e9tablit la nouvelle norme en mati\u00e8re de soins de la vue.","breadcrumb":{"@id":"https:\/\/radiusxr.com\/fr-ca\/merci-2\/#breadcrumb"},"inLanguage":"fr-CA","potentialAction":[{"@type":"ReadAction","target":["https:\/\/radiusxr.com\/fr-ca\/merci-2\/"]}]},{"@type":"ImageObject","inLanguage":"fr-CA","@id":"https:\/\/radiusxr.com\/fr-ca\/merci-2\/#primaryimage","url":"https:\/\/radiusxr.com\/wp-content\/uploads\/2024\/07\/RadiusXR-Board-and-Headset-for-Mobile.webp","contentUrl":"https:\/\/radiusxr.com\/wp-content\/uploads\/2024\/07\/RadiusXR-Board-and-Headset-for-Mobile.webp"},{"@type":"BreadcrumbList","@id":"https:\/\/radiusxr.com\/fr-ca\/merci-2\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/radiusxr.com\/fr-ca\/"},{"@type":"ListItem","position":2,"name":"Merci"}]},{"@type":"WebSite","@id":"https:\/\/radiusxr.com\/fr-ca\/#website","url":"https:\/\/radiusxr.com\/fr-ca\/","name":"RadiusXR","description":"See more opportunities","publisher":{"@id":"https:\/\/radiusxr.com\/fr-ca\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/radiusxr.com\/fr-ca\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"fr-CA"},{"@type":"Organization","@id":"https:\/\/radiusxr.com\/fr-ca\/#organization","name":"RadiusXR","url":"https:\/\/radiusxr.com\/fr-ca\/","logo":{"@type":"ImageObject","inLanguage":"fr-CA","@id":"https:\/\/radiusxr.com\/fr-ca\/#\/schema\/logo\/image\/","url":"https:\/\/radiusxr.com\/wp-content\/uploads\/2024\/05\/Radius-XR-Logo-4x.png","contentUrl":"https:\/\/radiusxr.com\/wp-content\/uploads\/2024\/05\/Radius-XR-Logo-4x.png","width":475,"height":192,"caption":"RadiusXR"},"image":{"@id":"https:\/\/radiusxr.com\/fr-ca\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/radiuspleasanton\/","https:\/\/www.linkedin.com\/company\/radius-xr","https:\/\/www.instagram.com\/radius_inc\/"]}]}},"_links":{"self":[{"href":"https:\/\/radiusxr.com\/fr-ca\/wp-json\/wp\/v2\/pages\/4877","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/radiusxr.com\/fr-ca\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/radiusxr.com\/fr-ca\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/radiusxr.com\/fr-ca\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/radiusxr.com\/fr-ca\/wp-json\/wp\/v2\/comments?post=4877"}],"version-history":[{"count":0,"href":"https:\/\/radiusxr.com\/fr-ca\/wp-json\/wp\/v2\/pages\/4877\/revisions"}],"wp:attachment":[{"href":"https:\/\/radiusxr.com\/fr-ca\/wp-json\/wp\/v2\/media?parent=4877"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}