Skip to content

Commit 3c29186

Browse files
authored
Merge pull request #182 from shibasarkar/develop
Create Open-Graph Image and Twitter-Image
2 parents fb83c9f + af83f7a commit 3c29186

File tree

3 files changed

+17
-18
lines changed

3 files changed

+17
-18
lines changed

client/public/6.jpeg

26.2 KB
Loading

client/public/apple-touch.png

8.25 KB
Loading

client/public/index.html

+17-18
Original file line numberDiff line numberDiff line change
@@ -10,26 +10,25 @@
1010
<meta name="description" content="Med-Space: No more waiting in long queues. Get fast, reliable access to healthcare services." />
1111
<meta name="keywords" content="healthcare, online healthcare services, no waiting, fast medical services, reliable healthcare, medical appointments" />
1212
<meta name="robots" content="index, follow" />
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 -->
29-
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo.png" />
13+
<link rel="canonical" href="https://www.med-space.com" />
14+
<link rel="apple-touch-icon" href="%PUBLIC_URL%/apple-touch.png" />
3015
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
31-
<title>Med-Space | Fast & Reliable Healthcare Services Online</title>
16+
<title>Med-Space | Efficient Healthcare Appointments & Queue Management</title>
3217

18+
<meta property="og:type" content="website" />
19+
<meta property="og:url" content="https://med-space.vercel.app" />
20+
<meta property="og:title" content="Med-Space | Efficient Healthcare Appointments" />
21+
<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." />
22+
<meta property="og:image" content="%PUBLIC_URL%/6.jpeg" />
23+
<meta property="og:image:alt" content="Med-Space Logo" />
24+
25+
<meta property="twitter:card" content="summary_large_image" />
26+
<meta property="twitter:url" content="https://med-space.vercel.app" />
27+
<meta property="twitter:title" content="MedSpace Efficient Healthcare Appointments" />
28+
<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." />
29+
<meta property="twitter:image" content="%PUBLIC_URL%/6.png" />
30+
<meta property="twitter:image:alt" content="Med-Space Logo" />
31+
3332
<script type="application/ld+json">
3433
{
3534
"@context": "https://schema.org",

0 commit comments

Comments
 (0)