added metadata
This commit is contained in:
parent
3f30510013
commit
a33879573b
1 changed files with 25 additions and 0 deletions
|
@ -18,6 +18,31 @@ const opts = options as ISourceOptions;
|
|||
<link rel="icon" type="image/svg+xml" href="/favicon.png" />
|
||||
<meta name="viewport" content="width=device-width" />
|
||||
<meta name="generator" content={Astro.generator} />
|
||||
|
||||
|
||||
<!-- metadata -->
|
||||
<meta name="robots" content="index, follow">
|
||||
<meta name="description" content="Noah Swerhun is a mathematics student at the University of Chicago, studying for a career in finance.">
|
||||
<meta name="keywords" content="noah,noah swerhun,swerhun">
|
||||
<meta name="author" content="Noah Swerhun">
|
||||
|
||||
<meta property="og:site_name" content="Noah Swerhun's Website">
|
||||
<meta name="twitter:domain" property="twitter:domain" content="noahsw.xyz">
|
||||
<meta name="og:title" property="og:title" content="Noah Swerhun's Profile">
|
||||
<meta property="og:description" content="Noah Swerhun is a mathematics student at the University of Chicago, studying for a career in finance.">
|
||||
<meta name="twitter:description" property="twitter:description" content="Noah Swerhun is a mathematics student at the University of Chicago, studying for a career in finance.">
|
||||
<meta name="og:image" content="https://noahsw.xyz/assets/portrait.jpg">
|
||||
|
||||
<meta property="twitter:card" content="https://noahsw.xyz/assets/portrait.jpg">
|
||||
<meta name="twitter:image:src" property="twitter:image:src" content="https://noahsw.xyz/assets/portrait.jpg">
|
||||
<meta name="twitter:image" property="twitter:image" content="https://noahsw.xyz/assets/portrait.jpg">
|
||||
<meta name="og:image:alt" property="og:image:alt" content="Portrait of Noah Swerhun">
|
||||
|
||||
<meta property="og:url" content="noahsw.xyz">
|
||||
<meta property="og:type" content="website">
|
||||
<!-- end metadata -->
|
||||
|
||||
|
||||
<link rel="preconnect" href="https://fonts.bunny.net" />
|
||||
<link
|
||||
href="https://fonts.bunny.net/css?family=azeret-mono:500|fahkwang:700"
|
||||
|
|
Loading…
Reference in a new issue