Title: AI-Advisors
Author: AI-Advisors.ai
Published: <strong>July 19, 2026</strong>
Last modified: July 19, 2026

---

Search plugins

![](https://ps.w.org/ai-advisors/assets/banner-772x250.png?rev=3613807)

![](https://ps.w.org/ai-advisors/assets/icon-256x256.png?rev=3613807)

# AI-Advisors

 By [AI-Advisors.ai](https://profiles.wordpress.org/aiadvisorsai/)

[Download](https://downloads.wordpress.org/plugin/ai-advisors.1.0.0.zip)

 * [Details](https://wordpress.org/plugins/ai-advisors/#description)
 * [Reviews](https://wordpress.org/plugins/ai-advisors/#reviews)
 *  [Installation](https://wordpress.org/plugins/ai-advisors/#installation)
 * [Development](https://wordpress.org/plugins/ai-advisors/#developers)

 [Support](https://wordpress.org/support/plugin/ai-advisors/)

## Description

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.txt` summary 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](https://app.ai-advisors.ai),
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

## Screenshots

[⌊Inbox — free local tools and pending recommendations with Apply/Dismiss⌉⌊Inbox—
free local tools and pending recommendations with Apply/Dismiss⌉[

Inbox — free local tools and pending recommendations with Apply/Dismiss

[⌊Connection tab — enter your domain key and enable tracking⌉⌊Connection tab — enter
your domain key and enable tracking⌉[

Connection tab — enter your domain key and enable tracking

[⌊Status tab — queue health, circuit breaker, and test event⌉⌊Status tab — queue
health, circuit breaker, and test event⌉[

Status tab — queue health, circuit breaker, and test event

[⌊Admin bar badge — AEO score with a color-coded indicator⌉⌊Admin bar badge — AEO
score with a color-coded indicator⌉[

Admin bar badge — AEO score with a color-coded indicator

[⌊Dashboard widget — score breakdown and quick stats⌉⌊Dashboard widget — score breakdown
and quick stats⌉[

Dashboard widget — score breakdown and quick stats

## Installation

 1. Upload the `ai-advisors` folder to `/wp-content/plugins/`, or install it from the
    Plugins screen.
 2. Activate the plugin through the ‘Plugins’ menu in WordPress.
 3. (Optional) Use the free local tools right away from AI-Advisors > Inbox — no account
    needed.
 4. (Optional) To connect the platform, go to AI-Advisors > Settings, paste your domain
    key (from your [AI-Advisors dashboard](https://app.ai-advisors.ai/dashboard/settings/tracking)
    under Settings > Tracking Setup), enable tracking, and click Save.
 5. On the Status tab, click ‘Send Test Event’ to verify the connection.

#### Configuration via wp-config.php

For production, you can set your domain key as a constant:

    ```
    define('AIADVISORS_DOMAIN_KEY', 'your-domain-key-here');
    ```

If your site is behind a reverse proxy or CDN and you want the real visitor IP recorded,
list your trusted proxy IPs:

    ```
    define('AIADVISORS_TRUSTED_PROXIES', '203.0.113.10, 203.0.113.11');
    ```

## FAQ

### Do I need an AI-Advisors account?

No, for the free local tools (AI bot rules, llms.txt, Organization schema). Yes,
for analytics, the AEO score, and the recommendations inbox — those require a domain
key from the [AI-Advisors platform](https://ai-advisors.ai).

### Does the plugin change my site automatically?

No. Every change is reviewed and applied by you. The plugin never applies a fix 
on its own.

### Will this plugin slow down my website?

Visitor page loads are never slowed: tracking only inspects AI-related traffic and
queues data locally; the data is sent in the background via WP-Cron, never during
a visitor request. Admin screens work from cached data (the score for an hour, the
inbox for five minutes) and refresh it briefly when the cache expires — failures
are also cached, so a slow or unreachable platform can’t hang wp-admin.

### What data is collected?

For AI bot visits and AI referral traffic only: request URL path, user agent, referrer,
IP address, HTTP status code, response size, and request duration. No page content,
no cookies. See the External Services section for exactly what is sent and where.

### What happens if the AI-Advisors API is unavailable?

A circuit breaker pauses sending after repeated failures; data keeps queuing locally
and is sent when connectivity returns. Your site functions normally regardless.

### Is this plugin GDPR compliant?

The plugin captures IP addresses of AI-related traffic for bot verification and 
sends them to the AI-Advisors platform only when you enable tracking. Disclose this
in your site’s privacy policy; the plugin adds suggested text to Tools > Privacy.
Data is processed per the [AI-Advisors privacy policy](https://ai-advisors.ai/privacy).

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“AI-Advisors” is open source software. The following people have contributed to 
this plugin.

Contributors

 *   [ AI-Advisors.ai ](https://profiles.wordpress.org/aiadvisorsai/)

[Translate “AI-Advisors” into your language.](https://translate.wordpress.org/projects/wp-plugins/ai-advisors)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/ai-advisors/), check
out the [SVN repository](https://plugins.svn.wordpress.org/ai-advisors/), or subscribe
to the [development log](https://plugins.trac.wordpress.org/log/ai-advisors/) by
[RSS](https://plugins.trac.wordpress.org/log/ai-advisors/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.0.0

 * Initial release.
 * Free local tools: AI bot robots.txt rules (via the robots_txt filter), llms.txt
   generation, and Organization schema — no account required.
 * Optional platform connection: server-side AI bot tracking (16+ signatures), AI
   referral detection, AEO score badge and dashboard widget, and a WordPress Inbox
   to review and apply recommendations.
 * Queue-based sender with circuit breaker and exponential backoff.
 * Privacy controls: query-param redaction, path filtering, trusted-proxy IP detection,
   Sodium-encrypted domain key storage, and wp-config.php constant support.

## Meta

 *  Version **1.0.0**
 *  Last updated **2 days ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 6.0 or higher **
 *  Tested up to **7.0.2**
 *  PHP version ** 7.4 or higher **
 * Tags
 * [aeo](https://wordpress.org/plugins/tags/aeo/)[AI Analytics](https://wordpress.org/plugins/tags/ai-analytics/)
   [ai bot tracking](https://wordpress.org/plugins/tags/ai-bot-tracking/)[ai visibility](https://wordpress.org/plugins/tags/ai-visibility/)
   [llms.txt](https://wordpress.org/plugins/tags/llms-txt/)
 *  [Advanced View](https://wordpress.org/plugins/ai-advisors/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/ai-advisors/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/ai-advisors/reviews/)

## Contributors

 *   [ AI-Advisors.ai ](https://profiles.wordpress.org/aiadvisorsai/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/ai-advisors/)