-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
112 lines (102 loc) · 4.8 KB
/
index.html
File metadata and controls
112 lines (102 loc) · 4.8 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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="google-adsense-account" content="ca-pub-8843990603933012">
<!-- Primary Meta Tags -->
<title>PHcoder05 - Technology Blog & Programming Tutorials | Pankaj Hadole</title>
<meta name="title" content="PHcoder05 - Technology Blog & Programming Tutorials | Pankaj Hadole">
<meta name="description" content="Explore insightful technology blogs, programming tutorials, DevOps guides, and development tips. Stay updated with the latest in tech, cloud computing, and software development.">
<meta name="keywords" content="technology blog, programming tutorials, DevOps, cloud computing, software development, web development, tech news, programming tips, coding tutorials, Pankaj Hadole">
<meta name="author" content="Pankaj Hadole">
<meta name="robots" content="index, follow">
<meta name="language" content="English">
<meta name="revisit-after" content="7 days">
<meta name="distribution" content="global">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://phcoder05.vercel.app/">
<meta property="og:title" content="PHcoder05 - Technology Blog & Programming Tutorials">
<meta property="og:description" content="Explore insightful technology blogs, programming tutorials, DevOps guides, and development tips. Stay updated with the latest in tech, cloud computing, and software development.">
<meta property="og:site_name" content="PHcoder05">
<meta property="og:locale" content="en_US">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://phcoder05.vercel.app/">
<meta property="twitter:title" content="PHcoder05 - Technology Blog & Programming Tutorials">
<meta property="twitter:description" content="Explore insightful technology blogs, programming tutorials, DevOps guides, and development tips.">
<!-- Additional SEO Meta Tags -->
<meta name="theme-color" content="#0ea5e9">
<meta name="msapplication-TileColor" content="#0ea5e9">
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<meta name="apple-mobile-web-app-title" content="PHcoder05">
<!-- Canonical URL -->
<link rel="canonical" href="https://phcoder05.vercel.app/">
<!-- Manifest for PWA -->
<link rel="manifest" href="/manifest.json">
<!-- Apple Touch Icons -->
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="152x152" href="/apple-touch-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon-180x180.png">
<link rel="apple-touch-icon" sizes="167x167" href="/apple-touch-icon-167x167.png">
<!-- Preconnect to external domains -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="preconnect" href="https://cdn-icons-png.flaticon.com">
<!-- Structured Data -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebSite",
"name": "PHcoder05",
"url": "https://phcoder05.vercel.app/",
"description": "Technology blog and programming tutorials by Pankaj Hadole",
"author": {
"@type": "Person",
"name": "Pankaj Hadole",
"jobTitle": "Software Developer",
"url": "https://phcoder05.vercel.app/"
},
"publisher": {
"@type": "Organization",
"name": "PHcoder05",
"logo": {
"@type": "ImageObject",
"url": "https://phcoder05.vercel.app/logo.png"
}
},
"potentialAction": {
"@type": "SearchAction",
"target": "https://phcoder05.vercel.app/search?q={search_term_string}",
"query-input": "required name=search_term_string"
}
}
</script>
<!-- Organization Schema -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "PHcoder05",
"url": "https://phcoder05.vercel.app/",
"logo": "https://phcoder05.vercel.app/logo.png",
"sameAs": [
"https://github.com/phcoder05",
"https://linkedin.com/in/pankaj-hadole"
],
"contactPoint": {
"@type": "ContactPoint",
"contactType": "customer service",
"email": "pankajhadole24@gmail.com"
}
}
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>