Latest version is 2.3, released on 28 August 2007.
Search Meter is a WordPress plugin that helps you keep your blog focused on what your visitors want to read. It does this by keeping track of what your visitors are searching for.
If you have a Search box on your blog, Search Meter automatically records what people are searching for — and whether they are finding what they are looking for. Search Meter’s admin interface shows you what people have been searching for in the last couple of days, and in the last week or month. It also shows you which searches have been unsuccessful. If people search your blog and get no results, they’ll probably go elsewhere. With Search Meter, you’ll be able to find out what people are searching for, and give them what they want by creating new posts on those topics.
You can also show your readers what the most popular searches are. The Popular Searches widget displays a configurable list of recent popular successful search terms on your blog, with each term hyperlinked to the actual search results. There’s also a Recent Searches widget, which simply displays the most recent searches. If you are happy to edit your theme, both of these functions are also available as template tags.
Search Meter installs easily and requires no configuration. Just install it, activate it, and it starts tracking your visitors’ searches. Here’s a screenshot of the administration interface, showing some of the reports you’ll get. Click the image for a full-size view.
Compatibility
Search Meter has been tested successfully with WordPress versions from 1.5 to 2.5.1, and should also work with newer versions as they are released.
Download and Install
- Download the search-meter.php file (see the end of this article for download location).
- Copy search-meter.php into your WordPress plugins directory (wp-content/plugins).
- Log in to WordPress Admin. Go to the Plugins page and click Activate for Search Meter.
View Statistics
To see your search statistics, Log in to WordPress Admin, go to the Dashboard page and click Search Meter. You’ll see the most popular searches in the last day, week and month. Click “Last 100 Searches” or “Last 500 Searches” to see lists of all recent searches.
Manage Statistics
There are a couple of management option available if you go to the Options page and click Search Meter. Use the Reset Statistics button to clear all past search statistics; Search Meter will immediately start gathering fresh statistics. If you’re technically-minded, you might want to check the “Keep detailed information” checkbox to make Search Meter save technical information about every search (the information is taken from the HTTP headers).
Popular and Recent Searches
The Popular Searches widget displays a list of the most popular successful search terms on your blog during the last 30 days. The Recent Searches widget displays a simple list of the most recent successful search terms. In both cases, the search terms in the lists are hyperlinked to the actual search results; readers can click the search term to show the results for that search. Also, you can configure the maximum number of searches that each widget will display.
To add these widgets to your sidebar, log in to WordPress Admin, go to the Presentation page and click Widgets. You can drag the appropriate widget to the sidebar of your choice, and click the Configure button to set the number of searches to display.
Widget support depends on the version of WordPress and the theme you’re using. In some cases you will not be able to use the widgets. In any case, you can always use the Search Meter template tags to display the same information. You’ll need to edit your theme to use them.
The sm_list_popular_searches() template tag displays a list of the 5 most popular successful search terms on your blog during the last 30 days. Each term is a hyperlink; readers can click the search term to show the results for that search. Here are some examples of using this template tag.
sm_list_popular_searches()
Show a simple list of the 5 most popular recent successful search terms, hyperlinked to the actual search results.
sm_list_popular_searches('<h2>Popular Searches</h2>')
Show the list as above, with the heading “Popular Searches”. If there have been no successful searches, then this tag displays no heading and no list.
sm_list_popular_searches('<li><h2>Popular Searches</h2>', '</li>')
Show the headed list as above; this form of the tag should be used in the default WordPress theme. Put it in the sidebar.php file.
sm_list_popular_searches('<li><h2>Popular Searches</h2>', '</li>', 10)
This is the same as the above, but it shows the 10 most popular searches.
sm_list_recent_searches()
Show a simple list of the 5 most recent successful search terms, hyperlinked to the actual search results. You can also use the same options as for the sm_list_popular_searches tag.
Problems, questions or requests?
If you find any problems, please let me know by leaving a comment at the bottom of this page. You can also leave a comment if you have any questions about how it works, or if you would like to request a feature.
Download
You can download search-meter.php or view the source code. The files are hosted externally — if there’s a problem with them you can download a recent version hosted on this site. Don’t forget to check out all the other plugins available here — there’s bound to be one that you will find useful.
I write these WordPress plugins because I enjoy doing it, but it does take up a lot of my time. If you think this plugin is useful, please consider donating some appropriate amount by clicking here. Thank you.
Full WordPress plugin list
- Code Markup — Quickly paste code samples into your posts -- you can even include HTML markup in the code sample.
- Evermore — Automatically display a short preview of your posts on the home page and other multiple-post pages, along with a link to the full post.
- FixBack — Ensure trackbacks and pingbacks are sent with the correct link back to your blog.
- Less — Change the (more...) link so it jumps to the full post, not just the part after the link.
- Plaintext — Allow your readers to download source files (e.g. PHP, HTML, ASP) as plain text.
- Safe Title — Use HTML in post titles in the default WordPress theme (or any other theme).
- Search Meter — Find out what people are searching for on your blog, so you can write what your visitors want to read.
- Top Cat — Specify a main category for your posts, and use template tags to display posts differently according to their main category.
646 responses
Other comment pages: « 1 … 23 24 25 26 27 28 29 30 31 32 [33]
×™×יר, thank you very much for pointing this out. It looks as if Search Meter has a problem with some languages! (As you can see, my theme also doesn’t handle right-to-left scripts very well…)
I will fix Search Meter so it correctly handles right-to-left and multibyte scripts. My usual disclaimer applies: I don’t have much spare time to do this, so please don’t hold your breath.
This plugin helped me a lot on my blogs.
Thanks!!!!
Google compalains about pages with the same title name. All my recent searches display the same title ( my website name only). It would be great if you could change this to where the title would include the search terms as he tile:
Example:
Change from: “Chuck Littau Piano Services”
to: “[Search Terms] - Chuck Littau Piano Services”
Thank you Thank you What are your blog visitors searching for ? April 24th, 2007 - Filed under Internet Marketing & SEO, Personal, SEO Experiments by Cristian Mezei (No Ratings Yet) Loading
I have been looking for a plugin like this for a long time! Thank you for posting!
nice addition to my stats arsenal… Thanks!!
There’s a minor internal bug, some of the links link to index.php?page=search-meter.php and options-general.php?page=search-meter.php when they should actually link to index.php?page=search-meter/search-meter.php and options-general.php?page=search-meter/search-meter.php
It doesn’t break the plugin, it just means a couple admin-side links don’t work, and all it took to fix was doing a find/replace on the plugin file for those two URL segments.
@Chuck, it sounds as if you need to update the search results template page in your theme.
@Chris, thanks for pointing that out. I actually just noticed this two days ago. It happens because WordPress’s auto-update feature puts plugin files in their own subdirectory, which is a change from the original structure.
I will fix this in the next version of Search Meter. There are one or two cosmetic problems in WP2.7 that I will fix too.
Obrigado pela dicas.
Abs,
Marcelo
Good
cool thanks
search meter is just awesome worked for me.
cool site cool plugin
Cool plugin well done.
Has the plugin been fixed for WP 2.7?
I am in need of this plugin..and hence wish to use it asap..
Thanks, for the excellent work…
can’t we keep all searches instead of last 500 searches?
cool thanx
Kad?nlar Kulübü
Kad?nlar Kulübü
Web-Bilgisayar
Other comment pages: « 1 … 23 24 25 26 27 28 29 30 31 32 [33]