Merge pull request #2435 from screendriver/noindex

Prevent indexing content by search engines
This commit is contained in:
vabene1111
2023-05-23 13:11:12 +02:00
committed by GitHub

View File

@@ -9,6 +9,7 @@
{% endblock %}</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="robots" content="noindex,nofollow" />
<link rel="shortcut icon" type="image/x-icon" href="{% static 'assets/favicon.svg' %}">