|
2 | 2 | <html lang="en">
|
3 | 3 |
|
4 | 4 | <head>
|
| 5 | + |
5 | 6 | <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"> |
7 | 8 | <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 --> |
10 | 37 | <script type="application/ld+json">
|
11 | 38 | {
|
12 | 39 | "@context": "https://schema.org/",
|
|
20 | 47 | "https://github.com/avcodewizard",
|
21 | 48 | "https://avcodewizard.github.io"
|
22 | 49 | ],
|
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 | + ] |
24 | 65 | }
|
25 | 66 | </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 --> |
29 | 75 |
|
30 | 76 | <!-- Fonts -->
|
31 | 77 | <link href="https://fonts.googleapis.com" rel="preconnect">
|
|
54 | 100 | </head>
|
55 | 101 |
|
56 | 102 | <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) --> |
57 | 107 |
|
58 | 108 | <header id="header" class="header dark-background d-flex flex-column">
|
59 | 109 | <i class="header-toggle d-xl-none bi bi-list"></i>
|
|
0 commit comments