Skip to content

Commit 5d09cdb

Browse files
Haukur RosinkranzHaukur Rosinkranz
Haukur Rosinkranz
authored and
Haukur Rosinkranz
committed
add robots and sitemap
1 parent 74c48cc commit 5d09cdb

File tree

2 files changed

+41
-0
lines changed

2 files changed

+41
-0
lines changed

robots.txt

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
User-agent: *
2+
Allow: /
3+
4+
Sitemap: https://kosmi.io/sitemap.xml

sitemap.xml

+37
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
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+
<url>
9+
<loc>https://kosmi.io/</loc>
10+
</url>
11+
12+
<url>
13+
<loc>https://kosmi.io/poker/</loc>
14+
</url>
15+
16+
<url>
17+
<loc>https://kosmi.io/cah/</loc>
18+
</url>
19+
20+
<url>
21+
<loc>https://kosmi.io/nes/</loc>
22+
</url>
23+
24+
<url>
25+
<loc>https://kosmi.io/snes/</loc>
26+
</url>
27+
28+
<url>
29+
<loc>https://kosmi.io/cardtables/</loc>
30+
</url>
31+
32+
<url>
33+
<loc>https://kosmi.io/openarena/</loc>
34+
</url>
35+
36+
37+
</urlset>

0 commit comments

Comments
 (0)