I'm sick of constantly googling what tags I need to put in my <head> so im just gonna list them here:
<!-- I didnt realize how useful this one is until recently -->
<meta charset="UTF-8">
<!-- THIS IS THE MOST IMPORTANT ONE!!! so it doesnt look all zoomed out on phone!!! -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Cool metadata about the content and stuff. I might be missing a few -->
<title>sick webpage</title>
<meta name="author" content="me!!1!">
<meta name="description" content="in this article i will talk about stuff">
<!-- this is for embeds on social media and stuff -->
<meta property="og:title" content="sick webpage">
<meta property="og:description" content="belg sheeran">
<!-- Nice <links>. The first is for favicons ! PNGs probably won't work for IE5 but if you want to support it this probably isnt the best place for advice lol! -->
<link rel="shortcut icon" href="/favicon.png">
<link rel="stylesheet" href="/style.css">
<link rel="webmention" href="webmention.url">
<!-- I'm highkey not sure what this does but it was on my website. Prolly some SEO thing :( -->
<meta http-equiv="X-UA-Compatible" content="ie=edge">
I think I'm missing a language one.