Extension:YetAnotherKeywords
Appearance
This extension is incompatible with MediaWiki 1.39 or any later release!
|
This extension is currently not actively maintained! Although it may still work, any bug reports or feature requests will more than likely be ignored. |
Release status: unmaintained |
|
|---|---|
| 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+ |
| Database changes | No |
| License | MIT License |
| Download | Download snapshot Note: README |
| Example | All pages with keywords |
<metakeywords> |
|
| Translate the YetAnotherKeywords extension | |
An extension which gives users the ability to inject <meta> keywords into the document header.
Installation
- Download and move the extracted
YetAnotherKeywordsfolder to yourextensions/directory.
Developers and code contributors should install the extension from Git instead, using:cd extensions/ git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/YetAnotherKeywords
- Add the following code at the bottom of your LocalSettings.php file:
require_once "$IP/extensions/YetAnotherKeywords/YetAnotherKeywords.php";
Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
Usage
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" />
See also
- Extension:MetaDescriptionTag
- User:Jehy - Other plugins by Jehy, and articles for using wiki in safe mode
Categories:
- Extensions incompatible with 1.39/en
- Unmaintained extensions/en
- Tag extensions/en
- MIT licensed extensions/en
- Extensions in GitHub version control/en
- OutputPageBeforeHTML extensions/en
- All extensions/en
- Extensions not using extension registration/en
- HTML head extensions/en
- Search engine optimization extensions/en
