Ajoute nofollow à la balise robots.txt

Voir 147b3fdda4
pull/279/head
Marien Fressinaud 11 years ago committed by Alexandre Alapetite
parent 3744df6866
commit 19b9746a0f
  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 $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'); ?>

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

Loading…
Cancel
Save