From 4e067d13b36ec45846dd4e942fa07e8ddf5e8283 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Fromme?= Date: Mon, 23 Feb 2026 09:45:22 +0100 Subject: [PATCH] feat: avoid indexing of content by crawlers --- public/robots.txt | 2 ++ templates/base.html.twig | 1 + 2 files changed, 3 insertions(+) create mode 100644 public/robots.txt diff --git a/public/robots.txt b/public/robots.txt new file mode 100644 index 0000000..1f53798 --- /dev/null +++ b/public/robots.txt @@ -0,0 +1,2 @@ +User-agent: * +Disallow: / diff --git a/templates/base.html.twig b/templates/base.html.twig index aa5c315..9a7463c 100644 --- a/templates/base.html.twig +++ b/templates/base.html.twig @@ -4,6 +4,7 @@ + {% block title %}MyE&P{% endblock %}