Add meta tags
This commit is contained in:
@@ -1,10 +1,37 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
|
<script id="cookieyes"
|
||||||
|
type="text/javascript"
|
||||||
|
src="https://cdn-cookieyes.com/client_data/a05e8ecc917e725a2226b46a/script.js"></script>
|
||||||
|
<script async src="https://www.googletagmanager.com/gtag/js?id=G-958BPT37HR"></script>
|
||||||
|
<script>
|
||||||
|
window.dataLayer = window.dataLayer || [];
|
||||||
|
function gtag(){dataLayer.push(arguments);}
|
||||||
|
gtag('js', new Date());
|
||||||
|
|
||||||
|
gtag('config', 'G-958BPT37HR');
|
||||||
|
</script>
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<link rel="icon" type="image/svg+xml" href="/logo.webp" />
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
|
<meta
|
||||||
|
property="description"
|
||||||
|
content="I'm Beau. A software engineer, tech enthusianst and music lover."
|
||||||
|
/>
|
||||||
|
<meta property="author" content="Beau Findlay" />
|
||||||
|
<meta property="og:title" content="Beau Findlay" />
|
||||||
|
<meta
|
||||||
|
property="og:description"
|
||||||
|
content="I'm Beau. A software engineer, tech enthusianst and music lover"
|
||||||
|
/>
|
||||||
|
<meta property="og:type" content="website" />
|
||||||
|
<meta
|
||||||
|
property="og:image"
|
||||||
|
content="https://beaufindlay.com/logo.webp"
|
||||||
|
/>
|
||||||
|
<meta property="og:url" content="https://beaufindlay.com" />
|
||||||
<title>Beau Findlay</title>
|
<title>Beau Findlay</title>
|
||||||
|
<link rel="icon" type="image/svg+xml" href="/logo.webp" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="root"></div>
|
<div id="root"></div>
|
||||||
|
|||||||
Reference in New Issue
Block a user