Extension:CrawlableAllPages

Category:Extensions without an imageCategory:GPL licensed extensions
MediaWiki extensions manual
CrawlableAllPages
Release status: stableCategory:Stable extensions
Implementation Special page Category:Special page extensions
Description Removes the robot restrictions on Special:AllPages
Author(s) Mark A. Hershberger
Latest version 0.1 (March 2019)
Compatibility policy Master maintains backward compatibility.Category:Extensions with master compatibility policy
MediaWiki 1.27+Category:Extensions with manual MediaWiki version
PHP 5.3
Database changes No
Composer mediawiki/crawlable-all-pagesCategory:Extensions supporting Composer
License GNU General Public License 3.0 or later
Download Category:Extensions in Wikimedia version control
Quarterly downloads 3 (Ranked 111st)
Translate the CrawlableAllPages extension if it is available at translatewiki.net
Category:All extensions

The CrawlableAllPages overrides the <meta name="robots" content="noindex,nofollow" /> line in the header of Special:AllPages so that a crawler can easily index the entire wiki by being pointed to Special:AllPages.

Installation

  • Download and place the file(s) in a directory called CrawlableAllPages in your extensions/ folder.
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'CrawlableAllPages' );
    
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
Category:All extensions Category:Extensions in Wikimedia version control Category:Extensions supporting Composer Category:Extensions with manual MediaWiki version Category:Extensions with master compatibility policy Category:Extensions without an image Category:GPL licensed extensions Category:Special page extensions Category:Stable extensions