Skip to content

Commit 1c6769d

Browse files
committed
feat: add robots.txt and sitemap.xml
1 parent 3974862 commit 1c6769d

2 files changed

Lines changed: 18 additions & 0 deletions

File tree

robots.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
User-agent: *
2+
Allow: /
3+
4+
Sitemap: https://coder.github.io/balatrobench/sitemap.xml
5+

sitemap.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
3+
<url>
4+
<loc>https://coder.github.io/balatrobench/</loc>
5+
</url>
6+
<url>
7+
<loc>https://coder.github.io/balatrobench/community.html</loc>
8+
</url>
9+
<url>
10+
<loc>https://coder.github.io/balatrobench/about.html</loc>
11+
</url>
12+
</urlset>
13+

0 commit comments

Comments
 (0)