-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (23 loc) · 1.45 KB
/
index.html
File metadata and controls
27 lines (23 loc) · 1.45 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>ResumeAI - Smart Resume Analyzer & Job Matcher</title>
<meta name="description" content="Analyze your resume against job descriptions with AI-powered insights. Get match scores, skill gap analysis, and actionable suggestions to land your dream job." />
<meta name="author" content="ResumeAI" />
<meta name="keywords" content="resume analyzer, job matcher, ATS checker, resume score, career tools" />
<meta property="og:title" content="ResumeAI - Smart Resume Analyzer & Job Matcher" />
<meta property="og:description" content="Get AI-powered resume analysis with match scores, skill gaps, and improvement suggestions." />
<meta property="og:type" content="website" />
<meta property="og:image" content="https://plus.unsplash.com/premium_vector-1682299257648-a19f5879e226?w=352&dpr=2&h=367&auto=format&fit=crop&q=60&ixlib=rb-4.1.0" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@ResumeAI" />
<meta name="twitter:image" content="https://plus.unsplash.com/premium_vector-1682299257648-a19f5879e226?w=352&dpr=2&h=367&auto=format&fit=crop&q=60&ixlib=rb-4.1.0" />
<link rel="canonical" href="https://resumeai.app" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>