143 lines
4.8 KiB
HTML
143 lines
4.8 KiB
HTML
<!doctype html>
|
|
<html lang="es">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<meta
|
|
name="description"
|
|
content="Clínicas de la Frontera ofrece atención médica de alta calidad en Mazatlán y CDMX. Servicios de medicina general, especialidades, y terapia de infusión."
|
|
/>
|
|
<meta
|
|
name="keywords"
|
|
content="Clínica, Mazatlán, CDMX, Medicina General, Especialistas, Terapia de Infusión, Salud, Doctor, Hospital"
|
|
/>
|
|
<meta name="author" content="Clínicas de la Frontera" />
|
|
<meta name="robots" content="index, follow" />
|
|
<link rel="canonical" href="https://clinicasdelafrontera.com/" />
|
|
|
|
<!-- Open Graph / Facebook -->
|
|
<meta property="og:type" content="website" />
|
|
<meta property="og:url" content="https://clinicasdelafrontera.com/" />
|
|
<meta
|
|
property="og:title"
|
|
content="Clínicas de la Frontera - Atención Médica de Calidad"
|
|
/>
|
|
<meta
|
|
property="og:description"
|
|
content="Atención médica accesible y profesional para toda la familia. Visítanos en nuestras sucursales de Mazatlán y CDMX."
|
|
/>
|
|
<meta
|
|
property="og:image"
|
|
content="https://clinicasdelafrontera.com/CLINICAS_LOGO.webp"
|
|
/>
|
|
<meta property="og:locale" content="es_MX" />
|
|
|
|
<!-- Twitter -->
|
|
<meta property="twitter:card" content="summary_large_image" />
|
|
<meta property="twitter:url" content="https://clinicasdelafrontera.com/" />
|
|
<meta
|
|
property="twitter:title"
|
|
content="Clínicas de la Frontera - Atención Médica de Calidad"
|
|
/>
|
|
<meta
|
|
property="twitter:description"
|
|
content="Atención médica accesible y profesional para toda la familia. Visítanos en nuestras sucursales de Mazatlán y CDMX."
|
|
/>
|
|
<meta
|
|
property="twitter:image"
|
|
content="https://clinicasdelafrontera.com/CLINICAS_LOGO.webp"
|
|
/>
|
|
|
|
<!-- Structured Data (JSON-LD) -->
|
|
<script type="application/ld+json">
|
|
{
|
|
"@context": "https://schema.org",
|
|
"@type": "MedicalOrganization",
|
|
"name": "Clínicas de la Frontera",
|
|
"url": "https://clinicasdelafrontera.com",
|
|
"logo": "https://clinicasdelafrontera.com/CLINICAS_LOGO.webp",
|
|
"contactPoint": [
|
|
{
|
|
"@type": "ContactPoint",
|
|
"email": "administracion.mazatlan@clinicasdelafrontera.com",
|
|
"contactType": "customer service",
|
|
"areaServed": "Mazatlán"
|
|
},
|
|
{
|
|
"@type": "ContactPoint",
|
|
"email": "administracion.cdmx@clinicasdelafrontera.com",
|
|
"contactType": "customer service",
|
|
"areaServed": "CDMX"
|
|
}
|
|
],
|
|
"department": [
|
|
{
|
|
"@type": "MedicalClinic",
|
|
"name": "Sucursal Mazatlán",
|
|
"address": {
|
|
"@type": "PostalAddress",
|
|
"streetAddress": "Avenida Rafael Buelna Tenorio 202, Local 16-B",
|
|
"addressLocality": "Mazatlán",
|
|
"addressRegion": "Sinaloa",
|
|
"postalCode": "82126",
|
|
"addressCountry": "MX"
|
|
}
|
|
},
|
|
{
|
|
"@type": "MedicalClinic",
|
|
"name": "Sucursal CDMX",
|
|
"address": {
|
|
"@type": "PostalAddress",
|
|
"streetAddress": "Calle Chicontepec 78 y Diagonal Patriotismo, Colonia Hipódromo Condesa",
|
|
"addressLocality": "Cuauhtémoc",
|
|
"addressRegion": "CDMX",
|
|
"postalCode": "06170",
|
|
"addressCountry": "MX"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
</script>
|
|
|
|
<title>Clínicas de la Frontera - Atención Médica Integral</title>
|
|
<link rel="icon" type="image/x-icon" href="/FRONTERA.ico" />
|
|
<script src="https://cdn.tailwindcss.com"></script>
|
|
<link
|
|
href="https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;1,400&family=Lato:wght@300;400;700&display=swap"
|
|
rel="stylesheet"
|
|
/>
|
|
|
|
<script>
|
|
tailwind.config = {
|
|
theme: {
|
|
extend: {
|
|
colors: {
|
|
"clinic-blue": "#1e3a8a",
|
|
"clinic-light": "#3b82f6",
|
|
"clinic-gray": "#f8f9fa",
|
|
},
|
|
fontFamily: {
|
|
serif: ['"Playfair Display"', "serif"],
|
|
sans: ['"Lato"', "sans-serif"],
|
|
},
|
|
},
|
|
},
|
|
};
|
|
</script>
|
|
<style>
|
|
.no-scrollbar::-webkit-scrollbar {
|
|
display: none;
|
|
}
|
|
.no-scrollbar {
|
|
-ms-overflow-style: none;
|
|
scrollbar-width: none;
|
|
}
|
|
</style>
|
|
<script type="module" crossorigin src="/assets/index-D4_duhbs.js"></script>
|
|
</head>
|
|
<body class="bg-white text-gray-700 antialiased">
|
|
<div id="root"></div>
|
|
|
|
|
|
</body>
|
|
</html>
|