From c27dd35e2b864e42254112708e3f148b1c74ef14 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Sun, 7 Jun 2015 23:01:43 +0200 Subject: [PATCH] dont index tags --- _src/robots.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_src/robots.txt b/_src/robots.txt index 18cc5990..6b102523 100644 --- a/_src/robots.txt +++ b/_src/robots.txt @@ -5,5 +5,6 @@ User-agent: * Disallow: /search/ Disallow: /page/ Disallow: /*/page/ +Disallow: /tag/ -Sitemap: {{ site.url }}/sitemap.xml \ No newline at end of file +Sitemap: {{ site.url }}/sitemap.xml