Blog / How-To

99% of Founders Don't Track AI Mentions. The 1% Who Do Are Winning.

By Delulu Agency, Reddit GEO Specialists| March 14, 2026
99% of Founders Don't Track AI Mentions. The 1% Who Do Are Winning.
TL;DR
Monitoring AI mentions of your brand is essential for GEO strategy. This guide covers manual testing methods, automated monitoring approaches, and how to build a tracking system that shows GEO progress over time.

You can’t improve what you don’t measure.

Most companies investing in GEO have no idea whether it’s working. They’re optimizing blind, hoping mentions increase without any way to verify. If you’re just getting started, our complete guide to GEO covers the strategy before you set up measurement.

Building a measurement system is the difference between guessing and knowing.

Why Measurement Matters

GEO Metrics
The quantifiable measures of AI recommendation visibility, including mention frequency, mention quality, competitive positioning, and accuracy of AI descriptions.

Without measurement, you can’t:

The Manual Testing Method

Start with manual testing. It’s free, requires no tools, and gives you ground truth.

Manual AI Monitoring
How to manually track AI brand mentions
Define Test Queries

Create a list of 15-20 queries your target customers might ask. Include:

  • Category queries: “Best [your category]”
  • Comparison queries: “[Competitor] vs [your category]”
  • Use case queries: “Tool for [specific job]”
  • Problem queries: “How to [problem you solve]”
Test Across Multiple LLMs
Run each query on ChatGPT, Claude, and Perplexity. Use incognito windows or logged-out sessions to avoid personalization affecting results.
Record Results

For each query, record:

  • Were you mentioned? (Yes/No)
  • Position in response (1st, 2nd, 3rd, not mentioned)
  • How were you described?
  • Were competitors mentioned?
  • Was the description accurate?
Score and Baseline

Create a scoring system:

  • First mention: 3 points
  • Mentioned: 1 point
  • Not mentioned: 0 points
  • Mentioned negatively: -1 point

Total your score. This is your baseline. You can extend this into a full competitive AI visibility audit to see exactly where you stand versus competitors.

Repeat Monthly
Run the same test monthly. Track score changes over time. This shows whether your GEO efforts are moving the needle.

Building a Tracking Spreadsheet

Create a spreadsheet with these columns:

Date Query LLM Mentioned Position Description Accuracy Competitors Mentioned Score
2026-03-01 Best CRM for agencies ChatGPT Yes 2nd Accurate Salesforce, HubSpot 1
2026-03-01 Best CRM for agencies Claude No N/A N/A Salesforce, Pipedrive 0

Over time, this spreadsheet becomes your GEO performance dashboard.

Automated Monitoring Options

Manual testing doesn’t scale. For ongoing monitoring, consider:

API-Based Testing

Build scripts that query LLM APIs with your test queries and parse responses for brand mentions.

# Conceptual example
queries = ["best project management tool", "asana vs monday"]
for query in queries:
    response = openai_client.chat.completions.create(
        model="gpt-4",
        messages=[{"role": "user", "content": query}]
    )
    mentions = check_for_brand_mention(response)
    log_result(query, mentions)

This requires API costs and development time but enables daily or weekly automated tracking.

Third-Party Tools

Several tools are emerging for GEO monitoring:

67% of GEO-focused companies (Industry Survey 2025)
use some form of automated AI mention tracking.

What to Track Beyond Mentions

Mentions are the primary metric, but track these secondary signals:

Description Accuracy

When you are mentioned, is the description accurate? Inaccurate descriptions can be worse than no mention. If descriptions are inaccurate, optimizing your landing page for LLM comprehension can help correct what AI says about you.

Track accuracy on a 1-5 scale:

Competitive Positioning

When you’re mentioned alongside competitors, how do you compare? Are you positioned favorably, neutrally, or unfavorably?

Query Coverage

What percentage of relevant queries result in your mention? Expanding coverage over time indicates improving GEO presence.

Trend Analysis

Month-over-month and quarter-over-quarter trends matter more than any single snapshot. Are you gaining ground or losing it?

Connecting to Source Metrics

AI mentions come from source material. Track the inputs too:

Reddit Metrics

Review Site Metrics

Content Metrics

These inputs predict future AI mention changes. For the Reddit component specifically, the Reddit marketing playbook for B2B SaaS covers what to track and how to build presence in the subreddits that feed LLM training data.

Building Reports for Stakeholders

If you’re reporting GEO progress to leadership:

Monthly reports should include:

Quarterly reports should add:

Keep it simple. Executives want to know: Are we getting mentioned more? Are we gaining on competitors?

How many queries should I track?
Start with 15-20 core queries. Expand to 50-100 as you build automated systems. Quality matters more than quantity for initial tracking.
How often should I run tests?
Manual tests: Monthly minimum, weekly if possible. Automated tests: Weekly or daily depending on resources.
Do different LLMs give different results?
Yes. ChatGPT, Claude, and Perplexity have different training data and retrieval systems. Track all major LLMs your customers might use.
How do I track changes in LLM training?
When LLMs update (new model versions), re-run your full test suite and document any changes. Major updates can significantly shift recommendation patterns. Understanding how LLMs form product recommendations helps you anticipate what changes to look for after model updates.
Key Takeaways
  • Manual testing is free and provides ground truth for GEO measurement
  • Create a standardized query list and run it monthly across major LLMs
  • Track mention frequency, position, accuracy, and competitive positioning
  • Build a tracking spreadsheet to visualize progress over time
  • Consider automated monitoring tools as your GEO program matures
  • Connect AI mention tracking to source metrics (Reddit, reviews, content)
  • Report simplified metrics to stakeholders: are mentions increasing?

Try Delulu9 free for 1 day

Keyword research from Claude Code. Google + Bing + Reddit data. $12/mo after trial.

Start Free Trial

Related Articles