diff options
-rw-r--r-- | inc/actions.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/inc/actions.php b/inc/actions.php index d3eff18b7..d7c51282f 100644 --- a/inc/actions.php +++ b/inc/actions.php @@ -356,6 +356,9 @@ function act_export($act){ global $ID; global $REV; + // search engines: never cache exported docs! (Google only currently) + header('X-Robots-Tag: noindex'); + // no renderer for this if($act == 'export_raw'){ header('Content-Type: text/plain; charset=utf-8'); |