aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWojciech Polak <polak@gnu.org>2012-09-08 13:33:03 +0200
committerWojciech Polak <polak@gnu.org>2012-09-08 13:33:03 +0200
commit278e9596c71601c42dd71a87f2ff572869de59a0 (patch)
tree19aaa3f9845f8d9ef842a9ed3253e6b84a6d9824
parent01d28dc7cdee269d31055867c397a3371a6076ce (diff)
downloadcheetah-278e9596c71601c42dd71a87f2ff572869de59a0.tar.gz
cheetah-278e9596c71601c42dd71a87f2ff572869de59a0.tar.bz2
Add "X-Robots-Tag: noindex" to XRDS.
-rw-r--r--frontend/xrds.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/frontend/xrds.php b/frontend/xrds.php
index 8939ace..9c430e1 100644
--- a/frontend/xrds.php
+++ b/frontend/xrds.php
@@ -2,7 +2,7 @@
/*
Cheetah News xrds.php
- Copyright (C) 2008, 2010 Wojciech Polak.
+ Copyright (C) 2008, 2010, 2012 Wojciech Polak.
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
@@ -19,6 +19,7 @@
*/
header ('Content-Type: application/xrds+xml');
+header ('X-Robots-Tag: noindex');
echo '<?xml version="1.0" encoding="UTF-8"?>'."\n";
?>

Return to:

Send suggestions and report system problems to the System administrator.