Skip to content

Commit 0a26a7b

Browse files
authored
head
1 parent 069e35c commit 0a26a7b

File tree

3 files changed

+57
-7
lines changed

3 files changed

+57
-7
lines changed

assets/img/apple-touch-icon.png

39.2 KB
Loading

assets/img/favicon.ico

15 KB
Binary file not shown.

index.html

+57-7
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,38 @@
22
<html lang="en">
33

44
<head>
5+
56
<meta charset="utf-8">
6-
<meta content="width=device-width, initial-scale=1.0" name="viewport">
7+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
78
<title>Ankit Verma - Portfolio</title>
8-
<meta content="Ankit Verma Portfolio" name="description">
9-
<meta content="Ankit Verma, Ankit, ankitvermaonline, pixels.queue, Ankit Verma, Protfolio, Ankitv4087, Web developer, software engineer, Full stack developer" name="keywords">
9+
10+
<!-- Meta Description -->
11+
<meta name="description" content="Portfolio of Ankit Verma, showcasing expertise in web development, software engineering, and full-stack development.">
12+
13+
<!-- Keywords (optional, less relevant for modern SEO) -->
14+
<meta name="keywords" content="Ankit Verma,Ankit Verma Software Engineer, Portfolio, Web Developer, Software Engineer, Full Stack Developer, Ankit Verma Portfolio">
15+
16+
<!-- Open Graph Metadata -->
17+
<meta property="og:title" content="Ankit Verma - Portfolio">
18+
<meta property="og:description" content="Explore Ankit Verma's portfolio, highlighting expertise in full-stack development and software engineering.">
19+
<meta property="og:image" content="https://avcodewizard.github.io/assets/img/Ankit-Verma.jpg">
20+
<meta property="og:url" content="https://avcodewizard.github.io/">
21+
<meta property="og:type" content="website">
22+
23+
<!-- Twitter Cards Metadata -->
24+
<meta name="twitter:card" content="summary_large_image">
25+
<meta name="twitter:title" content="Ankit Verma - Portfolio">
26+
<meta name="twitter:description" content="Discover Ankit Verma's projects and professional journey in software engineering and web development.">
27+
<meta name="twitter:image" content="https://avcodewizard.github.io/assets/img/Ankit-Verma.jpg">
28+
29+
<!-- Favicon -->
30+
<link href="https://avcodewizard.github.io/assets/img/favicon.ico" rel="icon" type="image/x-icon">
31+
<link href="https://avcodewizard.github.io/assets/img/apple-touch-icon.png" rel="apple-touch-icon">
32+
33+
<!-- Preloading critical assets -->
34+
<link rel="preload" href="https://avcodewizard.github.io/assets/img/Ankit-Verma.jpg" as="image">
35+
36+
<!-- Schema.org JSON-LD -->
1037
<script type="application/ld+json">
1138
{
1239
"@context": "https://schema.org/",
@@ -20,12 +47,31 @@
2047
"https://github.com/avcodewizard",
2148
"https://avcodewizard.github.io"
2249
],
23-
"jobTitle": "Software Engineer"
50+
"jobTitle": "Software Engineer",
51+
"alumniOf": {
52+
"@type": "EducationalOrganization",
53+
"name": "Your University/College Name"
54+
},
55+
"knowsAbout": [
56+
"Web Development",
57+
"Software Engineering",
58+
"Full Stack Development",
59+
"JavaScript",
60+
"Laravel",
61+
"Php",
62+
"Wordpress",
63+
"Codeigniter"
64+
]
2465
}
2566
</script>
26-
<!-- Favicons -->
27-
<link href="assets/img/favicon.png" rel="icon">
28-
<link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon">
67+
<!-- Google Tag Manager -->
68+
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
69+
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
70+
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
71+
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
72+
})(window,document,'script','dataLayer','GTM-W2NCJBXM');
73+
</script>
74+
<!-- End Google Tag Manager -->
2975

3076
<!-- Fonts -->
3177
<link href="https://fonts.googleapis.com" rel="preconnect">
@@ -54,6 +100,10 @@
54100
</head>
55101

56102
<body class="index-page">
103+
<!-- Google Tag Manager (noscript) -->
104+
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-W2NCJBXM"
105+
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
106+
<!-- End Google Tag Manager (noscript) -->
57107

58108
<header id="header" class="header dark-background d-flex flex-column">
59109
<i class="header-toggle d-xl-none bi bi-list"></i>

0 commit comments

Comments
 (0)