Also need a robots.txt and anything else you think that should be done b

This commit is contained in:
Derek Slenk 2025-06-26 18:55:42 +00:00
parent 7e55c0fe1d
commit 7e281cf5a5
3 changed files with 17 additions and 1 deletions

3
public/robots.txt Normal file
View file

@ -0,0 +1,3 @@
User-agent: *
Allow: /
Sitemap: https://cheatingchelsea.com/sitemap.xml

13
public/sitemap.xml Normal file
View file

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://cheatingchelsea.com/</loc>
<lastmod>2025-01-01</lastmod>
<priority>1.00</priority>
</url>
<url>
<loc>https://cheatingchelsea.com/long-story</loc>
<lastmod>2025-01-01</lastmod>
<priority>0.80</priority>
</url>
</urlset>

View file

@ -66,7 +66,7 @@ export default function RootLayout({
<link
rel="preconnect"
href="https://fonts.gstatic.com"
crossOrigin="anonymous"
crossOrigin=""
/>
<link
href="https://fonts.googleapis.com/css2?family=Inter&display=swap"