-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
34 lines (30 loc) · 1.89 KB
/
Copy pathindex.html
File metadata and controls
34 lines (30 loc) · 1.89 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Essential Meta Tags -->
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<!-- Primary SEO Meta Tags -->
<title>AI vCard Guide: Create Smart Digital Business Cards with AI</title>
<meta name="description" content="Learn how AI can transform your vCards into powerful networking tools. Generate, customize, and share digital business cards effortlessly with AI." />
<meta name="keywords" content="AI vCard, digital business card, smart vCard, AI networking tools, contact sharing, QR code vCard, virtual business card" />
<meta name="author" content="YourBrand" />
<meta name="robots" content="index, follow" />
<!-- Open Graph / Social Media Meta Tags -->
<meta property="og:title" content="AI vCard Guide: Create Smart Digital Business Cards with AI" />
<meta property="og:description" content="Transform your networking with AI-powered vCards. Generate, customize, and share digital business cards in seconds." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://yourdomain.com/ai-vcard-guide" />
<meta property="og:image" content="https://yourdomain.com/images/ai-vcard-preview.jpg" />
<!-- Twitter Card Meta Tags -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="AI vCard Guide: Create Smart Digital Business Cards with AI" />
<meta name="twitter:description" content="Transform your networking with AI-powered vCards. Generate, customize, and share digital business cards in seconds." />
<meta name="twitter:image" content="https://yourdomain.com/images/ai-vcard-preview.jpg" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>