Ajoute nofollow à la balise robots.txt

Voir 147b3fdda4
pull/322/head
Marien Fressinaud 11 years ago
parent 91622214cd
commit eaee810153
  1. 2
      app/layout/layout.phtml
  2. 2
      public/robots.txt

@ -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'); ?>

@ -1,2 +1,2 @@
User-agent: *
Disallow: /
Disallow: /

Loading…
Cancel
Save