Add sitemap and permissive robots.txt

develop
Thomas Lynch 1 year ago
parent b57015937f
commit 25b4d2e250
  1. 2
      public/robots.txt
  2. 23
      public/sitemap.xml

@ -0,0 +1,2 @@
User-agent: *
Disallow:

@ -0,0 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
<url>
<loc>https://cp.basedflare.com/</loc>
<priority>1.00</priority>
</url>
<url>
<loc>https://cp.basedflare.com/login</loc>
<priority>0.80</priority>
</url>
<url>
<loc>https://cp.basedflare.com/register</loc>
<priority>0.64</priority>
</url>
<url>
<loc>https://cp.basedflare.com/changepassword</loc>
<priority>0.64</priority>
</url>
</urlset>
Loading…
Cancel
Save