mirror of
https://github.com/Mibew/mibew.git
synced 2025-04-24 07:24:44 +03:00
Send noindex to avoid bots
This commit is contained in:
parent
90e644e9eb
commit
b495bdd3a9
@ -29,4 +29,7 @@ function setup_settings_tabs($active)
|
||||
}
|
||||
}
|
||||
|
||||
// Send noindex to avoid bots
|
||||
header("X-Robots-Tag: noindex, nofollow", true);
|
||||
|
||||
?>
|
Loading…
Reference in New Issue
Block a user