Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.

v2.6.0

Choose a tag to compare

@octfx octfx released this 13 Oct 13:47
· 169 commits to master since this release
66518ec

Add a noindex policy to page titles specified in $wgWikiSeoNoindexPageTitles.
Example:

$wgWikiSeoNoindexPageTitles = [
  'Main_Page',
  'My_Custom_Page',
];