Search Term Tagging Plugins

Update 16 June 2009:

Purwedi Kurniawan has made the upgrade version of this plugins called Search Term Tagging 2. It’s better and worth a try.

Here’s the feature:

* Few bug fix,
* No direct queries to the database, a keyword will not stored twice into database
* Add a limit of 30 keywords, or according to user settings
* Sort the keywords, newest keyword shown first
* Auto-create links to corresponding blog post
* Add Bing search engine to the search engine list
* Add a WordPress Admin page to ease the user, the option setting currently available: Number of maximum keywords; Header template; Options to add a keyword list automatically at the bottom of the article or manually placed by user.

* Free Download here. and follow the installation instruction here.

Thanks to Purwedi for the good upgrade.  :) I do hope, however, that there’s an option to set the search term result into hyperlink and/or plain text.

***

Name of plugins: Search Term Tagging
Author: James Asher
Functionality: if a user searches for Keyword XYZ on Google or other search engines and ultimately visits one of the blog entries, that blog entry will have the Keyword XYZ added to its tag list
Download: Download here
Bugs fixed version by Cosa Aranda: Download here or here (zip file) (recommended).

How to install (assuming you use the bugs fixed version). If using the original version see here:

1. After unzipping the file (for bugs fixed version), upload it into plugins directory i.e. public_html/wp-content/plugins/–puthere–
2. Activate the plugin in Plugin Admin.
3. Add the following code where you want the incoming search-term-tagging to appear. Hint: in single.php or comments.php


<?php
/* Search Term Tagging Plugin */
echo "<div id=\"searchTermTagging\">";
echo stt_terms_list();
echo "</div>";
?>

Problems:

This plugins is nice. It really is able to increase your traffic. The problem is we cannot set or limit the maximum query result, say, 40 result maximum like bstat does.

Anyone who can  limit the maximum result and bundling the same result into one would make this plugins even better.

Related posts: