Index: trunk/extensions/ArticleFeedbackv5/SpecialArticleFeedbackv5.php |
— | — | @@ -59,6 +59,9 @@ |
60 | 60 | public function execute( $param ) { |
61 | 61 | global $wgArticleFeedbackv5DashboardCategory; |
62 | 62 | $out = $this->getOutput(); |
| 63 | + |
| 64 | + // set robot policy |
| 65 | + $out->setIndexPolicy('noindex'); |
63 | 66 | |
64 | 67 | if( preg_match('/^(.+)\/(\d+)$/', $param, $m ) ) { |
65 | 68 | $param = $m[1]; |