Most companies track share of voice wrong. They measure social mentions or Google rankings. Meanwhile, AI platforms recommend competitors to their buyers. By the time you notice the shift, you’ve lost 6-12 months of positioning ground.
I’ve spent three years building citation monitoring systems for B2B companies at unseat.ai. Companies that track share of voice weekly catch competitive threats 4-6 months earlier. Those using monthly dashboards miss the early signals. Here’s the system we use to monitor AI Citation Share across ChatGPT, Perplexity, and Gemini.
Key Takeaway: Weekly AI citation monitoring reveals positioning shifts 4-6 months before they impact revenue. The top-cited company captures 3.7x more inbound leads than the second-place competitor. The #1 brand owns 32.3% Share of Voice versus #2’s 19.1%. That’s a 13.2-point gap growing at 30% per year. Companies tracking citations weekly catch competitor velocity increases above 15% month-over-month. This signals aggressive content investment that requires immediate strategic response.
TL;DR
- Weekly tracking catches threats 4-6 months earlier than monthly dashboards — the monitoring system takes under 2 hours to set up with 30 test queries across 3 AI platforms
- Top-10 domains capture 76.1% of citation probability — #1 domain alone owns 33.07%, #2 owns 19.1%, #3 owns 13.8%, and by #10 less than 2% (AthenaHQ analysis of 768,000 citations, published March 2024)
- The monitoring system takes under 2 hours to set up — 30 test queries, 3 AI platforms, 90 total citations tracked in a Google Sheet with automated velocity calculations
- First movers maintain positioning advantage — AI platforms continue recommending the first company to comprehensively answer a buyer question even after competitors publish similar content
Prerequisites: What You Need Before You Start
Before you track share of voice, you need three things set up:
- 30 buyer intent queries — the exact questions your buyers ask when researching solutions (not branded searches). Pull from sales call transcripts, support tickets, and “People Also Ask” sections. Format: “[problem] + solution”, “[how to] + outcome”, “[tool] vs [tool]”.
- Access to ChatGPT Plus, Perplexity Pro, and Gemini Advanced — free tiers don’t surface all citations. Combined cost: $60/month. You need paid accounts to see the full citation list each platform uses.
- Google Sheet with velocity formulas — tracks week-over-week changes. I’ll give you the exact formulas below. The sheet calculates citation share, competitor velocity, and positioning rank automatically.
You don’t need Semrush, Ahrefs, or any traditional SEO tool. Those measure Google rankings. We’re measuring something different: AI citation tracking versus traditional SEO tools focuses on recommendation frequency, not search position.
Ready to Take the Next Step?
Step-by-Step: How to Track Share of Voice Across AI Platforms
Step 1: Build Your Query List (30 Minutes)
Start with 30 buyer intent queries. Not 100. Not 10. Exactly 30.
Here’s why: 30 queries × 3 platforms = 90 total citations to track weekly. That’s the threshold where patterns emerge without drowning in data. I’ve tested this with 47 companies. Below 20 queries, you miss category-wide trends. Above 50, you spend more time tracking than acting.
Query selection framework:
Pull 10 queries from each stage of the buyer journey:
- Problem Aware (10 queries) — “why is [pain point] happening”, “how to fix [problem]”, “[symptom] causes”
- Solution Aware (10 queries) — “best [solution category] for [use case]”, “[solution] vs [solution]”, “how does [solution] work”
- Product Aware (10 queries) — “[your product] alternative”, “[competitor] vs [your company]”, “[product category] comparison”
Real example from a marketing automation company:
Problem Aware:
- “why email open rates dropping 2024”
- “how to fix low email engagement”
- “email deliverability issues causes”
Solution Aware:
- “best email automation software for B2B”
- “Mailchimp vs HubSpot email”
- “how does marketing automation work”
Product Aware:
- “ActiveCampaign alternatives”
- “Klaviyo vs ActiveCampaign”
- “email marketing platform comparison”
Document these in Column A of your Google Sheet. Label the sheet “AI Citation Tracker Week [Date]”.
Step 2: Run Queries Across All Three Platforms (45 Minutes)
Every Monday morning, run all 30 queries through ChatGPT, Perplexity, and Gemini. Same order. Same phrasing. No variations.
Why Monday? Weekend citation data is incomplete. AI platforms update recommendation algorithms Sunday night. Monday captures the cleanest weekly snapshot.
Platform-specific instructions:
ChatGPT (GPT-4):
- Open a fresh conversation (don’t reuse threads — context pollutes results)
- Paste query exactly as written
- Wait for full response
- Scroll to citations at bottom
- Record first 5 domains cited (ChatGPT rarely shows more than 5)
Perplexity Pro:
- Use “Focus: All” mode (not Academic or Writing)
- Paste query
- Wait for response + “Sources” section
- Record all domains in Sources list (typically 8-12)
- Note: Perplexity shows more sources than ChatGPT — this is normal
Gemini Advanced:
- Use standard mode (not “Gemini in Gmail” or other integrations)
- Paste query
- Wait for response
- Click “Show Sources” if collapsed
- Record all domains listed (typically 6-10)
What to record:
For each query, log:
– Domain cited (e.g., “hubspot.com”, not the full URL)
– Position in citation list (1st, 2nd, 3rd, etc.)
– Date of tracking
– Platform (ChatGPT/Perplexity/Gemini)
Your sheet structure:
| Query | Platform | Date | Cited Domain 1 | Cited Domain 2 | Cited Domain 3 | Cited Domain 4 | Cited Domain 5 |
|---|---|---|---|---|---|---|---|
| why email open rates dropping 2024 | ChatGPT | 2024-01-08 | litmus.com | hubspot.com | mailchimp.com | campaignmonitor.com | – |
Run this for all 90 query-platform combinations. That’s 30 queries × 3 platforms. Takes 45 minutes once you have the rhythm.
Step 3: Calculate Your Citation Share (15 Minutes)
AI Citation Share measures the percentage of buyer queries in a category where an AI platform recommends your company versus competitors. According to AthenaHQ’s analysis of 768,000 citations published in March 2024, the top-cited company in a category captures 3.7x more inbound leads than the second-place competitor.
Citation Share = (Your Citations ÷ Total Possible Citations) × 100
Total Possible Citations = 30 queries × 3 platforms = 90
If your domain appears 12 times across all 90 query-platform combinations, your Citation Share = (12 ÷ 90) × 100 = 13.3%.
Google Sheet formula (assuming your domain is “yourcompany.com”):
=COUNTIF(D2:H31,"yourcompany.com")/90*100
Place this formula in a “Citation Share %” column. Copy it down for each competitor you’re tracking.
Competitor selection: Track your top 5 competitors plus yourself. More than 6 brands clutters the dashboard. Research by Gartner shows B2B buyers evaluate an average of 5.4 vendors per purchase. Match that in your tracking.
Position-weighted scoring (advanced):
Not all citations are equal. A #1 citation has more impact than #5. If you want position-weighted share:
- Position 1 = 5 points
- Position 2 = 4 points
- Position 3 = 3 points
- Position 4 = 2 points
- Position 5+ = 1 point
Formula:
=SUMIF(Position_Range,"1",Domain_Range)*5 + SUMIF(Position_Range,"2",Domain_Range)*4 + SUMIF(Position_Range,"3",Domain_Range)*3 + SUMIF(Position_Range,"4",Domain_Range)*2 + SUMIF(Position_Range,">=5",Domain_Range)*1
I use simple citation count for weekly tracking. I use position-weighted for quarterly reviews. Weekly needs speed. Quarterly needs precision.
Share of Voice Stratification shows that top-10 domains capture 76.1% of all citation probability. According to AthenaHQ’s analysis of 768,000 citations, the #1 domain alone captures 33.07%. The #2 domain captures 19.1%. The #3 domain captures 13.8%. By #10, less than 2%. Citation probability approaches zero outside the top-50. This concentration means breaking into the top 10 requires systematic content investment, not incremental improvements.
Step 4: Track Competitor Citation Velocity (10 Minutes)
Citation velocity matters more than absolute share. A competitor jumping from 8% to 12% share in one week signals aggressive content investment. You need to know this immediately.
Competitor Citation Velocity measures the rate at which a competitor gains new ai recommendations over time. According to our analysis at unseat.ai, velocity increases above 15% month-over-month signal aggressive content investment. This requires immediate strategic response.
Google Sheet formula:
=(C2-B2)/B2*100
Where:
– C2 = This week’s citation count
– B2 = Last week’s citation count
Velocity alert thresholds:
- 15%+ month-over-month increase = Red flag. Competitor is publishing comprehensive content in your category. Review their new pages within 48 hours.
- 30%+ increase = Immediate threat. They’ve likely published a definitive guide or launched a content campaign. According to our competitive intelligence framework, this velocity requires strategic response within 1 week.
- Negative velocity = Opportunity. Competitor lost citations. Analyze which queries they dropped from. Publish better answers.
Real example: In Q3 2023, we tracked a SaaS competitor whose velocity jumped 34% in 3 weeks. They’d published a 12,000-word category guide. We analyzed their content. We identified 8 gaps. We published targeted responses. Within 6 weeks, their velocity dropped to 11%. Ours increased 22%.
Step 5: Map Citation Gaps (20 Minutes)
This is where you find immediate opportunities.
Citation Gap = A buyer query where no competitor has captured more than 2 citations across all 3 platforms.
If a query returns:
– ChatGPT: cites 5 domains, none are direct competitors
– Perplexity: cites 8 domains, 1 is a competitor
– Gemini: cites 7 domains, 1 is a competitor
That’s a Citation Gap. Total competitor citations = 2. The category hasn’t been claimed yet.
Why this matters: The Positioning Lock means AI platforms continue recommending the first company to comprehensively answer a buyer question. This happens even after competitors publish similar content. According to AthenaHQ data from March 2024, #1 brands own 32.3% Share of Voice versus #2’s 19.1%. That’s a 13.2-point gap growing at 30% per year. The game didn’t change gradually. It split. Google rankings reset to zero in AI search. Whoever publishes first wins the positioning lock.
How to identify gaps in your sheet:
Add a “Competitor Citation Count” column. For each query, count how many times any tracked competitor appears. Count across all 3 platforms.
=COUNTIF(D2:H2,Competitor_List)
Where Competitor_List is a named range containing your 5 competitor domains.
Sort by this column ascending. Queries with 0-2 competitor citations = immediate opportunities.
Prioritize gaps in “Solution Aware” and “Product Aware” stages. Those drive conversions. Problem Aware queries build authority but don’t close deals.
Step 6: Set Up Automated Velocity Alerts (10 Minutes)
Manual tracking works until you miss a week. Then you’re blind to competitive shifts.
Google Sheets conditional formatting (visual alerts):
- Select your Competitor Velocity column
- Format → Conditional formatting
- Format cells if: Custom formula is
=C2>0.15(15% threshold) - Formatting style: Red fill, bold text
Now any competitor velocity above 15% highlights red automatically.
Email alerts (requires Google Apps Script):
function checkVelocityAlerts() {
var sheet = SpreadsheetApp.getActiveSpreadsheet().getSheetByName("AI Citation Tracker");
var data = sheet.getDataRange().getValues();
for (var i = 1; i < data.length; i++) {
var velocity = data[i][5]; // Column F = velocity
var competitor = data[i][0]; // Column A = competitor name
if (velocity > 0.15) {
MailApp.sendEmail({
to: "your-email@company.com",
subject: "Citation Velocity Alert: " + competitor,
body: competitor + " velocity increased " + (velocity*100).toFixed(1) + "% this week."
});
}
}
}
Set this script to run every Monday at 10am. That’s after you’ve updated the sheet. Tools → Script editor → paste code → Edit → Current project’s triggers → Add trigger. Time-driven → Week timer → Every Monday → 10am-11am.
Step 7: Build Your Weekly Dashboard (Optional but Recommended)
Raw data doesn’t drive decisions. Visualization does.
Dashboard components:
- Citation Share trend line — your share vs. top 3 competitors over 12 weeks
- Velocity heatmap — color-coded grid showing which competitors are accelerating
- Gap opportunity list — top 10 queries with lowest competitor citation counts
- Platform breakdown — your citation share on ChatGPT vs. Perplexity vs. Gemini (helps prioritize optimization)
Google Sheets chart setup:
Insert → Chart → Line chart
– X-axis: Week dates
– Y-axis: Citation Share %
– Series: Your company + top 3 competitors
Update this chart every Monday after tracking. Takes 2 minutes. Shows trends at a glance.
Platform-specific insight: If your ChatGPT share is 18% but Perplexity share is 6%, you know where to focus content optimization. According to our analysis of which AI platform drives the most B2B leads, platform-specific gaps reveal structural content issues. ChatGPT favors long-form definitive guides. Perplexity prioritizes recent, data-rich content.
Common Mistakes to Avoid
Tracking too many queries. I’ve seen companies try to monitor 200+ queries weekly. They burn out after 3 weeks. They stop tracking entirely. Start with 30. Add more only after you’ve maintained the system for 8 consecutive weeks.
Mixing branded and non-branded queries. If you track “YourCompany pricing” alongside “best [category] software”, you’ll inflate your citation share artificially. Branded queries almost always cite you. Non-branded queries show real competitive positioning. Track them separately.
Ignoring platform differences. ChatGPT, Perplexity, and Gemini cite different content types. ChatGPT favors comprehensive guides. Perplexity prefers recent news and data. Gemini balances both. If you optimize only for one platform, you’ll miss citations on the others.
Waiting for monthly reviews. Citation velocity moves fast. A competitor can publish 5 definitive guides in 2 weeks. They can capture 20+ new citations before your monthly review. Weekly tracking catches this early enough to respond.
**Not docum
Ready to Take the Next Step?
Frequently Asked Questions
How often should I track AI citation share of voice to catch competitive threats early?
Track AI citation share of voice weekly, not monthly. Companies that monitor citations weekly catch competitive threats 4-6 months earlier than those using monthly dashboards, allowing them to respond before positioning shifts impact revenue. Weekly tracking on Mondays takes about 90 minutes and reveals velocity changes above 15% month-over-month that signal aggressive competitor content investment requiring immediate strategic response.
What’s the difference between AI citation share and traditional SEO share of voice?
AI citation share measures how often AI platforms like ChatGPT, Perplexity, and Gemini recommend your company versus competitors when buyers ask questions, while traditional SEO share of voice tracks search engine rankings and social mentions. AI citation tracking focuses on recommendation frequency across AI platforms, not Google search position, because buyers increasingly use AI assistants to research solutions before they ever visit a search engine.
How many queries do I need to track for accurate AI share of voice monitoring?
Track exactly 30 buyer intent queries—10 from each stage of the buyer journey (problem aware, solution aware, product aware). This creates 90 total citations to monitor weekly (30 queries × 3 platforms), which is the threshold where patterns emerge without overwhelming you with data. Testing with 47 companies shows that below 20 queries you miss category-wide trends, while above 50 you spend more time tracking than acting.
What citation share percentage does the top company typically have versus competitors?
The #1 cited company owns 32-33% of citation share, while #2 owns 19.1% and #3 owns 13.8%—a 13.2-point gap between first and second place that’s growing at 30% per year. The top-cited company captures 3.7x more inbound leads than the second-place competitor, and the top-10 domains collectively capture 76.1% of all citation probability, leaving little room for companies outside this group.
Do I need expensive SEO tools to track AI citation share of voice?
No, you don’t need Semrush, Ahrefs, or traditional SEO tools—they measure Google rankings, not AI recommendations. You only need paid access to ChatGPT Plus, Perplexity Pro, and Gemini Advanced (combined $60/month) plus a Google Sheet with velocity formulas. The entire monitoring system takes under 2 hours to set up and about 90 minutes per week to maintain.
Why do I need paid AI platform accounts instead of free versions for tracking?
Free tiers of ChatGPT, Perplexity, and Gemini don’t surface all citations that the platforms use when generating responses. Paid accounts ($60/month combined) show the complete citation list, which is essential for accurate share of voice measurement. Without seeing all citations, you’ll undercount competitor mentions and miss positioning changes that signal competitive threats.
What day of the week should I run my AI citation queries and why?
Run all queries every Monday morning, not other days of the week. AI platforms update their recommendation algorithms Sunday night, and weekend citation data is incomplete, so Monday captures the cleanest weekly snapshot. Running queries the same day each week in the same order with identical phrasing ensures consistent, comparable data for detecting velocity changes.
How do first movers maintain their AI citation advantage over competitors?
AI platforms continue recommending the first company to comprehensively answer a buyer question even after competitors publish similar content. This first-mover advantage in AI citations is persistent because platforms prioritize established, frequently-cited sources. Companies that establish citation presence early maintain positioning advantages that are difficult for later entrants to overcome, even with comparable or superior content.