AI-Advisors
AI-Advisors detects AI crawler and AI-referral traffic at the server (PHP) level — traffic that JavaScript analytics miss, because most AI bots don’t run JavaScript. It also adds a few answer-engine-optimization basics you can apply from your own site data, and (optionally) connects to the AI-Advisors platform to review and apply AEO recommendations from a WordPress inbox.
Works without an account (free, local)
These features run entirely on your site and need no AI-Advisors account:
- AI bot rules for robots.txt — allow AI search crawlers (which drive citations) and block AI training crawlers, served through WordPress’s robots.txt.
- llms.txt generator — build an
llms.txtsummary of your key pages from your own site data. - Organization schema — add Organization JSON-LD built from your site name, URL, and description.
With an AI-Advisors account (optional)
If you connect a domain key from the AI-Advisors platform, you also get:
- Server-side AI bot tracking — detects 16+ AI crawler signatures (GPTBot, ClaudeBot, PerplexityBot, Google-Extended, and more) and AI-referral visits, and sends them to your AI-Advisors dashboard for analysis.
- A WordPress Inbox — review AEO recommendations from the platform and apply them yourself: robots.txt rules, llms.txt, FAQ/Organization schema, heading rewrites, meta descriptions, and blog drafts. Every change is shown before you apply it, and can be undone.
- An AEO score badge in the admin bar and a dashboard widget.
Every change is reviewed and applied by you in the WordPress Inbox — the plugin does not change your site automatically.
Privacy first
- No cookies, no client-side tracking scripts.
- Only AI-related traffic is captured; regular human visitors are ignored.
- Sensitive query parameters (passwords, tokens, credit-card-like keys) are redacted before anything is queued.
- WordPress admin, REST API, cron, and AJAX requests are excluded from tracking.
- Tracking is off by default and only runs after you enter a domain key and enable it.
External Services
This plugin can connect to the AI-Advisors platform (https://app.ai-advisors.ai), operated by AI-Advisors, to provide AI-bot analytics, an AEO score, and AEO recommendations. The free local tools described above do not contact any external service.
The connection is only active after you enter a domain key on the Settings screen and enable tracking. When active, the plugin communicates with the service as follows:
- AI-bot / AI-referral analytics — when an AI bot or AI-referral visit is detected, the plugin queues and later sends (in batches) the request URL path, user-agent, referrer, IP address, HTTP status code, response size, request timing, and any UTM parameters to
https://app.ai-advisors.ai/api/collect. This is used to populate your AI-Advisors analytics dashboard. - AEO score — on admin pages, the plugin requests your AEO score from
https://app.ai-advisors.ai/api/wordpress/score(authenticated with your domain key). - Pending recommendations — the plugin requests the list of recommendations to show in the Inbox from
https://app.ai-advisors.ai/api/wordpress/pending-actions. - Action results — when you apply, dismiss, or undo a recommendation, the plugin reports the result to
https://app.ai-advisors.ai/api/wordpress/action-complete.
All requests are made over HTTPS with TLS certificate verification enabled. The domain key is sent in an HTTP Authorization header and, for compatibility with the current platform API, as a request parameter of the same HTTPS requests.
Use of the AI-Advisors service is subject to its terms and privacy policy:
- Terms of Service: https://ai-advisors.ai/terms
- Privacy Policy: https://ai-advisors.ai/privacy
