mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-04-29 02:34:05 -04:00
Meta robots noindex
Le fichier robots.txt ne suffit pas, par exemple quand FreshRSS n'est
pas à la racine d'un domaine.
Supplément de
54ea52f6c7
This commit is contained in:
@@ -21,6 +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" />
|
||||
</head>
|
||||
<body>
|
||||
<?php $this->partial ('header'); ?>
|
||||
|
||||
Reference in New Issue
Block a user