-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
44 lines (39 loc) · 2.62 KB
/
Copy pathindex.html
File metadata and controls
44 lines (39 loc) · 2.62 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
<!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>LinkMind AI | Smart Link Intelligence & Realtime Analytics</title>
<meta name="title" content="LinkMind AI | Smart Link Intelligence & Realtime Analytics" />
<meta name="description" content="AI-powered URL shortener with realtime analytics, Gemini-driven traffic insights, live visitor tracking, campaign management, and enterprise-grade security. Built on the MERN stack with TypeScript." />
<meta name="keywords" content="URL shortener, link analytics, AI analytics, realtime tracking, Socket.IO, MERN stack, React, Node.js, MongoDB, link management, SaaS, campaign analytics" />
<meta name="author" content="Naresh Kamarthy" />
<meta name="robots" content="index, follow" />
<meta name="theme-color" content="#6366f1" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://linkmind-ai.vercel.app/" />
<meta property="og:title" content="LinkMind AI — AI URL Intelligence & Realtime Analytics Platform" />
<meta property="og:description" content="Enterprise-grade URL shortener powered by Gemini AI with realtime Socket.IO analytics, campaign management, QR generation, and live visitor tracking." />
<meta property="og:image" content="/favicon.svg" />
<meta property="og:site_name" content="LinkMind AI" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://linkmind-ai.vercel.app/" />
<meta property="twitter:title" content="LinkMind AI — AI URL Intelligence & Realtime Analytics Platform" />
<meta property="twitter:description" content="Enterprise-grade URL shortener powered by Gemini AI with realtime Socket.IO analytics, campaign management, QR generation, and live visitor tracking." />
<meta property="twitter:image" content="/favicon.svg" />
<!-- Favicon -->
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="apple-touch-icon" href="/favicon.svg" />
<!-- Google Fonts: Space Grotesk + Inter -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Space+Grotesk:wght@400;500;600;700&display=swap" rel="stylesheet" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>