tinymighty/wiki-seo

There is no license information available for the latest version (1.2.2) of this package.

A simple MediaWiki extension to give you control over the HTML title and meta tags via a tag or parser function.

Installs: 4 005

Dependents: 0

Suggesters: 0

Security: 1

Stars: 17

Watchers: 9

Forks: 15

Open Issues: 13

Type:mediawiki-extension

1.2.2 2018-01-08 19:22 UTC

This package is auto-updated.

Last update: 2024-03-27 14:06:42 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.