Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Steur <tsteur@users.noreply.github.com>2019-02-25 12:46:59 +0300
committerStefan Giehl <stefan@matomo.org>2019-02-25 12:46:59 +0300
commita0b260c00303c288fd1aeaa6f44db3f185608210 (patch)
tree1748322ae9b7c9ce6871487eeb808e90d1bfa201 /plugins/Login
parentddd5ef0fca8efb873b909e81eaf469f73ad95150 (diff)
Noindex, nofollow for login page and tracker default output (#14121)
* Noindex, nofollow for login page * Update Response.php * update tests * update UI files
Diffstat (limited to 'plugins/Login')
-rw-r--r--plugins/Login/templates/loginLayout.twig2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Login/templates/loginLayout.twig b/plugins/Login/templates/loginLayout.twig
index 837d3d3fd5..f1132812f5 100644
--- a/plugins/Login/templates/loginLayout.twig
+++ b/plugins/Login/templates/loginLayout.twig
@@ -1,7 +1,7 @@
{% extends '@Morpheus/layout.twig' %}
{% block meta %}
- <meta name="robots" content="index,follow">
+ <meta name="robots" content="noindex,nofollow">
{% endblock %}
{% block head %}