diff --git a/src/index.py b/src/index.py
index c978e13..cf3e1c3 100644
--- a/src/index.py
+++ b/src/index.py
@@ -138,5 +138,11 @@ def box():
info = {'css': 'box', 'title': 'chimchooree\'s personal page', 'year': datetime.datetime.now()}
return template('box.tpl', info)
+@route('/credits')
+def credits():
+ """credits page"""
+ info = {'css': 'box', 'title': 'blessfrey - credits', 'year': datetime.datetime.now()}
+ return template('credits.tpl', info)
+
if __name__ == '__main__':
run()
diff --git a/src/robots.txt b/src/robots.txt
index f91046e..5b4ef77 100644
--- a/src/robots.txt
+++ b/src/robots.txt
@@ -1,16 +1,74 @@
-# Group 1
+# default
User-agent: *
+Allow: /
Disallow: /box/
+Disallow: /credits/
-# Group 2
-User-agent: AdsBot-Google
-User-agent: Mediapartners-Google
-User-agent: AdsBot-Google-Mobile
-User-agent: AdsBot-Google-Mobile-Apps
+# advertising
+User-agent: AdsBot-Google*
+User-agent: Mediapartners-Google*
Disallow: /
-# Group 3
-User-agent: *
-Allow: /
+# trouble, referencing https://aardling.com/robots.txt and others
+User-agent: AhrefsBot
+Disallow: /
+User-agent: DOC
+Disallow: /
+User-agent: Download Ninja
+Disallow: /
+User-agent: EasouSpider
+Disallow: /
+User-agent: Exabot
+Disallow: /
+User-agent: Fetch
+Disallow: /
+User-agent: grub-client
+Disallow: /
+User-agent: HTTrack
+Disallow: /
+User-agent: larbin
+Disallow: /
+User-agent: libwww
+Disallow: /
+User-agent: linko
+Disallow: /
+User-agent: Microsoft.URL.Control
+Disallow: /
+User-agent: MSIECrawler
+Disallow: /
+User-agent: NPBot
+Disallow: /
+User-agent: Offline Explorer
+Disallow: /
+User-agent: sitecheck.internetseer.com
+Disallow: /
+User-agent: SiteSnagger
+Disallow: /
+User-agent: Teleport
+Disallow: /
+User-agent: TeleportPro
+Disallow: /
+User-agent: UbiCrawler
+Disallow: /
+User-agent: Vagabondo
+Disallow: /
+User-agent: WebCopier
+Disallow: /
+User-agent: WebReaper
+Disallow: /
+User-agent: WebStripper
+Disallow: /
+User-agent: WebZIP
+Disallow: /
+User-agent: wget
+Disallow: /
+User-agent: Xenu
+Disallow: /
+User-agent: Zao
+Disallow: /
+User-agent: Zealbot
+Disallow: /
+User-agent: ZyBORG
+Disallow: /
-Sitemap: http://www.example.com/sitemap.xml
+Sitemap: http://www.blessfrey.me/sitemap.xml
diff --git a/src/sitemap.xml b/src/sitemap.xml
new file mode 100644
index 0000000..c807fb5
--- /dev/null
+++ b/src/sitemap.xml
@@ -0,0 +1,47 @@
+
+
+
It's my secret page.
-