-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
67 lines (61 loc) · 2.32 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
63
64
65
66
67
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Primary Metadata -->
<title>Shubham Sharma | Full Stack Developer Portfolio</title>
<meta
name="description"
content="Explore Shubham Sharma's personal portfolio showcasing projects, skills, and experiences as a full stack developer with expertise in web development technologies."
/>
<!-- Open Graph Metadata -->
<meta
property="og:title"
content="Shubham Sharma | Full-Stack Developer Portfolio"
/>
<meta
property="og:description"
content="Dive into Shubham Sharma's projects and experiences, highlighting expertise in building modern, responsive websites."
/>
<meta property="og:image" content="src/assets/portfolio-thumbnail.png" />
<meta property="og:url" content="https://your-portfolio-url.com" />
<meta property="og:type" content="website" />
<!-- Twitter Card Metadata -->
<meta name="twitter:card" content="summary_large_image" />
<meta
name="twitter:title"
content="Shubham Sharma | Full-stack Developer Portfolio"
/>
<meta
name="twitter:description"
content="Discover Shubham Sharma's web development journey and project portfolio."
/>
<meta name="twitter:image" content="src/assets/portfolio-thumbnail.png" />
<!-- Favicon -->
<link rel="icon" type="image/png" href="src/assets/myLogo.png" />
<!-- Schema.org Metadata -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Person",
"name": "Shubham Sharma",
"url": "https://portfolio-shubham888s-projects.vercel.app/",
"sameAs": [
"https://www.linkedin.com/in/shubhamsharma/",
"https://github.com/shubham4672"
],
"jobTitle": "Full-Stack Developer",
"image": "src/assets/portfolio-thumbnail.png",
"description": "A passionate full stack developer skilled in MERN stack and modern libraries."
}
</script>
<!-- Additional Metadata -->
<meta name="robots" content="index, follow" />
<meta name="author" content="Shubham Sharma" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>