From f3dab3245f122fdbe2ec74b253cacff245b264a2 Mon Sep 17 00:00:00 2001 From: Elias Almqvist Date: Sat, 30 Mar 2024 12:30:16 +0100 Subject: [PATCH] Added metadata for SEO --- src/app/layout.tsx | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index b487a5e..2050d6c 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,6 +5,22 @@ import "./globals.css"; export const metadata: Metadata = { title: "\\wych.dev", description: "In the wych elm's shadow, veritas whispers brew.", + keywords: [ + "wych.dev", + "wych", + "elias", + "elias almqvist", + "almqvist", + "engineer", + "scientist", + "genius", + "polymath", + "software engineer", + "physics", + "mathematics", + "founder", + "startup", + ], }; import { cn } from "@/lib/utils";