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 | |
| Translate the CrawlableAllPages extension if it is available at translatewiki.net | |
TheCrawlableAllPages overrides the<metaname="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.
CrawlableAllPages in yourextensions/ folder.wfLoadExtension('CrawlableAllPages');