Skip to content

Commit 4c255ee

Browse files
authored
Configure sitemap and robots.txt files (#35)
1 parent 9535a5b commit 4c255ee

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

Diff for: public/robots.txt

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
User-agent: *
2+
Allow: /
3+
4+
Sitemap: https://daily-questions.up.railway.app/sitemap.xml

Diff for: public/sitemap.xml

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
3+
<url>
4+
<loc>https://daily-questions.up.railway.app/</loc>
5+
<lastmod>2025-03-15</lastmod>
6+
<changefreq>daily</changefreq>
7+
<priority>1.0</priority>
8+
</url>
9+
</urlset>

0 commit comments

Comments
 (0)