Added some SEO stuff

pull/3/head v1.0.0
Maik de Kruif 5 years ago
parent 9078539114
commit eb88390b72
  1. BIN
      assets/screenshot.png
  2. 26
      index.html

Binary file not shown.

After

Width:  |  Height:  |  Size: 620 KiB

@ -13,6 +13,7 @@
gtag('js', new Date());
gtag('config', 'UA-136337666-1');
</script>
<meta charset="utf-8">
@ -20,7 +21,25 @@
<link rel="stylesheet" href="assets/styles/styles.css" media="all">
<!-- <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto" media="all">-->
<link rel="icon" href="favicon.ico" type="image/x-icon" />
<link rel="canonical" href="https://maik.dev/">
<title>Maik de Kruif (maikka39)</title>
<meta name="description" content="Hey there, my name is Maik de Kruif, I create websites, bots and other kinds of software. At the moment, I'm still studying computer science at Avans University of Applied Sciences. I am also a big fan of open-source software, which is why you'll find many of my projects on Github. And last but not least, I love playing around with cyber-security related stuff." />
<meta property="og:title" content="Maik de Kruif (maikka39)" />
<meta property="og:type" content="article" />
<meta property="og:url" content="https://maik.dev/" />
<meta property="og:image" content="https://maik.dev/assets/screenshot.png" />
<meta property="og:site_name" content="Maik de Kruif (maikka39)" />
<meta property="og:description" content="Hey there, my name is Maik de Kruif, I create websites, bots and other kinds of software. At the moment, I'm still studying computer science at Avans University of Applied Sciences. I am also a big fan of open-source software, which is why you'll find many of my projects on Github. And last but not least, I love playing around with cyber-security related stuff." />
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Maik de Kruif (maikka39)" />
<meta name="twitter:description" content="Hey there, my name is Maik de Kruif, I create websites, bots and other kinds of software. At the moment, I'm still studying computer science at Avans University of Applied Sciences. I am also a big fan of open-source software, which is why you'll find many of my projects on Github. And last but not least, I love playing around with cyber-security related stuff." />
<meta name="twitter:image" content="https://maik.dev/assets/screenshot.png" />
<meta name="twitter:site" content="@maik_dev" />
<meta name="twitter:creator" content="@maik_dev" />
</head>
<body>
@ -61,7 +80,7 @@
</div>
</div>
<span class="logo">
<img src="assets/images/logo.svg">
<img src="assets/images/logo.svg" alt="Logo">
</span>
<span class="filler"></span>
</div>
@ -189,5 +208,8 @@
window.onresize = function() {
close_menus();
};
</script>
</body></html>
</body>
</html>

Loading…
Cancel
Save