From 37ee2bca63a8fda60aac6de5d3da4934bc6cad7c Mon Sep 17 00:00:00 2001 From: trafficlunar Date: Thu, 15 May 2025 19:19:47 +0100 Subject: [PATCH] chore: more SEO fixes --- src/app/layout.tsx | 4 ++-- src/app/page.tsx | 10 +++++++--- src/components/profile-information.tsx | 6 ++---- 3 files changed, 11 insertions(+), 9 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 6f98faf..4bdb936 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -15,7 +15,7 @@ const lexend = Lexend({ export const metadata: Metadata = { metadataBase: new URL(process.env.BASE_URL!), - title: "TomodachiShare", + title: "TomodachiShare — home for Tomodachi Life Miis!", description: "Discover and share Mii residents for your Tomodachi Life island!", keywords: ["mii", "tomodachi life", "nintendo", "tomodachishare", "tomodachi-share", "mii creator", "mii collection"], category: "Gaming", @@ -54,7 +54,7 @@ export default function RootLayout({
-
{children}
+
{children}