From 370b000e33e21598722e109572152e7e78100c9d Mon Sep 17 00:00:00 2001 From: Yarmo Mackenbach Date: Sun, 10 Jan 2021 18:26:05 +0100 Subject: [PATCH] Add noindex meta tag --- views/profile.pug | 1 + 1 file changed, 1 insertion(+) diff --git a/views/profile.pug b/views/profile.pug index 83c02f4..fb7ade5 100644 --- a/views/profile.pug +++ b/views/profile.pug @@ -2,6 +2,7 @@ doctype html head meta(charset='utf-8') meta(name='viewport' content='width=device-width, initial-scale=1') + meta(name='robots' content='noindex') link(rel='shortcut icon' href='/favicon.svg') title Keyoxide link(rel='stylesheet' href='/static/styles.css')