summaryrefslogtreecommitdiff
path: root/_site_build
diff options
context:
space:
mode:
authordavidtsadler <davidtsadler@googlemail.com>2012-01-06 17:12:23 +0000
committerdavidtsadler <davidtsadler@googlemail.com>2012-01-06 17:12:23 +0000
commitef4335d1e6df8be499d7d921b48d90b584fc8cf3 (patch)
treefc1538c735bd3b9d908f1a75b4395c8d000c5e7c /_site_build
parentc1b628991fe6288b76b17007143fa5fe865aa53e (diff)
Add noodp and noydir to robots meta tag.
Diffstat (limited to '_site_build')
-rw-r--r--_site_build/archives/index.html2
-rw-r--r--_site_build/index.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/_site_build/archives/index.html b/_site_build/archives/index.html
index 1ea05d6..45d9bdc 100644
--- a/_site_build/archives/index.html
+++ b/_site_build/archives/index.html
@@ -1,7 +1,7 @@
---
layout: default
title: Archives
-robots: noindex
+robots: noindex, noodp, noydir
---
<section id="archives">
<h1>Archives</h1>
diff --git a/_site_build/index.html b/_site_build/index.html
index d88fda0..ac66924 100644
--- a/_site_build/index.html
+++ b/_site_build/index.html
@@ -1,7 +1,7 @@
---
layout: default
title: Home
-robots: noindex
+robots: noindex, noodp, noydir
---
<section id="excerpts">
{% for post in site.posts limit:site.max_recent_posts %}