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 <thomas.steur@gmail.com>2015-06-08 06:38:29 +0300
committerThomas Steur <thomas.steur@gmail.com>2015-06-08 06:38:29 +0300
commitc1172741efae17126fc3acf40de9c174c200bba7 (patch)
treea40585e2402dd64aba836266ffb9a130864348d1 /plugins/Login/templates/login.twig
parent254ec097b228721cb646badd71e3c54ac4b429c8 (diff)
refs #6552 set noindex,nofollow option for all pages apart from login page
Diffstat (limited to 'plugins/Login/templates/login.twig')
-rw-r--r--plugins/Login/templates/login.twig5
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/Login/templates/login.twig b/plugins/Login/templates/login.twig
index 3092c8cfbd..68e371079f 100644
--- a/plugins/Login/templates/login.twig
+++ b/plugins/Login/templates/login.twig
@@ -2,6 +2,11 @@
{% block head %}
{{ parent() }}
+
+ {% block meta %}
+ <meta name="robots" content="index,follow">
+ {% endblock %}
+
<script type="text/javascript" src="libs/bower_components/jquery-placeholder/jquery.placeholder.js"></script>
<!--[if lt IE 9]>
<script src="libs/bower_components/html5shiv/dist/html5shiv.min.js"></script>