Frequently Searched Words
It is possible to register and display frequently searched words in site search.
The facts
- Rating
- 1★ from 1
- Active installs
- 100+
- Price
- Free
- Last updated
- 14 Feb 2021
- Added
- Feb 2017
- Requires WP
- 4.7.2
- Tested up to
- WP 5.6.19
- Downloads
- 3,239
Our analysis
AI-assistedFrequently Searched Words is a WordPress plugin that allows you to monitor the number of times specific words are searched on your site. It provides a shortcode feature that you can use to display this information in posts or templates.
This plugin is suitable for site administrators who want to track search behaviour on their WordPress site. It can help you understand what content users are looking for, potentially guiding your content strategy.
Best for: Site administrators wanting to track search terms on their WordPress site.
What it does well
- ✓Free to use from the WordPress.org directory
- ✓Allows tracking of search term frequency
- ✓Includes a shortcode for easy integration
Where it falls short
- •Low rating of 1 out of 5 from 1 review
- •Limited active installs at 100
- •Last updated in February 2021
Verdict
While it offers basic functionality for monitoring search terms, its low rating and limited updates may raise concerns for potential users.
From the developer
miiitaka's own description of Frequently Searched Words, lightly tidied.
You can check the count number of words searched in the site search in the administration menu.
If you paste the following shortcode into a template, post, etc., you can output it.
[ Example ]
<?php
if ( shortcode_exists( 'wp-frequently-searched-words' ) ) {
echo do_shortcode( '[wp-frequently-searched-words]' );
}
?>
Attributes that can be set for short code
- id : e.g) id=”example”
- class : e.g) class=”example”
- limit : e.g) limit=”5″ (default: 10)
Contact
- email to foundationmeister[at]outlook.com
- twitter @miiitaka