Also need a robots.txt and anything else you think that should be done b
This commit is contained in:
parent
7e55c0fe1d
commit
7e281cf5a5
3 changed files with 17 additions and 1 deletions
3
public/robots.txt
Normal file
3
public/robots.txt
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
User-agent: *
|
||||||
|
Allow: /
|
||||||
|
Sitemap: https://cheatingchelsea.com/sitemap.xml
|
13
public/sitemap.xml
Normal file
13
public/sitemap.xml
Normal 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>
|
|
@ -66,7 +66,7 @@ export default function RootLayout({
|
||||||
<link
|
<link
|
||||||
rel="preconnect"
|
rel="preconnect"
|
||||||
href="https://fonts.gstatic.com"
|
href="https://fonts.gstatic.com"
|
||||||
crossOrigin="anonymous"
|
crossOrigin=""
|
||||||
/>
|
/>
|
||||||
<link
|
<link
|
||||||
href="https://fonts.googleapis.com/css2?family=Inter&display=swap"
|
href="https://fonts.googleapis.com/css2?family=Inter&display=swap"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue