feat: avoid indexing of content by crawlers

This commit is contained in:
Björn Fromme
2026-03-16 12:03:00 +01:00
parent 40c0042158
commit 4e067d13b3
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
User-agent: *
Disallow: /
+1
View File
@@ -4,6 +4,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="robots" content="noindex,nofollow">
<title>{% block title %}MyE&amp;P{% endblock %}</title>
<link rel="icon" href="{{ asset('build/favicon/favicon.ico') }}" sizes="32x32">
<link rel="icon" href="{{ asset('build/favicon/icon.svg') }}" type="image/svg+xml">