diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index bb214f3..5a4f31e 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -3,6 +3,11 @@
+{{ if .Params.noindex }}
+ {{ if or (eq (.Param "noindex") true) (eq (.Param "noindex") "true") }}
+
+ {{ end }}
+{{ end }}
{{ template "_internal/google_analytics.html" . }}