Skip to content

Commit 56a5d92

Browse files
committed
feat: Add sitemap.xml and robots.txt to improve discoverability.
1 parent 8501f67 commit 56a5d92

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

docs/robots.txt

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

docs/sitemap.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
3+
<url>
4+
<loc>https://bharath-code.github.io/git-scope/</loc>
5+
<changefreq>weekly</changefreq>
6+
<priority>1.0</priority>
7+
</url>
8+
</urlset>

0 commit comments

Comments
 (0)