From 278e9596c71601c42dd71a87f2ff572869de59a0 Mon Sep 17 00:00:00 2001 From: Wojciech Polak Date: Sat, 8 Sep 2012 13:33:03 +0200 Subject: Add "X-Robots-Tag: noindex" to XRDS. --- frontend/xrds.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 ''."\n"; ?> -- cgit v1.2.1