-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
94 lines (85 loc) · 4.17 KB
/
Copy pathindex.html
File metadata and controls
94 lines (85 loc) · 4.17 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Primary SEO Meta Tags -->
<title>Bandhan Pokhrel | Founder & CEO of NIV Nepal | Full-Stack Developer</title>
<meta name="title" content="Bandhan Pokhrel | Founder & CEO of NIV Nepal | Full-Stack Developer" />
<meta name="description"
content="Bandhan Pokhrel (itzbandhan) - Founder & CEO of NIV Nepal (Next In Innovations). Full-Stack Web Developer & Creative Technologist from Kathmandu, Nepal. Building modern web applications and interactive experiences." />
<meta name="keywords"
content="Bandhan Pokhrel, itzbandhan, NIV Nepal, Next In Innovations, nivnepal.tech, Kavya School, Nepal developer, web developer, full-stack developer, React developer, creative technologist, Kathmandu developer, bandhan nepal, bandhan developer, CEO NIV Nepal" />
<meta name="author" content="Bandhan Pokhrel" />
<meta name="robots" content="index, follow" />
<meta name="language" content="English" />
<meta name="revisit-after" content="7 days" />
<link rel="canonical" href="https://itzbandhan.tech/" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://itzbandhan.tech/" />
<meta property="og:title" content="Bandhan Pokhrel | Founder & CEO of NIV Nepal" />
<meta property="og:description"
content="Founder & CEO of NIV Nepal (Next In Innovations). Full-Stack Developer & Creative Technologist. Building modern web applications from Nepal." />
<meta property="og:image" content="https://itzbandhan.tech/og-image.png" />
<meta property="og:site_name" content="Bandhan Pokhrel - itzbandhan" />
<meta property="og:locale" content="en_US" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://itzbandhan.tech/" />
<meta property="twitter:title" content="Bandhan Pokhrel | Founder & CEO of NIV Nepal" />
<meta property="twitter:description"
content="Founder & CEO of NIV Nepal (Next In Innovations). Full-Stack Developer & Creative Technologist." />
<meta property="twitter:image" content="https://itzbandhan.tech/og-image.png" />
<meta property="twitter:creator" content="@itzbandhan" />
<!-- Additional SEO -->
<meta name="geo.region" content="NP-BA" />
<meta name="geo.placename" content="Kathmandu" />
<meta name="geo.position" content="27.7172;85.3240" />
<meta name="ICBM" content="27.7172, 85.3240" />
<!-- Schema.org structured data -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Person",
"name": "Bandhan Pokhrel",
"alternateName": ["itzbandhan", "Bandhan"],
"url": "https://itzbandhan.tech/",
"image": "https://itzbandhan.tech/og-image.png",
"description": "Founder & CEO of NIV Nepal (Next In Innovations). Full-Stack Web Developer & Creative Technologist based in Kathmandu, Nepal.",
"jobTitle": "Founder & CEO",
"worksFor": {
"@type": "Organization",
"name": "NIV Nepal",
"url": "https://nivnepal.tech"
},
"alumniOf": {
"@type": "EducationalOrganization",
"name": "Kavya School"
},
"address": {
"@type": "PostalAddress",
"addressLocality": "Kathmandu",
"addressCountry": "Nepal"
},
"sameAs": [
"https://github.com/itzbandhan",
"https://twitter.com/itzbandhan",
"https://linkedin.com/in/bandhanpokhrel"
],
"knowsAbout": ["Web Development", "React", "Next.js", "JavaScript", "Full-Stack Development", "NIV Nepal", "Next In Innovations", "Entrepreneurship"]
}
</script>
<!-- Fonts -->
<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=Outfit:wght@400;500;600;700;800&display=swap"
rel="stylesheet">
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>