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 @@
2 2
3/* 3/*
4 Cheetah News xrds.php 4 Cheetah News xrds.php
5 Copyright (C) 2008, 2010 Wojciech Polak. 5 Copyright (C) 2008, 2010, 2012 Wojciech Polak.
6 6
7 This program is free software; you can redistribute it and/or modify it 7 This program is free software; you can redistribute it and/or modify it
8 under the terms of the GNU General Public License as published by the 8 under the terms of the GNU General Public License as published by the
@@ -19,6 +19,7 @@
19*/ 19*/
20 20
21header ('Content-Type: application/xrds+xml'); 21header ('Content-Type: application/xrds+xml');
22header ('X-Robots-Tag: noindex');
22echo '<?xml version="1.0" encoding="UTF-8"?>'."\n"; 23echo '<?xml version="1.0" encoding="UTF-8"?>'."\n";
23 24
24?> 25?>

Return to:

Send suggestions and report system problems to the System administrator.