Added additional meta tags

This commit is contained in:
Ryan Freeman 2021-11-19 21:25:55 +00:00
parent 11b5a34d39
commit bd29b5da9f

View File

@ -10,7 +10,13 @@ export default function Home({projectData}) {
<Head> <Head>
<title>Ryan Freeman | Full Stack Developer in Dublin, Ireland</title> <title>Ryan Freeman | Full Stack Developer in Dublin, Ireland</title>
<meta name="author" content="Ryan Freeman"/> <meta name="author" content="Ryan Freeman"/>
<meta name="description" content="Full Stack Developer in Dublin"/> <meta name="description" content="Full Stack Developer in Dublin, Ireland"/>
<meta name="keywords" content="React, JavaScript, Developer"/>
<meta property="og:type" content="website"/>
<meta property="og:url" content="https://ryanfreeman.dev"/>
<meta property="og:site_name" content="Ryan Freeman"/>
<meta property="og:title" content="Ryan Freeman | Full Stack Developer in Dublin, Ireland"/>
<meta property="og:description" content="Full Stack Developer in Dublin, Ireland"/>
<link rel="icon" <link rel="icon"
href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>👋</text></svg>"/> href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>👋</text></svg>"/>
</Head> </Head>