function injectStructuredData() { const ld = { "@context":"https://schema.org", "@type":"MedicalClinic", "name": TENANT.name, "telephone": TENANT.phone||WS.phone||undefined, "email": TENANT.email||WS.email||undefined, "address": TENANT.address||WS.address||undefined, "image": WS.logo_url||TENANT.logo_url||undefined, }; const s = document.createElement('script'); s.type = 'application/ld+json'; s.textContent = JSON.stringify(ld); document.head.appendChild(s); }
Sign in to access your health records