Extension:YetAnotherKeywords
From MediaWiki.org
YetAnotherKeywords Release status: stable |
|||
---|---|---|---|
Implementation | Tag | ||
Description | Extension tag for adding a custom <meta> keywords to the document header. | ||
Author(s) | http://jehy.ru/index.en.html (Jehytalk) | ||
Latest version | 0.2 (2012-09-18) | ||
MediaWiki | 1.6.x, 1.8.x, 1.9.x, 1.13.x, ... , 1.19 or higher | ||
Database changes | no | ||
License | GPL | ||
Download |
Download snapshot Note: README |
||
Example | All pages with keywords | ||
|
|||
Translate the YetAnotherKeywords extension if it is available at translatewiki.net |
|||
Check usage and version matrix; code metrics |
An extension which gives users the ability to inject a <meta> keywords into the document header.
Installation[edit | edit source]
- Extract the archive to $IP/extensions.
- Enable the extension by adding this line to your LocalSettings.php:
require_once($IP.'/extensions/YetAnotherKeywords.php');
Usage[edit | edit source]
Once installed, editors of your wiki can add a <meta> keywords tag by adding the following to the article text:
<metakeywords> keyword1,keyword2,keyword3</metakeywords>
For example, the above would become:
<meta name="keywords" content="keyword1,keyword2,keyword3" />