Skip to content

Commit 7c4ed21

Browse files
authored
chore(fountain): add sitemap and robots files (#13058)
Add sitemap and robots files
1 parent 7f1f776 commit 7c4ed21

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

cmd/lotus-fountain/site/robots.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
User-agent: *
2+
Allow: /
3+
Sitemap: https://faucet.calibnet.chainsafe-fil.io/sitemap.xml
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
3+
<url>
4+
<loc>https://faucet.calibnet.chainsafe-fil.io/</loc>
5+
<changefreq>monthly</changefreq>
6+
<priority>1.0</priority>
7+
</url>
8+
<url>
9+
<loc>https://faucet.calibnet.chainsafe-fil.io/funds</loc>
10+
<changefreq>monthly</changefreq>
11+
<priority>0.8</priority>
12+
</url>
13+
<url>
14+
<loc>https://faucet.calibnet.chainsafe-fil.io/datacap</loc>
15+
<changefreq>monthly</changefreq>
16+
<priority>0.8</priority>
17+
</url>
18+
</urlset>

0 commit comments

Comments
 (0)