Added META tags/SEO stuff
This commit is contained in:
parent
e0f1523ab0
commit
26b9fc25bf
37
index.html
37
index.html
|
|
@ -1,10 +1,41 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta charset="UTF-8" />
|
||||
<link rel="icon" type="image/png" href="https://raw.githubusercontent.com/doughmination/Doughmination/main/icon.png" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=5.0">
|
||||
|
||||
<!-- Page Title -->
|
||||
<title>I'm Bad At This</title>
|
||||
<link rel="stylesheet" href="css/index.css">
|
||||
|
||||
<!-- SEO Meta Tags -->
|
||||
<meta name="description" content="Personal Site for Ari/ImBadAtThisStuff on GitHub" />
|
||||
<meta name="keywords" content="Portfolio, Personal, Developer" />
|
||||
<meta name="author" content="ImBadAtThisStuff" />
|
||||
<meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1" />
|
||||
|
||||
<!-- Canonical URL -->
|
||||
<link rel="canonical" href="https://imbadatthisstuff.github.io" />
|
||||
|
||||
<!-- Alternate for mobile -->
|
||||
<link rel="alternate" media="only screen and (max-width: 640px)" href="https://imbadatthisstuff.github.io" />
|
||||
|
||||
<!-- Theme Color -->
|
||||
<meta name="theme-color" content="#cba6f7" />
|
||||
|
||||
<!-- Open Graph / Discord / Facebook -->
|
||||
<meta property="og:site_name" content="Im Bad At This">
|
||||
<meta property="og:title" content="Im Bad At This" />
|
||||
<meta property="og:description" content="Personal Site for Ari/ImBadAtThisStuff on GitHub" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://imbadatthisstuff.github.io" />
|
||||
<meta property="og:locale" content="en_GB" />
|
||||
|
||||
<!-- Twitter Card -->
|
||||
<meta name="twitter:card" content="summary_large_image" />
|
||||
<meta name="twitter:title" content="Im Bad At This Stuff" />
|
||||
<meta name="twitter:description" content="Personal Site for Ari/ImBadAtThisStuff on GitHub" />
|
||||
<link href="/css/index.css" rel="stylesheet" />
|
||||
</head>
|
||||
<body>
|
||||
<div class="intro-header">
|
||||
|
|
|
|||
Loading…
Reference in New Issue