From 7e281cf5a5a9f92f09fbe19393b949ad348d959b Mon Sep 17 00:00:00 2001 From: Derek Slenk Date: Thu, 26 Jun 2025 18:55:42 +0000 Subject: [PATCH] Also need a robots.txt and anything else you think that should be done b --- public/robots.txt | 3 +++ public/sitemap.xml | 13 +++++++++++++ src/app/layout.tsx | 2 +- 3 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 public/robots.txt create mode 100644 public/sitemap.xml diff --git a/public/robots.txt b/public/robots.txt new file mode 100644 index 0000000..5ae79b0 --- /dev/null +++ b/public/robots.txt @@ -0,0 +1,3 @@ +User-agent: * +Allow: / +Sitemap: https://cheatingchelsea.com/sitemap.xml diff --git a/public/sitemap.xml b/public/sitemap.xml new file mode 100644 index 0000000..b8feeee --- /dev/null +++ b/public/sitemap.xml @@ -0,0 +1,13 @@ + + + + https://cheatingchelsea.com/ + 2025-01-01 + 1.00 + + + https://cheatingchelsea.com/long-story + 2025-01-01 + 0.80 + + diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 61b8705..e152bc2 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -66,7 +66,7 @@ export default function RootLayout({