tinymighty / wiki-seo
A simple MediaWiki extension to give you control over the HTML title and meta tags via a tag or parser function.
Installs: 4 126
Dependents: 0
Suggesters: 0
Security: 1
Stars: 17
Watchers: 9
Forks: 15
Open Issues: 13
Type:mediawiki-extension
Requires
- php: >=5.3.0
- composer/installers: *
This package is auto-updated.
Last update: 2024-10-27 15:33:38 UTC
README
This is a simple MediaWiki extension to give you control over the HTML title and meta tags via a tag or parser function.
Steps to take
Install with Composer
Follow the instructions at https://www.mediawiki.org/wiki/Composer. The identifier of this extension is tinymighty/wiki-seo
.
Prior to using Composer make sure that you remove the code of the extension as well as its invocation from your "LocalSettings.php" file if you already used it before. Composer will automatically load the extension for your wiki.
Manual installation
You can get the extension via Git (specifying WikiSEO as the destination directory):
git clone https://github.com/tinymighty/wiki-seo.git WikiSEO
Or download it as zip archive.
In either case, the "WikiSEO" extension should end up in the "extensions" directory of your MediaWiki installation. If you got the zip archive, you will need to put it into a directory called WikiSEO.
Add the following line to the end of your LocalSettings file:
require_once "$IP/extensions/WikiSEO/WikiSEO.php";
Usage
Use this extension as described on the extensions documentation page.