https://github.com/codeboxrcodehub/cbxsearchtracker
Track WordPress search keywords and display the most searched keywords in a simple admin dashboard.
https://github.com/codeboxrcodehub/cbxsearchtracker
php plugin search wordpress
Last synced: 4 months ago
JSON representation
Track WordPress search keywords and display the most searched keywords in a simple admin dashboard.
- Host: GitHub
- URL: https://github.com/codeboxrcodehub/cbxsearchtracker
- Owner: codeboxrcodehub
- Created: 2026-02-17T18:44:56.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2026-02-17T18:56:23.000Z (4 months ago)
- Last Synced: 2026-02-18T00:06:45.984Z (4 months ago)
- Topics: php, plugin, search, wordpress
- Language: PHP
- Homepage: https://codeboxr.com
- Size: 3.91 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.txt
Awesome Lists containing this project
README
=== CBX Search Tracker ===
Contributors: codeboxr, manchumahara
Tags: search, search analytics, keyword tracker, search tracker, admin dashboard
Requires at least: 5.8
Tested up to: 6.5
Requires PHP: 7.4
Stable tag: 1.2.1
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cbxsearchtracker
Track WordPress search keywords and display the most searched keywords in a simple admin dashboard.
== Description ==
CBX Search Tracker records every keyword searched on your WordPress site and keeps track of how many times each keyword has been searched.
It provides a clean admin dashboard page where you can view the most searched keywords, along with search count and last searched date.
Perfect for:
* Understanding user intent
* Discovering popular topics
* Identifying content gaps
* Improving SEO strategy
* Building data-driven content
== Features ==
* Automatically tracks all WordPress search queries
* Stores search count per keyword
* Normalizes keywords (lowercase + trimmed)
* Displays top 100 searched keywords
* Shows last searched date
* Delete individual keywords from dashboard
* Secure admin actions (nonce protected)
* Translation ready
* Lightweight and database-efficient
== Installation ==
1. Upload the plugin folder to `/wp-content/plugins/`
2. Activate the plugin through the 'Plugins' menu in WordPress
3. Go to **Search Tracker** in the WordPress admin menu
4. Start analyzing your search data
== Frequently Asked Questions ==
= Does this track admin searches? =
No. Only frontend searches are tracked.
= Does this affect performance? =
No noticeable impact. It performs a single lightweight database query per search.
= Can I delete keywords? =
Yes. Each keyword can be deleted individually from the dashboard.
= Is it translation ready? =
Yes. The plugin uses the text domain `cbxsearchtracker`.
= Does it track zero-result searches? =
Currently it tracks all searches. Zero-result filtering can be added in a future version.
== Screenshots ==
1. Admin dashboard showing most searched keywords
2. Delete keyword action
3. Empty state when no searches recorded
== Changelog ==
= 1.2.1 =
* Added total count for keywords
* Added total count for total search
* Added author and licence information
= 1.2.0 =
* Added delete all feature
= 1.1.0 =
* Added translation support
* Added delete keyword option
* Added nonce verification for security
* Improved keyword normalization
= 1.0.0 =
* Initial release
* Tracks search keywords
* Admin dashboard listing
== Upgrade Notice ==
= 1.1.0 =
Improved security and added delete functionality.
== Support ==
For support, feature requests, or bug reports:
https://codeboxr.com/
== Privacy ==
This plugin stores search keywords in your WordPress database. It does not send any data to external services.