-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
62 lines (53 loc) · 2.25 KB
/
index.html
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Guhan SenSam</title>
<meta name="description" content="Guhan SenSam - Mobile Application Developer" />
<meta name="keywords" content="Guhan SenSam, Mobile Development, Apps, Mobile, Web Development, Portfolio" />
<meta name="author" content="Guhan SenSam" />
<!-- Open Graph for Social Media -->
<meta property="og:title" content="Guhan SenSam - Mobile Application Developer" />
<meta property="og:description" content="Check out my portfolio and projects" />
<meta property="og:image" content="https://guhansensam.com/me.webp" />
<meta property="og:url" content="https://guhansensam.com" />
<meta property="og:type" content="website" />
<!-- Twitter Card -->
<meta name="twitter:card" content="https://guhansensam.com/me.webp" />
<meta name="twitter:title" content="Guhan SenSam - Mobile Application Developer" />
<meta name="twitter:description" content="Check out my portfolio and projects" />
<meta name="twitter:image" content="/logo.jpg" />
<!-- Canonical URL -->
<link rel="canonical" href="https://guhansensam.com" />
<!-- Favicon & Theme Color -->
<link rel="icon" type="image/svg+xml" href="/logo.jpg" />
<meta name="theme-color" content="#000000" />
<!-- Preconnect for Performance -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css2?family=Inter:[email protected]&display=swap" rel="stylesheet">
<!-- JSON-LD Structured Data for SEO -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Person",
"name": "Guhan SenSam",
"url": "https://guhansensam.com",
"jobTitle": "Mobile Developer",
"image": "https://guhansensam.com/me.webp",
"sameAs": [
"https://www.linkedin.com/in/guhan-sambandam",
"https://github.com/Guhan-SenSam",
"https://x.com/GSensam",
"https://www.instagram.com/guhan_sensam/",
]
}
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>