Skip to content

Commit 60ca300

Browse files
committed
ADD: sitemap.xml and robots.txt
1 parent 72fe2f7 commit 60ca300

2 files changed

Lines changed: 22 additions & 0 deletions

File tree

ghweb/robots.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
User-agent: *
2+
Allow: /
3+
4+
Disallow: /version.json
5+
Disallow: /version-dev.json
6+
7+
Sitemap: https://greenbugx.github.io/Hongeet/sitemap.xml

ghweb/sitemap.xml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<urlset
3+
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
4+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5+
xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
6+
http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
7+
8+
9+
<url>
10+
<loc>https://greenbugx.github.io/Hongeet/</loc>
11+
<lastmod>2026-02-19T18:13:18+00:00</lastmod>
12+
</url>
13+
14+
15+
</urlset>

0 commit comments

Comments
 (0)