Extension:AutoKeywords
This extension is currently not actively maintained! Although it may still work, any bug reports or feature requests will more than likely be ignored. |
AutoKeywords Release status: unmaintained |
|
---|---|
![]() |
|
Description | Adds meta keywords automatically |
Author(s) | Abhi M Balakrishnantalk |
Latest version | 0.1 (2012-12-08) |
MediaWiki | 1.20+ |
PHP | 5.3+ |
License | GNU General Public License 3.0 |
Download | Project page Download snapshot Git [Help ] Browse source code ![]() Readme |
|
|
The AutoKeywords extension automatically adds meta keywords to articles according to current page, categories and with pre defined set of keywords.
InstallationEdit
- Download and place the file(s) in a directory called
AutoKeywords
in yourextensions/
folder. - Add the following code at the bottom of your LocalSettings.php:
require_once "$IP/extensions/AutoKeywords/AutoKeywords.php";
- Configure as required.
- Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
Configuration parametersEdit
$CommonKeywords = "keywords, that are, relevant, to your site, in comma separated values";
Change it according to the requirement.