|
5 | 5 | <link rel="icon" href="%PUBLIC_URL%/favicon.png" />
|
6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1" />
|
7 | 7 | <meta name="theme-color" content="#000000" />
|
8 |
| - <meta |
9 |
| - name="description" |
10 |
| - content="Med-Space: Revolutionizing healthcare appointments. Skip long queues, book your medical consultations quickly and easily. Efficient OPD management for patients and healthcare providers." |
11 |
| - /> |
12 |
| - <meta name="keywords" content="healthcare, appointments, OPD, queue management, medical consultations, Med-Space" /> |
13 |
| - <meta name="author" content="Luson Basumatary" /> |
| 8 | + |
| 9 | + <!-- SEO Metadata --> |
| 10 | + <meta name="description" content="Med-Space: No more waiting in long queues. Get fast, reliable access to healthcare services." /> |
| 11 | + <meta name="keywords" content="healthcare, online healthcare services, no waiting, fast medical services, reliable healthcare, medical appointments" /> |
14 | 12 | <meta name="robots" content="index, follow" />
|
15 |
| - <link rel="canonical" href="https://www.med-space.com" /> |
| 13 | + <link rel="canonical" href="https://med-space.vercel.app" /> |
| 14 | + |
| 15 | + <!-- Open Graph Metadata for Social Media --> |
| 16 | + <meta property="og:title" content="Med-Space - Fast and Reliable Healthcare Services" /> |
| 17 | + <meta property="og:description" content="No more waiting in long queues. Access healthcare services online with Medi-Connect." /> |
| 18 | + <meta property="og:image" content="%PUBLIC_URL%/logo.png" /> |
| 19 | + <meta property="og:url" content="https://med-space.vercel.app" /> |
| 20 | + <meta property="og:type" content="website" /> |
| 21 | + |
| 22 | + <!-- Twitter Card Metadata --> |
| 23 | + <meta name="twitter:card" content="summary_large_image" /> |
| 24 | + <meta name="twitter:title" content="Med-Space - Fast and Reliable Healthcare Services" /> |
| 25 | + <meta name="twitter:description" content="No more waiting in long queues. Access healthcare services online with Medi-Connect." /> |
| 26 | + <meta name="twitter:image" content="%PUBLIC_URL%/logo.png" /> |
| 27 | + |
| 28 | + <!-- Manifest and Icons --> |
16 | 29 | <link rel="apple-touch-icon" href="%PUBLIC_URL%/logo.png" />
|
17 | 30 | <link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
|
18 |
| - <title>Med-Space | Efficient Healthcare Appointments & Queue Management</title> |
19 |
| - |
20 |
| - <meta property="og:type" content="website" /> |
21 |
| - <meta property="og:url" content="https://med-space.vercel.app" /> |
22 |
| - <meta property="og:title" content="Med-Space | Efficient Healthcare Appointments" /> |
23 |
| - <meta property="og:description" content="Skip long queues and book your medical consultations quickly with Med-Space. Revolutionizing OPD management for patients and healthcare providers." /> |
24 |
| - <meta property="og:image" content="%PUBLIC_URL%/logo.png" /> |
25 |
| - <meta property="og:image:alt" content="Med-Space Logo" /> |
| 31 | + <title>Med-Space | Fast & Reliable Healthcare Services Online</title> |
26 | 32 |
|
27 |
| - <meta property="twitter:card" content="summary_large_image" /> |
28 |
| - <meta property="twitter:url" content="https://med-space.vercel.app" /> |
29 |
| - <meta property="twitter:title" content="Med-Space | Efficient Healthcare Appointments" /> |
30 |
| - <meta property="twitter:description" content="Skip long queues and book your medical consultations quickly with Med-Space. Revolutionizing OPD management for patients and healthcare providers." /> |
31 |
| - <meta property="twitter:image" content="%PUBLIC_URL%/logo.png" /> |
32 |
| - <meta property="twitter:image:alt" content="Med-Space Logo" /> |
33 |
| - |
34 | 33 | <script type="application/ld+json">
|
35 | 34 | {
|
36 | 35 | "@context": "https://schema.org",
|
|
0 commit comments