Add 'X-Robots-Tag: noindex' header in action=render pages
[lhc/web/wiklou.git] / includes / Article.php
index bcdd0cf..4cf7d3e 100644 (file)
@@ -1494,6 +1494,7 @@ class Article implements Page {
         * Handle action=render
         */
        public function render() {
+               $this->getContext()->getRequest()->response()->header( 'X-Robots-Tag: noindex' );
                $this->getContext()->getOutput()->setArticleBodyOnly( true );
                $this->getContext()->getOutput()->enableSectionEditLinks( false );
                $this->view();