From d43a46752e7d21e08ba754ba0315bef9935d171d Mon Sep 17 00:00:00 2001 From: Jim V Date: Mon, 3 Oct 2011 10:00:27 -0500 Subject: [PATCH] added sitemap and robots.txt --- robots.txt | 3 +++ sitemap.xml | 40 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 43 insertions(+) create mode 100644 robots.txt create mode 100644 sitemap.xml diff --git a/robots.txt b/robots.txt new file mode 100644 index 0000000..c561042 --- /dev/null +++ b/robots.txt @@ -0,0 +1,3 @@ +User-agent: * +Disallow: +Sitemap: http://vallandingham.me/sitemap.xml diff --git a/sitemap.xml b/sitemap.xml new file mode 100644 index 0000000..5da3d67 --- /dev/null +++ b/sitemap.xml @@ -0,0 +1,40 @@ +--- +layout: nil +--- + + + + + http://vallandingham.me + {{ site.time | date_to_xmlschema }} + daily + 1.0 + + + http://vallandingham.me/about.html + 2011-10-03T20:59:36+00:00 + weekly + 0.6 + + + http://vallandingham.me/projects.html + 2011-10-03T20:59:36+00:00 + weekly + 0.5 + + + http://vallandingham.me/vis/ + 2011-10-03T20:59:36+00:00 + weekly + 1.0 + + {% for post in site.posts %} + + http://vallandingham.me{{ post.url }}/ + {{ post.date | date_to_xmlschema }} + weekly + 0.8 + + {% endfor %} + +