aboutsummaryrefslogtreecommitdiff
path: root/web/index.templ
diff options
context:
space:
mode:
authorXe Iaso <me@xeiaso.net>2025-04-06 00:14:47 -0400
committerXe Iaso <me@xeiaso.net>2025-04-06 00:16:35 -0400
commitb020d564991400e82e30347c49532457c3751238 (patch)
tree11cbb9f090b692fa81e85b9d9c4b0d1dd1f82789 /web/index.templ
parent878b37178d5b55046871ce53371eec5efb52cc78 (diff)
downloadanubis-Xe/meta-norobots.tar.xz
anubis-Xe/meta-norobots.zip
web: add noindex to base HTML templateXe/meta-norobots
Closes #227 Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to 'web/index.templ')
-rw-r--r--web/index.templ1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/index.templ b/web/index.templ
index ff3994f..90ee5a4 100644
--- a/web/index.templ
+++ b/web/index.templ
@@ -12,6 +12,7 @@ templ base(title string, body templ.Component) {
<title>{ title }</title>
<link rel="stylesheet" href={ xess.URL }/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
+ <meta name="robots" content="noindex,nofollow"/>
<style>
body,
html {