Send noindex to avoid bots

This commit is contained in:
ha99y 2013-09-27 00:56:30 -07:00
parent 90e644e9eb
commit b495bdd3a9

View File

@ -29,4 +29,7 @@ function setup_settings_tabs($active)
} }
} }
// Send noindex to avoid bots
header("X-Robots-Tag: noindex, nofollow", true);
?> ?>