-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
39 lines (34 loc) · 2.02 KB
/
index.html
File metadata and controls
39 lines (34 loc) · 2.02 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Primary Meta Tags -->
<title>ClientScout - AI-Powered Freelance Lead Finder</title>
<meta name="title" content="ClientScout - AI-Powered Freelance Lead Finder" />
<meta name="description" content="Find high-quality freelance leads with AI. ClientScout scans platforms, matches opportunities to your skills, and generates personalized proposals automatically." />
<meta name="keywords" content="freelance leads, AI proposals, client finder, freelance opportunities, Upwork, Fiverr, freelancer" />
<meta name="author" content="ClientScout" />
<meta name="robots" content="index, follow" />
<link rel="canonical" href="https://clientscout.app" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://clientscout.app" />
<meta property="og:title" content="ClientScout - AI-Powered Freelance Lead Finder" />
<meta property="og:description" content="Find high-quality freelance leads with AI. Scan platforms, match opportunities, and generate proposals automatically." />
<meta property="og:image" content="https://clientscout.app/og-image.png" />
<meta property="og:site_name" content="ClientScout" />
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:url" content="https://clientscout.app" />
<meta name="twitter:title" content="ClientScout - AI-Powered Freelance Lead Finder" />
<meta name="twitter:description" content="Find high-quality freelance leads with AI. Scan platforms, match opportunities, and generate proposals automatically." />
<meta name="twitter:image" content="https://clientscout.app/og-image.png" />
<!-- Theme Color -->
<meta name="theme-color" content="#6366f1" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>