Extension:YetAnotherKeywords

Category:Extensions incompatible with 1.39 Category:Unmaintained extensions#YetAnotherKeywords Category:Extensions without an imageCategory:Extensions without a compatibility policyCategory:MIT licensed extensions
MediaWiki extensions manual
YetAnotherKeywords
Release status: unmaintainedCategory:Unmaintained extensions
Implementation Tag Category:Tag extensions
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+Category:Extensions with manual MediaWiki version
Database changes No
License MIT License
Download Category:Extensions in GitHub version control
README
Example All pages with keywords
<metakeywords>
Quarterly downloads 0
Translate the YetAnotherKeywords extension
Category:All extensions

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

Installation

  • Download and move the extracted YetAnotherKeywords folder to your extensions/ 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";
    
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.Category:Extensions not using extension registration

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

Category:HTML head extensions Category:Search engine optimization extensions
Category:All extensions Category:Extensions in GitHub version control Category:Extensions incompatible with 1.39 Category:Extensions not using extension registration Category:Extensions with manual MediaWiki version Category:Extensions without a compatibility policy Category:Extensions without an image Category:HTML head extensions Category:MIT licensed extensions Category:OutputPageBeforeHTML extensions Category:Search engine optimization extensions Category:Tag extensions Category:Unmaintained extensions