Skip to content

Commit 9ce3d27

Browse files
committed
Add robots.txt and sitemap.xml for search engine indexing
1 parent e90ecda commit 9ce3d27

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

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://deusdata.github.io/codebase-memory-mcp/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://deusdata.github.io/codebase-memory-mcp/</loc>
5+
<lastmod>2026-03-02</lastmod>
6+
<priority>1.0</priority>
7+
</url>
8+
</urlset>

0 commit comments

Comments
 (0)