-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
53 lines (47 loc) · 2.68 KB
/
index.html
File metadata and controls
53 lines (47 loc) · 2.68 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>MindCare AI - AI-Powered Mental Health Assessment & Support</title>
<meta name="description" content="Get personalized mental health insights with our comprehensive AI-driven screening tool. Take the first step towards better mental wellness with professional recommendations and resources." />
<meta name="keywords" content="mental health, AI assessment, wellness screening, anxiety, depression, stress management, mental health support" />
<meta name="author" content="Aniruddha Adak" />
<meta name="robots" content="index, follow" />
<link rel="canonical" href="https://mindcare-ai.lovable.app" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://mindcare-ai.lovable.app" />
<meta property="og:title" content="MindCare AI - AI-Powered Mental Health Assessment" />
<meta property="og:description" content="Comprehensive AI-driven mental health screening tool with personalized insights and professional recommendations." />
<meta property="og:image" content="https://images.unsplash.com/photo-1559757148-5c350d0d3c56?w=1200&h=630&fit=crop" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://mindcare-ai.lovable.app" />
<meta property="twitter:title" content="MindCare AI - AI-Powered Mental Health Assessment" />
<meta property="twitter:description" content="Comprehensive AI-driven mental health screening tool with personalized insights and professional recommendations." />
<meta property="twitter:image" content="https://images.unsplash.com/photo-1559757148-5c350d0d3c56?w=1200&h=630&fit=crop" />
<!-- Favicon -->
<link rel="icon" href="https://images.unsplash.com/photo-1559757148-5c350d0d3c56?w=32&h=32&fit=crop" type="image/png" />
<link rel="apple-touch-icon" href="https://images.unsplash.com/photo-1559757148-5c350d0d3c56?w=180&h=180&fit=crop" />
<!-- Schema.org structured data -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebApplication",
"name": "MindCare AI",
"description": "AI-powered mental health assessment and support platform",
"url": "https://mindcare-ai.lovable.app",
"applicationCategory": "HealthApplication",
"author": {
"@type": "Person",
"name": "Aniruddha Adak"
}
}
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>