aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/components/SEO.tsx6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/components/SEO.tsx b/src/components/SEO.tsx
index 6d3323b..3049810 100644
--- a/src/components/SEO.tsx
+++ b/src/components/SEO.tsx
@@ -12,12 +12,6 @@ export function Head(): React.ReactElement {
/>
<meta name="twitter:creator" content="Kevin J Hoerr" />
<meta name="twitter:card" content="summary" />
- <meta property="og:type" content="website" />
- <meta property="og:description" content={metaDescription} />
- <meta
- property="og:title"
- content="Kevin J Hoerr &lt;kjhoerr@submelon.tech&gt;"
- />
<meta name="description" content={metaDescription} />
<title>Kevin J Hoerr &lt;kjhoerr@submelon.tech&gt;</title>
</>