Robots and sitemap
This commit is contained in:
parent
96c723a94c
commit
c680c22bb3
|
|
@ -1,3 +1,7 @@
|
||||||
# https://www.robotstxt.org/robotstxt.html
|
# https://www.robotstxt.org/robotstxt.html
|
||||||
User-agent: *
|
User-agent: *
|
||||||
Disallow:
|
Allow: /$
|
||||||
|
Allow: /how-to$
|
||||||
|
Disallow: *
|
||||||
|
|
||||||
|
sitemap: https://crab.fit/sitemap.xml
|
||||||
|
|
|
||||||
12
crabfit-frontend/public/sitemap.xml
Normal file
12
crabfit-frontend/public/sitemap.xml
Normal file
|
|
@ -0,0 +1,12 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
|
||||||
|
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||||
|
<url>
|
||||||
|
<loc>https://crab.fit/</loc>
|
||||||
|
<priority>1.0</priority>
|
||||||
|
</url>
|
||||||
|
<url>
|
||||||
|
<loc>https://crab.fit/how-to</loc>
|
||||||
|
<priority>0.4</priority>
|
||||||
|
</url>
|
||||||
|
</urlset>
|
||||||
Loading…
Reference in a new issue