WordPress
See which AI agents read your WordPress site
Install the plugin, paste a key, done. It reports from the server after the page has gone out, so it never costs a visitor anything.
Why you can't see them today
Every analytics plugin on your site is a browser script — Google Analytics, Jetpack, whatever your theme bundles. An AI agent requests a post, reads the HTML, and leaves without executing any of it, so none of them ever see it. WordPress writes the request to the access log and nothing reads that log for agents.
The reason there's no script tag to paste. AI agents don't execute JavaScript. Every analytics tool you already run is a browser tag, so it never fires for an agent — which is why your dashboards show none of this traffic. The only way to see it is server-side, at the edge, or in your logs.
See yours before you install anything
Check my log free →Install: Plugin
- Install the plugin. Download the latest release from the repo and upload it in Plugins → Add New → Upload, then activate.
https://github.com/pickrate-io/wordpress/releases - Paste a secret key. Settings → Pickrate. Use a secret (sk_) key from your Pickrate settings — publishable keys are rejected, because agent detection is server-side.
- Prove it works. Hit 'Send a test hit'. It reports exactly what Pickrate said rather than claiming success, so a wrong key fails loudly instead of silently.
Gotchas worth knowing first
Full-page caching hides traffic from it
It must be a secret key
Keep the key out of the database if you can
It reports after the response, never during
Questions
Why doesn't my analytics plugin show AI crawlers?
Will this slow down my site?
What data does it send?
Does it work with WP Engine, Kinsta, or other managed hosts?
Other setups
- Track AI agent traffic with a Cloudflare Worker — Goes in front of any origin. The only option when you don't control the codebase.
- Track AI agent traffic in Express — One line. Connect-style, so Express, Connect, and raw node:http all work.
- All install options — the full chooser, including pasting a log with no install at all.
- Developer reference — every method in one place.