Add sitemap.xml

This commit is contained in:
Michael Stapelberg 2009-03-18 10:03:06 +01:00
parent 48a6ff30e3
commit 8ec7a1f81c
1 changed files with 26 additions and 0 deletions

26
website/sitemap.xml Normal file
View File

@ -0,0 +1,26 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>http://i3.zekjur.net/</loc>
<lastmod>2009-03-18</lastmod>
<changefreq>daily</changefreq>
<priority>0.8</priority>
</url>
<url>
<loc>http://i3.zekjur.net/downloads</loc>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://i3.zekjur.net/screenshots</loc>
<changefreq>daily</changefreq>
<priority>0.8</priority>
</url>
<url>
<loc>http://i3.zekjur.net/contact</loc>
<changefreq>weekly</changefreq>
</url>
<url>
<loc>http://i3.zekjur.net/docs</loc>
<changefreq>daily</changefreq>
</url>
</urlset>