Jdlrobson has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/247532

Change subject: Use correct robots tag for Gather
......................................................................

Use correct robots tag for Gather

Bug: T96689
Change-Id: Id7b8d550d82f0d2945c67958e54ab13a300d1261
---
M includes/specials/SpecialGather.php
1 file changed, 7 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Gather 
refs/changes/32/247532/1

diff --git a/includes/specials/SpecialGather.php 
b/includes/specials/SpecialGather.php
index 86c5b2b..480d006 100644
--- a/includes/specials/SpecialGather.php
+++ b/includes/specials/SpecialGather.php
@@ -304,6 +304,13 @@
        }
 
        /**
+        * @inheritdoc
+        */
+       protected function getRobotPolicy() {
+               return 'index,follow';
+       }
+
+       /**
         * Render an error to the special page
         *
         * @param View $view View of error to render

-- 
To view, visit https://gerrit.wikimedia.org/r/247532
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Id7b8d550d82f0d2945c67958e54ab13a300d1261
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Gather
Gerrit-Branch: dev
Gerrit-Owner: Jdlrobson <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to