Skip to content

Commit f0a9366

Browse files
committed
Add sitemap.xml and robots.txt for SEO discoverability
1 parent a2ce948 commit f0a9366

2 files changed

Lines changed: 32 additions & 0 deletions

File tree

docs/public/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://localcodeai.github.io/localcode/sitemap.xml

docs/public/sitemap.xml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
3+
<url>
4+
<loc>https://localcodeai.github.io/localcode/</loc>
5+
<changefreq>weekly</changefreq>
6+
<priority>1.0</priority>
7+
</url>
8+
<url>
9+
<loc>https://localcodeai.github.io/localcode/installation.html</loc>
10+
<changefreq>monthly</changefreq>
11+
<priority>0.9</priority>
12+
</url>
13+
<url>
14+
<loc>https://localcodeai.github.io/localcode/quickstart.html</loc>
15+
<changefreq>monthly</changefreq>
16+
<priority>0.8</priority>
17+
</url>
18+
<url>
19+
<loc>https://localcodeai.github.io/localcode/testing.html</loc>
20+
<changefreq>monthly</changefreq>
21+
<priority>0.7</priority>
22+
</url>
23+
<url>
24+
<loc>https://localcodeai.github.io/localcode/architecture.html</loc>
25+
<changefreq>monthly</changefreq>
26+
<priority>0.6</priority>
27+
</url>
28+
</urlset>

0 commit comments

Comments
 (0)