Extension:CrawlableAllPages
CrawlableAllPages Release status: stable |
|
---|---|
Implementation | Special page |
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. |
MediaWiki | 1.27+ |
PHP | 5.3 |
Database changes | No |
Composer | mediawiki/crawlable-all-pages |
License | GNU General Public License 3.0 or later |
Download | |
Quarterly downloads | 0 |
Translate the CrawlableAllPages extension if it is available at translatewiki.net | |
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
edit- Download and place the file(s) in a directory called
CrawlableAllPages
in yourextensions/
folder. - Add the following code at the bottom of your LocalSettings.php file:
wfLoadExtension( 'CrawlableAllPages' );
- Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.