Add noindex, nofollow to the base HTML

This commit is contained in:
Iam54r1n4
2025-02-03 19:30:53 +00:00
parent 2f7e1c218c
commit 4b8debebd4

View File

@ -4,6 +4,7 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="robots" content="noindex, nofollow">
<title>{% block title %}Admin Dashboard{% endblock %}</title> <title>{% block title %}Admin Dashboard{% endblock %}</title>
<!-- Google Font: Source Sans Pro --> <!-- Google Font: Source Sans Pro -->