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:
authorMatthieu Aubry <matt@piwik.org>2015-06-08 08:29:05 +0300
committerMatthieu Aubry <matt@piwik.org>2015-06-08 08:29:05 +0300
commit51ab9555042a5ff049655d81a6a786f9bf37ad86 (patch)
treee3a2937de4ccdbd31430f6c2f70e2bd7b33fab4a /plugins/Overlay
parent304093038fc388162be7934b48b1ff71edc1bb21 (diff)
parentc1172741efae17126fc3acf40de9c174c200bba7 (diff)
Merge pull request #8058 from piwik/6552
set noindex,nofollow option for all pages apart from login page
Diffstat (limited to 'plugins/Overlay')
-rw-r--r--plugins/Overlay/templates/notifyParentIframe.twig1
-rw-r--r--plugins/Overlay/templates/showErrorWrongDomain.twig1
2 files changed, 2 insertions, 0 deletions
diff --git a/plugins/Overlay/templates/notifyParentIframe.twig b/plugins/Overlay/templates/notifyParentIframe.twig
index 19327445a1..4895a65a6e 100644
--- a/plugins/Overlay/templates/notifyParentIframe.twig
+++ b/plugins/Overlay/templates/notifyParentIframe.twig
@@ -1,6 +1,7 @@
<html>
<head>
<title></title>
+ <meta name="robots" content="noindex,nofollow">
</head>
<body>
<script type="text/javascript">
diff --git a/plugins/Overlay/templates/showErrorWrongDomain.twig b/plugins/Overlay/templates/showErrorWrongDomain.twig
index cfb19855e4..8bc5e87393 100644
--- a/plugins/Overlay/templates/showErrorWrongDomain.twig
+++ b/plugins/Overlay/templates/showErrorWrongDomain.twig
@@ -2,6 +2,7 @@
<html>
<head>
<meta charset="utf-8">
+ <meta name="robots" content="noindex,nofollow">
<title></title>
<meta name="generator" content="Piwik - free/libre analytics platform"/>
{% include "@CoreHome/_favicon.twig" %}