-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreadme.txt
More file actions
107 lines (74 loc) · 2.77 KB
/
readme.txt
File metadata and controls
107 lines (74 loc) · 2.77 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
=== 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.