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

@@ -1,6 +1,7 @@
{% load i18n %}
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="robots" content="noindex, noarchive">
<title>{% if page_title %}{{ page_title }} | {% endif %}wireguard-webadmin</title>
<!-- Google Font: Source Sans Pro -->