From 364238927f816212b731c97ec4965cd9a25cffbf Mon Sep 17 00:00:00 2001 From: Liam Date: Tue, 24 Oct 2023 14:40:19 +0100 Subject: [PATCH] seo stuff --- public/robots.txt | 2 ++ src/app/layout.tsx | 3 +++ 2 files changed, 5 insertions(+) create mode 100644 public/robots.txt diff --git a/public/robots.txt b/public/robots.txt new file mode 100644 index 0000000..14267e9 --- /dev/null +++ b/public/robots.txt @@ -0,0 +1,2 @@ +User-agent: * +Allow: / \ No newline at end of file diff --git a/src/app/layout.tsx b/src/app/layout.tsx index e389cc9..8d7e4e9 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -16,6 +16,9 @@ export const metadata: Metadata = { default: ssrSettings.siteName, }, description: ssrSettings.description, + keywords: + "scoresaber, score saber, scoresaber stats, score saber stats, beatleader, beat leader, " + + "scoresaber reloaded, ssr, github, score aggregation, scoresaber api, score saber api, scoresaber api", openGraph: { title: ssrSettings.siteName, description: ssrSettings.description,