AI Overview tracking answers two questions: does Google show an AI Overview for the searches you care about, and does it cite you when it does? Since August 2026, Search Console answers part of the second question for every site. The rest still needs a tracker, and trackers disagree in ways that are worth understanding before you trust any of them. This post goes through each method, what it measures, and where it goes wrong.
Method 1: Search Console’s generative AI report
Google announced a generative AI performance report for Search Console in June 2026[2], and says that as of 31 August 2026 it has rolled the report out to all websites worldwide[1]. It covers AI Overviews and AI Mode. Its single metric is impressions: “how many times links to your site were shown to a user in a generative AI feature on Google Search”. You can break that down by page, country, date and device, and filter between text-based and multimodal results.
Three limits matter. You only see the report once your site has had enough impressions in AI features, and not at all if you opted out of them. Two links from your site in the same answer count as one impression. And there are no queries, so it tells you which pages were shown, not for which searches[1].
Method 2: a rank tracker that flags AI Overviews
Rank trackers that record AI Overviews as a SERP feature give you what Search Console does not: the query. They can differ in how they score a citation, though. Semrush is explicit: when your domain is cited in an AI Overview, Position Tracking “records this as a #1 ranking—regardless of where your page actually ranks in the regular organic results below”[3]. It has a toggle to show rankings with or without AI Overviews counted. Know which view your reports use before you tell anyone you moved to the top spot.
Method 3: a SERP API, with one setting that decides everything
If you build your own tracking, the data comes from a SERP API. DataForSEO’s documentation explains a trap worth knowing even if you never write code. Some AI Overviews are already in the page when the results load; others are generated after the page loads. To get the second kind you have to set load_async_ai_overview to true. Without it, “the API will return ai_overview: null”[4], which is indistinguishable from Google showing no overview at all.
The setting costs extra, and DataForSEO refunds the extra charge when no delayed overview turns up. It also returns a references array: every source the overview drew on, with domain, URL and the text used[4]. That array is what tells you whether you were cited, and who was cited instead.
The methods side by side
| Search Console | Rank tracker | SERP API | |
|---|---|---|---|
| Which queries show an overview | No | Yes, for your keywords | Yes, for your keywords |
| Whether you are cited | As impressions, per page | Yes | Yes, from the references |
| Who is cited instead | No | Depends on the tool | Yes |
| Clicks from the overview | No | No | No |
| Cost | Free | Part of a paid plan | Per request |
Why a single check is not tracking
AI Overview coverage moves more than rankings do. Conductor, which sells SEO software and tracks 118 million keywords, found that “the market nearly doubled its AI Overview coverage rate from 23% to 47% between September 2025 and January 2026, then corrected sharply to 34% in February”[5].
| Period | Keywords with an AI Overview |
|---|---|
| Sep 2025 | 23% |
| Jan 2026 | 47% |
| Feb 2026 | 34% |
A keyword that showed an overview last month may not today, and the other way round. That is why tracking means the same keywords, checked on a schedule, compared over time.
A tracking setup that works
The last step is where the work is. The Google AI Overviews guide covers what cited pages tend to have in common, and the AI Mode guide covers the conversational version of the same product, which the Search Console report counts too.
How CoreCited tracks it
CoreCited’s paid plans, from $69 a month, track Google AI Overviews and AI Mode weekly next to ChatGPT, Claude, Perplexity and Gemini, and fetch overviews that load late rather than recording them as missing. Each result keeps the cited sources, so you can see who Google named instead of you. See AI visibility tracking for how the scores are built, or run a free spot check first.
Questions people ask
How do I track if my site appears in AI Overviews?
Use two sources together. Search Console's generative AI performance report shows how often links to your site were shown in AI Overviews and AI Mode, by page, country, date and device. A tracker that runs your keywords on a schedule shows which queries trigger an AI Overview and whether your site is cited in it.
Does Search Console show AI Overview clicks?
No. The generative AI performance report shows impressions only: how many times links to your site were shown in a generative AI feature. Clicks from AI Overviews are counted inside ordinary Search performance, with nothing to separate them.
Why does my rank tracker say I rank #1 when I'm on page two?
Some trackers count an AI Overview citation as a ranking. Semrush's Position Tracking records a citation in an AI Overview as a #1 ranking, regardless of where the page ranks in the organic results below, and has a toggle to view rankings with or without AI Overviews.
Why does my AI Overview tracker show no overview when I can see one?
Often because the overview loaded late. DataForSEO separates overviews already in the page's HTML from ones Google generates after the page loads; without its load_async_ai_overview setting, the second kind comes back as null, which looks like no overview at all.
How often should I check AI Overviews?
Weekly is enough for most sites, over the same fixed keyword set. Coverage moves a lot: Conductor measured the share of keywords with an AI Overview nearly doubling in four months and then falling back sharply, so a one-off check says little.
