Quick META Keywords WordPress Plugin
The Quick META Keywords WordPress Plugin will automatically add META Keywords tags to every single post on your wordpress blog. The keywords will be derived from the categories under which the article is categorized.
Installation
1. Unpack the download-package
2. Upload folder include all files to the “/wp-content/plugins/” directory
3. Activate the plugin through the ‘Plugins’ menu in WordPress
4. Check your article source code for the META keywords tags.
Download now (.zip)
Why do I need this plugin?
META keywords tag between the <HEAD> tags of your blog template are essential for search engine optimization (SEO). Unfortunately wordpress does not generate the META keywords tags for you.
How many blogs are using this?
Download stats reveal over 1200 blogs might be using this plugin.
Will it provide keywords for my homepage?
No. Since only single posts are categorized, and this plugin uses categories for keywords, it only works with single articles
How do I add keywords to my homepage?
Simply use this code
<?php if (is_home()) { ?>
<meta name="keywords" content="keyword1, keyword2" />
<?php } ?>













nice tips.
Where do I insert all the keyword text? In the Plugin Editor? Do I enter my text after the word content”? It looks like there is a missing “.
echo ‘<meta name=”keywords” content=”‘;
so it would read
echo ‘<meta name=”keywords” content=”keyword1, keyword2, etc.”‘;
@Sylvia – A META Keywords tag will be present between the head tags when you view the source code of single pages.
@Albert – All in One SEO already has this functionality.
@Mike – The best way for SEO is to add individual keywords to every article. But that is very tedious for hundreds of articles. This plugin is a quick fix to add keywords to all articles instantly.
@Cristi – The keywords are inserted automatically. You dont need to do anything.
I like the plugin. Only issue I have is that I use tags more than categories, i.e.: one category but many tags. Is there a way round this?
Hi….
I want to use customize keywords through my sql database….
Can you please help me out…
thanks…
Tweety