diff --git a/system/includes/functions.php b/system/includes/functions.php index faf7b47..732f8d9 100644 --- a/system/includes/functions.php +++ b/system/includes/functions.php @@ -1299,6 +1299,8 @@ function get_static_path() { // Generate sitemap.xml. function generate_sitemap($str) { + header('X-Robots-Tag: noindex'); + echo ''; if ($str == 'index') {