From 869d55dfd157867ea2fc2d61212e667fc59336e9 Mon Sep 17 00:00:00 2001 From: Clement Michaud Date: Thu, 19 Oct 2017 21:28:15 +0200 Subject: [PATCH] Add a meta tag to avoid search engine indexing --- server/src/views/layout/layout.pug | 1 + 1 file changed, 1 insertion(+) diff --git a/server/src/views/layout/layout.pug b/server/src/views/layout/layout.pug index 80f9f3fa..07fb0613 100644 --- a/server/src/views/layout/layout.pug +++ b/server/src/views/layout/layout.pug @@ -4,6 +4,7 @@ html head title Authelia - 2FA meta(name="viewport", content="width=device-width, initial-scale=1.0")/ + meta(name="robots", content="noindex, nofollow, nosnippet, noarchive")/ link(rel="icon", href="/img/icon.png" type="image/png" sizes="32x32")/ link(rel="stylesheet", type="text/css", href="/css/authelia.css")/ if redirection_url