We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f59b8f9 commit ac41d0bCopy full SHA for ac41d0b
templates/web/search.html.twig
@@ -1,4 +1,6 @@
1
{% embed "web/list.html.twig" %}
2
{% block content %}
3
{% endblock %}
4
+
5
+ {% block head_additions %}<meta name="robots" content="noindex, nofollow">{% endblock %}
6
{% endembed %}
web/robots.txt
@@ -4,3 +4,4 @@
User-agent: *
Disallow: /p/
Disallow: /p2/
7
+Disallow: /search/
0 commit comments