diff --git a/_includes/head.html b/_includes/head.html
index 93c683e..de88be4 100644
--- a/_includes/head.html
+++ b/_includes/head.html
@@ -2,6 +2,9 @@
+ {% if page.robots %}
+
+ {% endif %}
{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}
diff --git a/categories.md b/categories.md
index f2b94c7..2d69deb 100644
--- a/categories.md
+++ b/categories.md
@@ -2,4 +2,5 @@
layout: categories
title: Categories
permalink: /categories/
----
\ No newline at end of file
+robots: noindex
+---
diff --git a/index.html b/index.html
index 0b14cfc..ed06eaa 100644
--- a/index.html
+++ b/index.html
@@ -1,5 +1,6 @@
---
layout: default
+robots: noindex
---