Add robots meta tag to prevent indexing and archiving of pages

This commit is contained in:
Eduardo Silva
2026-03-24 12:38:18 -03:00
parent 7aeb37ce28
commit 0a6d70d144
4 changed files with 4 additions and 0 deletions

View File

@@ -2,6 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="robots" content="noindex, noarchive">
<title>{% if authenticated %}VPN Invite{% else %}Authentication Required{% endif %}</title>
<style>
body {