diff options
| author | 2013-11-15 21:40:22 +0100 | |
|---|---|---|
| committer | 2013-11-15 21:40:22 +0100 | |
| commit | eaee810153352680c54ef8755d36d6882a43d32d (patch) | |
| tree | 6e6067ef86f83722ca24ae791faccb4c93954411 /app/layout/layout.phtml | |
| parent | 91622214cd3502716cbb769af7c8e511866c159f (diff) | |
Ajoute nofollow à la balise robots.txt
Voir 147b3fdda4d95c217ee3923930587d1dc1bd97ee
Diffstat (limited to 'app/layout/layout.phtml')
| -rw-r--r-- | app/layout/layout.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/layout/layout.phtml b/app/layout/layout.phtml index cc0d44237..bb4a1f7eb 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 htmlspecialchars($this->rss_title, ENT_COMPAT, 'UTF-8'); ?>" 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'); ?> |
