MediaWiki extensions manual
YetAnotherKeywords
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
GitHub:

Note:
No localisation updates are
provided by translatewiki.net .


README
Example All pages with keywords
Tags
<metakeywords>
Hooks used
  • OutputPageBeforeHTML
Quarterly downloads 5 (Ranked 165th)
Translate the YetAnotherKeywords extension

An extension which gives users the ability to inject <meta> keywords into the document header.

Installation

  • Download and place the file(s) in a directory called YetAnotherKeywords in your extensions/ folder.
  • Add the following code at the bottom of your LocalSettings.php file:
    require_once "$IP/extensions/YetAnotherKeywords/YetAnotherKeywords.php";
    
  • Yes 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
This article is issued from Mediawiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.