aboutsummaryrefslogtreecommitdiff
path: root/app/layout/layout.phtml
diff options
context:
space:
mode:
authorGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2013-11-15 21:40:22 +0100
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2013-11-16 10:26:13 +0100
commit19b9746a0f72e27ee9571595928d5908c7610e09 (patch)
treeaa30f1d46ae191ef8602261403e99636a78e07c9 /app/layout/layout.phtml
parent3744df6866857d6bcdac76e916586411f1d605ac (diff)
Ajoute nofollow à la balise robots.txt
Voir 147b3fdda4d95c217ee3923930587d1dc1bd97ee
Diffstat (limited to 'app/layout/layout.phtml')
-rw-r--r--app/layout/layout.phtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/layout/layout.phtml b/app/layout/layout.phtml
index a506f7cea..ba4df4834 100644
--- a/app/layout/layout.phtml
+++ b/app/layout/layout.phtml
@@ -21,7 +21,7 @@
<?php if (isset ($this->rss_url)) { ?>
<link rel="alternate" type="application/rss+xml" title="<?php echo $this->rss_title; ?>" href="<?php echo Url::display ($this->rss_url); ?>" />
<?php } ?>
- <meta name="robots" content="noindex" />
+ <meta name="robots" content="noindex,nofollow" />
</head>
<body>
<?php $this->partial ('header'); ?>