-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathindex.html
More file actions
41 lines (41 loc) · 2.03 KB
/
index.html
File metadata and controls
41 lines (41 loc) · 2.03 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>InterviewAce - AI-Powered Interview Preparation</title>
<meta name="description" content="Master your interview skills with AI-powered feedback, practice questions, and personalized evaluation." />
<meta name="keywords" content="interview, practice, questions, technical, behavioral, system design, AI, job, preparation, coding, software engineering" />
<link rel="canonical" href="https://yourdomain.com/" />
<!-- Open Graph Meta Tags -->
<meta property="og:title" content="InterviewAce - AI-Powered Interview Preparation" />
<meta property="og:description" content="Master your interview skills with AI-powered feedback, practice questions, and personalized evaluation." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://yourdomain.com/" />
<meta property="og:image" content="https://yourdomain.com/og-image.png" />
<!-- Twitter Card Meta Tags -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="InterviewAce - AI-Powered Interview Preparation" />
<meta name="twitter:description" content="Master your interview skills with AI-powered feedback, practice questions, and personalized evaluation." />
<meta name="twitter:image" content="https://yourdomain.com/og-image.png" />
<!-- Structured Data (JSON-LD) -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "InterviewAce",
"url": "https://yourdomain.com/",
"logo": "https://yourdomain.com/logo.png",
"sameAs": [
"https://twitter.com/yourprofile",
"https://www.linkedin.com/company/yourcompany/"
]
}
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>