> ## Documentation Index
> Fetch the complete documentation index at: https://faii.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# How AI Bot Tracking Works

> Understand how FAII detects and monitors AI crawler visits to your website - giving you direct evidence of which AI systems are reading your content.

<Info>
  **Quick Answer:** FAII's WordPress plugin detects when AI crawlers (GPTBot, ClaudeBot, PerplexityBot, etc.) visit your pages. This gives you direct evidence that AI systems are reading your content - the first step to being recommended.
</Info>

## What You'll Learn

* How AI bot detection works technically
* Which AI crawlers FAII identifies
* What bot visit data tells you about your AI visibility
* How this connects to your overall AI Authority Rank

## Why Bot Tracking Matters

AI platforms can only recommend your brand if they've read your content. Bot tracking answers a fundamental question:

> "Are AI systems actually visiting and reading my website?"

Without this data, you're guessing whether your content is even accessible to AI platforms.

## How Detection Works

<Steps>
  <Step title="Plugin installation">
    The FAII WordPress plugin installs a lightweight tracking script on your site. It adds no visible elements and doesn't affect page load speed.
  </Step>

  <Step title="Request interception">
    When any visitor (human or bot) hits your site, the plugin examines the request headers.
  </Step>

  <Step title="User-Agent matching">
    The plugin checks the User-Agent string against known AI crawler signatures:

    | Bot             | User-Agent Contains | Owner      |
    | --------------- | ------------------- | ---------- |
    | GPTBot          | `GPTBot`            | OpenAI     |
    | ChatGPT-User    | `ChatGPT-User`      | OpenAI     |
    | ClaudeBot       | `ClaudeBot`         | Anthropic  |
    | PerplexityBot   | `PerplexityBot`     | Perplexity |
    | Google-Extended | `Google-Extended`   | Google     |
    | Googlebot       | `Googlebot`         | Google     |
  </Step>

  <Step title="Data recording">
    For each identified bot visit, the plugin records:

    * Which bot visited
    * Which page was visited
    * Timestamp of the visit
    * Response code (200, 301, 404, etc.)
  </Step>

  <Step title="Dashboard sync">
    Visit data syncs to your FAII dashboard for analysis and visualization.
  </Step>
</Steps>

## What Gets Tracked

### For each bot visit

| Data Point          | Description                          |
| ------------------- | ------------------------------------ |
| **Bot identity**    | Which AI system's crawler            |
| **Page URL**        | Exact page visited                   |
| **Timestamp**       | When the visit occurred              |
| **HTTP status**     | Whether the page loaded successfully |
| **Visit frequency** | How often the bot returns            |

### What is NOT tracked

* Human visitor data (only AI bots)
* Personal information
* IP addresses of human visitors
* Cookies or session data

<Note>
  FAII's bot tracking is privacy-focused. It only monitors AI crawler activity, not human visitors. No personal data is collected or stored.
</Note>

## Connecting Visits to Mentions

Bot visits are leading indicators of AI mentions:

```
Bot visits your page → AI ingests content → AI may recommend you
```

### The timeline

| Stage             | Timeframe    | What Happens                                     |
| ----------------- | ------------ | ------------------------------------------------ |
| Bot visit         | Day 0        | AI crawler reads your page                       |
| Content ingestion | Days 1-14    | AI platform processes the content                |
| Knowledge update  | Weeks 2-8    | AI's responses may begin reflecting your content |
| Mention detection | Next session | FAII's Chat Intelligence detects the mention     |

### Correlation patterns

* **Frequent bot visits + no mentions** = Content isn't compelling enough to recommend
* **Bot visits + mentions appearing** = Your content strategy is working
* **No bot visits** = AI can't recommend what it hasn't read (check robots.txt)
* **Visits stopped** = May have blocked bots accidentally

## Impact on AI Authority Rank

Bot visit data contributes to your AI Authority Rank by confirming that AI platforms are actively reading your content. Consistent crawler visits are a positive signal that your site is part of the AI knowledge ecosystem.

## Troubleshooting

### No bot visits detected

1. Check your `robots.txt` - are AI bots blocked?
2. Verify the plugin is active and properly configured
3. Confirm your site is publicly accessible (not password-protected)
4. New sites may take weeks before AI crawlers discover them

### Visits but no mentions

1. Your content may not be structured for recommendations
2. The topic may not trigger brand-specific questions
3. Content may need more authority signals
4. Give it time - the ingestion-to-mention pipeline takes weeks

## FAQ

<AccordionGroup>
  <Accordion title="Does tracking bots slow down my website?">
    No. The plugin adds minimal overhead - a simple User-Agent check on each request. It doesn't add JavaScript, cookies, or external requests that affect page load time.
  </Accordion>

  <Accordion title="Can I block specific AI bots?">
    Yes, through your robots.txt file. However, blocking AI bots means they can't read your content, which means they can't recommend you. Only block bots if you have a specific reason (e.g., content licensing concerns).
  </Accordion>

  <Accordion title="How often do AI bots visit?">
    It varies by site authority and content freshness. High-authority sites with frequent updates may see daily visits. Smaller sites may see weekly or less frequent crawls. Publishing new content often triggers faster revisits.
  </Accordion>

  <Accordion title="Is this different from Google Analytics bot tracking?">
    Yes. Google Analytics tracks human visitors and some bot filtering. FAII specifically identifies AI platform crawlers that Google Analytics doesn't distinguish from other bot traffic.
  </Accordion>
</AccordionGroup>

## Related Articles

<CardGroup cols={2}>
  <Card title="Installing the Plugin" icon="plug" href="/docs/ai-website-analytics/installing-the-plugin">
    Set up bot tracking on your WordPress site
  </Card>

  <Card title="AI Systems Tracked" icon="list" href="/docs/ai-website-analytics/ai-systems-tracked">
    Full list of AI crawlers we identify
  </Card>
</CardGroup>
