From b523d2f7fd184b8884113994f720c9cdac6d0bf0 Mon Sep 17 00:00:00 2001
From: Chase Manning <chase@manning.dev>
Date: Tue, 29 Apr 2025 21:29:30 +0100
Subject: [PATCH] :mag: add seo metadata

---
 public/index.html | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/public/index.html b/public/index.html
index 386c58c..b42c843 100644
--- a/public/index.html
+++ b/public/index.html
@@ -10,10 +10,13 @@
 
     <!-- Metadata -->
     <title>Pokemon JS</title>
-    <meta
-      name="description"
-      content="Pokemon JS"
-    />
+    <meta name="description" content="A fan-made Pokemon game in JavaScript" />
+
+    <!-- Socials -->
+    <meta name="twitter:card" content="summary_large_image" />
+    <meta name="twitter:title" content="Pokemon JS" />
+    <meta name="twitter:image" content="https://gameboy-52d09.web.app/og-image.png" />
+    <meta property="og:image" content="https://gameboy-52d09.web.app/og-image.png" />
 
     <!-- Icons -->
     <script src="https://kit.fontawesome.com/96cd3663fe.js" crossorigin="anonymous"></script>