{"id":44930687,"url":"https://github.com/codeboxrcodehub/cbxsearchtracker","last_synced_at":"2026-02-18T06:00:54.279Z","repository":{"id":339052447,"uuid":"1160275338","full_name":"codeboxrcodehub/cbxsearchtracker","owner":"codeboxrcodehub","description":"Track WordPress search keywords and display the most searched keywords in a simple admin dashboard.","archived":false,"fork":false,"pushed_at":"2026-02-17T18:56:23.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-02-18T00:06:45.984Z","etag":null,"topics":["php","plugin","search","wordpress"],"latest_commit_sha":null,"homepage":"https://codeboxr.com","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/codeboxrcodehub.png","metadata":{"files":{"readme":"readme.txt","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-02-17T18:44:56.000Z","updated_at":"2026-02-17T18:55:56.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/codeboxrcodehub/cbxsearchtracker","commit_stats":null,"previous_names":["codeboxrcodehub/cbxsearchtracker"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/codeboxrcodehub/cbxsearchtracker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeboxrcodehub%2Fcbxsearchtracker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeboxrcodehub%2Fcbxsearchtracker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeboxrcodehub%2Fcbxsearchtracker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeboxrcodehub%2Fcbxsearchtracker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codeboxrcodehub","download_url":"https://codeload.github.com/codeboxrcodehub/cbxsearchtracker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeboxrcodehub%2Fcbxsearchtracker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29569994,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-18T04:18:28.490Z","status":"ssl_error","status_checked_at":"2026-02-18T04:13:49.018Z","response_time":162,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["php","plugin","search","wordpress"],"created_at":"2026-02-18T06:00:36.256Z","updated_at":"2026-02-18T06:00:54.273Z","avatar_url":"https://github.com/codeboxrcodehub.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"=== CBX Search Tracker ===\nContributors: codeboxr, manchumahara\nTags: search, search analytics, keyword tracker, search tracker, admin dashboard\nRequires at least: 5.8\nTested up to: 6.5\nRequires PHP: 7.4\nStable tag: 1.2.1\nLicense: GPLv2 or later\nLicense URI: https://www.gnu.org/licenses/gpl-2.0.html\nText Domain: cbxsearchtracker\n\nTrack WordPress search keywords and display the most searched keywords in a simple admin dashboard.\n\n== Description ==\n\nCBX Search Tracker records every keyword searched on your WordPress site and keeps track of how many times each keyword has been searched.\n\nIt provides a clean admin dashboard page where you can view the most searched keywords, along with search count and last searched date.\n\nPerfect for:\n\n* Understanding user intent\n* Discovering popular topics\n* Identifying content gaps\n* Improving SEO strategy\n* Building data-driven content\n\n== Features ==\n\n* Automatically tracks all WordPress search queries\n* Stores search count per keyword\n* Normalizes keywords (lowercase + trimmed)\n* Displays top 100 searched keywords\n* Shows last searched date\n* Delete individual keywords from dashboard\n* Secure admin actions (nonce protected)\n* Translation ready\n* Lightweight and database-efficient\n\n== Installation ==\n\n1. Upload the plugin folder to `/wp-content/plugins/`\n2. Activate the plugin through the 'Plugins' menu in WordPress\n3. Go to **Search Tracker** in the WordPress admin menu\n4. Start analyzing your search data\n\n== Frequently Asked Questions ==\n\n= Does this track admin searches? =\n\nNo. Only frontend searches are tracked.\n\n= Does this affect performance? =\n\nNo noticeable impact. It performs a single lightweight database query per search.\n\n= Can I delete keywords? =\n\nYes. Each keyword can be deleted individually from the dashboard.\n\n= Is it translation ready? =\n\nYes. The plugin uses the text domain `cbxsearchtracker`.\n\n= Does it track zero-result searches? =\n\nCurrently it tracks all searches. Zero-result filtering can be added in a future version.\n\n== Screenshots ==\n\n1. Admin dashboard showing most searched keywords\n2. Delete keyword action\n3. Empty state when no searches recorded\n\n== Changelog ==\n= 1.2.1 =\n* Added total count for keywords\n* Added total count for total search\n* Added author and licence information\n\n= 1.2.0 =\n* Added delete all feature\n\n= 1.1.0 =\n* Added translation support\n* Added delete keyword option\n* Added nonce verification for security\n* Improved keyword normalization\n\n= 1.0.0 =\n* Initial release\n* Tracks search keywords\n* Admin dashboard listing\n\n== Upgrade Notice ==\n\n= 1.1.0 =\nImproved security and added delete functionality.\n\n== Support ==\n\nFor support, feature requests, or bug reports:\nhttps://codeboxr.com/\n\n== Privacy ==\n\nThis plugin stores search keywords in your WordPress database. It does not send any data to external services.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodeboxrcodehub%2Fcbxsearchtracker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodeboxrcodehub%2Fcbxsearchtracker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodeboxrcodehub%2Fcbxsearchtracker/lists"}