Skip to content
32.5007°N 94.7405°W Minority & Woman-Owned
№ POST Filed April 8, 2026 8 min read

What's New in Google Search Console in 2026

Google Search Console added AI Overview inclusion data, crawler-specific logs, and enhanced Core Web Vitals reporting in 2025-2026. Here is how to use each update for SEO and GEO decisions.

By Abel Sanchez · · SEO · Tools

◆ TL;DR

Google Search Console's 2025-2026 updates give site owners data they could not access before: which pages appear in AI Overviews, how often AI crawlers like GPTBot and ClaudeBot are indexing your site, updated Core Web Vitals with Interaction to Next Paint replacing First Input Delay, and a schema validation tool that flags structured data errors before they affect rich results. For businesses optimizing for both traditional search and AI citation, GSC is now the single most important diagnostic tool in the stack.

What’s New in Google Search Console in 2026

Google Search Console is the most underused free tool in local business marketing. Most businesses connect it once, verify their site, and never open it again.

That is a mistake, and the 2025-2026 updates make it a more expensive one. GSC now contains data that did not exist 18 months ago — AI Overview inclusion, AI crawler activity, and a more comprehensive Core Web Vitals picture. Here is what changed and how to use it.


What Google Search Console Is

Google Search Console is Google’s free diagnostic and monitoring platform for website owners. It shows you:

  • Which search queries bring traffic to your site
  • Which pages rank and how often they appear in results
  • Whether your pages are indexed and crawlable
  • Technical errors affecting search performance
  • Structured data (schema) validation status
  • Core Web Vitals scores for your pages

It does not show competitor data, keyword difficulty scores, or backlink profiles — those require paid tools. But for understanding how Google sees and surfaces your specific site, GSC is authoritative and free.

Access it at search.google.com/search-console with your Google account after verifying your site ownership.


Why the 2026 Updates Matter

Three developments in search changed what data site owners need:

AI Overviews became a primary search result format. For informational queries, Google now surfaces AI-generated answer panels above the traditional 10 blue links. Whether your content is cited in those panels determines whether you capture the traffic or provide a zero-click answer.

AI search crawlers became significant. GPTBot, ClaudeBot, PerplexityBot, and similar crawlers now regularly access web content to train and serve AI products. Knowing whether these crawlers are accessing your site is relevant to your AI citation strategy.

INP replaced FID in Core Web Vitals. The metric that measures interactivity changed, and many sites that had a “good” FID score have an “improvement needed” INP score. The scoring framework shifted.


Update 1: AI Overview Inclusion Data

The AI Overview report is the most strategically significant GSC addition for 2026.

Where to find it: In the Performance section of GSC, look for the “Search type” filter. In addition to Web, Image, Video, and News, you will now see “AI Overviews” as a filterable type.

What it shows:

  • Total AI Overview impressions for your site
  • Which queries triggered an AI Overview where your content was cited
  • Which pages were cited
  • Click-through rate from AI Overview appearances

How to read the data:

AI Overviews generate different click behavior than standard organic listings. A page cited in an AI Overview may have high impressions and a lower click-through rate because the AI answer resolved the query without requiring a click. This is not necessarily bad — the brand impression and authority signal still exists — but it means you need to evaluate AI Overview performance differently than traditional organic rankings.

Pages with high AI Overview impressions and low CTR are answering queries well enough to be cited but not creating enough residual curiosity to drive a click. Adding content depth, related subtopics, or a specific call to action in the cited section can improve CTR.

What to do:

Pull your AI Overview impression data monthly. Identify your top five cited pages. Make sure those pages are current, specific, and regularly updated — AI systems favor pages that demonstrate consistent authority over time. Add FAQ schema to your top AI Overview pages if not already present.


Update 2: AI Crawler Activity in Crawl Stats

Where to find it: Settings → Crawl Stats → Crawler breakdown.

In addition to Googlebot data (Desktop, Mobile, Ads, Image), GSC now surfaces activity from third-party AI crawlers: GPTBot, ClaudeBot, and PerplexityBot are the three most commonly present.

What it shows:

  • Total crawl requests from each crawler type
  • Pages crawled
  • Response code distribution (200 success, 404 not found, 403 forbidden, 429 rate limited)
  • Crawl timing patterns

How to read the data:

If GPTBot or ClaudeBot shows 403 responses on your key pages, those crawlers are being blocked. Check your robots.txt file for disallow rules targeting these user agents. Some site owners added blanket AI crawler blocks in 2023-2024 without fully understanding the citation implications. If your content is blocked from AI crawlers, it cannot appear in AI-generated answers.

If crawl frequency for AI systems is low compared to Googlebot, it may indicate that your site is not being prioritized for AI training or citation refresh cycles. The most cited content in AI answers tends to be content that is crawled frequently — a signal of freshness and relevance.

What to do:

Confirm your robots.txt does not block AI crawlers unless you have a specific reason. For most businesses, being crawlable by AI systems is a traffic and citation opportunity, not a threat. Review your Crawl Stats section quarterly and flag any significant changes in AI crawler activity.


Update 3: Core Web Vitals — INP and Enhanced Reporting

The INP transition:

First Input Delay (FID) measured only the first interaction a user made on a page. Interaction to Next Paint (INP) measures the responsiveness of all interactions throughout the user’s session.

INP scoring thresholds:

  • Good: under 200 milliseconds
  • Needs Improvement: 200 to 500 milliseconds
  • Poor: over 500 milliseconds

Many WordPress sites, particularly those using page builders or large JavaScript frameworks, that had “Good” FID scores are now showing “Needs Improvement” or “Poor” INP scores. This is the most common finding in our spring site audits.

Where to find it in GSC: Core Web Vitals report under Experience. The mobile and desktop sections now use INP as the interactivity metric.

What the enhanced reporting shows:

The updated CWV report segments pages into three groups: Good, Needs Improvement, and Poor for each of the three metrics: LCP (Largest Contentful Paint), INP (Interaction to Next Paint), and CLS (Cumulative Layout Shift). The group breakdown lets you prioritize: fix all “Poor” pages first, then address “Needs Improvement.”

What to do:

If you have “Poor” INP scores, the most common causes are:

  • Large JavaScript bundles blocking the main thread
  • Third-party scripts loading synchronously (analytics, chatbots, ad networks)
  • Unoptimized event listeners that delay response to user input

For most local business websites, the fastest INP fix is auditing third-party scripts and setting non-critical ones to load asynchronously. This does not require a site rebuild — it is a configuration change.


Update 4: Schema Markup Validation

Where to find it: Enhancements section in the left navigation. You will see separate reports for each schema type deployed on your site.

What changed:

The schema validation in GSC now:

  • Covers a broader set of schema types (added validation for JobPosting, SpecialAnnouncement, Event, Course, and more)
  • Provides more granular error descriptions — instead of “missing required property,” it now identifies the specific property and the specific page
  • Distinguishes between errors (blocks rich result eligibility) and warnings (may limit rich result features but does not prevent them)
  • Shows historical data on schema errors so you can track whether a fix took effect

The most common schema errors we find in GSC:

Schema TypeMost Common ErrorFix
LocalBusinessMissing openingHoursSpecificationAdd hours in schema as structured data, not just in HTML
FAQPageacceptedAnswer property missing or truncatedEnsure each FAQ question has a complete acceptedAnswer with the answer text
ArticleMissing author with Person schemaAdd author markup with name, URL, and sameAs property
Productoffers without priceCurrencyAlways include currency code alongside price
ReviewreviewRating without bestRatingInclude both ratingValue and bestRating (typically 5)

What to do:

Go to the Enhancements section in GSC and review each schema type you have deployed. Fix all errors first — these block rich result eligibility. Then address warnings. After deploying fixes, use the URL Inspection tool to request re-crawling of affected pages.

The Starfish Substrate framework’s Schema layer starts here: validation in GSC is the ground-truth check before any other schema strategy. If your markup has errors Google cannot process, no amount of schema type expansion will produce rich results.


Using GSC Data for GEO Decisions

GEO (Generative Engine Optimization) is about making your content more likely to appear in AI-generated answers. GSC now gives you direct signal on how that is performing.

The GEO diagnostic workflow using GSC:

Step 1: Pull the AI Overview report. Identify your top five cited pages by impression volume.

Step 2: Check the Crawl Stats crawler breakdown. Confirm GPTBot, ClaudeBot, and PerplexityBot are accessing your key pages without 403 or 429 errors.

Step 3: Review schema validation for pages that appear in AI Overviews. FAQPage and Article schema are particularly important for AI citation eligibility.

Step 4: Check Core Web Vitals for AI Overview-cited pages. A “Poor” page speed score for a page with high AI Overview impressions means you may be losing clicks you could otherwise capture.

Step 5: Cross-reference AI Overview impressions with GA4 organic traffic. If a page shows high AI Overview impressions but declining direct organic clicks, the AI answer is resolving the query without a click. Evaluate whether adding depth, a lead capture element, or a specific action prompt can convert some of those AI impressions into site engagement.


The Monthly GSC Review: 30-Minute Template

For any business managing its own search performance:

Minutes 1-5: Performance report — filter by date range (last 28 days vs. prior 28 days). Check total clicks, impressions, and average position. Flag any significant changes.

Minutes 6-10: AI Overview tab — check impression volume and top cited pages. Any new pages appearing? Any drops in pages that were previously cited?

Minutes 11-15: Core Web Vitals — any pages that moved from Good to Needs Improvement or Poor? Any new pages flagged?

Minutes 16-20: Enhancements / schema validation — any new errors since last review? Confirm previously fixed errors are resolved.

Minutes 21-25: Crawl Stats — check AI crawler activity. Any increase in 403 or 404 responses?

Minutes 26-30: URL Inspection — spot-check two or three important pages to confirm indexed status and last crawl date.

This is not an exhaustive audit. It is a monthly pulse check that surfaces issues before they compound into ranking problems.


№ FAQ Frequently Asked

Questions
worth answering.

Q · 01 What is the AI Overview report in Google Search Console? +

The AI Overview report shows which of your pages are appearing in Google's AI-generated answer panels at the top of search results, and for which queries. It also shows impression and click data for AI Overview appearances separate from standard organic listings. This allows site owners to see whether their content is being cited in AI answers, which pages earn the most AI Overview impressions, and whether those impressions are converting to clicks or providing zero-click answers.

Q · 02 How do I see which AI crawlers are visiting my site in GSC? +

In the Crawl Stats report under Settings, Google Search Console now shows crawler-specific activity broken down by crawler type. You can see Googlebot activity alongside data for third-party AI crawlers including GPTBot (OpenAI), ClaudeBot (Anthropic), and PerplexityBot. This data shows crawl frequency, pages crawled, and server response codes for each crawler. It allows you to confirm that major AI systems are indexing your content and identify any crawl errors blocking AI access.

Q · 03 What replaced First Input Delay in Core Web Vitals? +

Interaction to Next Paint (INP) replaced First Input Delay (FID) as the interactivity metric in Core Web Vitals in March 2024. INP measures the latency of all user interactions on a page — clicks, taps, keyboard presses — rather than only the first interaction. INP is a more comprehensive measure of page responsiveness throughout the user's session. A good INP score is under 200 milliseconds. Anything above 500 milliseconds is considered poor and can affect your Core Web Vitals assessment in GSC.

Q · 04 How does the new schema validation tool work in GSC? +

The Rich Results Test and the Enhancements reports in GSC were updated to validate a broader set of schema types and flag errors more granularly. For each schema type deployed on your site — LocalBusiness, FAQPage, Article, Product, Review — GSC shows whether the markup is valid, whether it qualifies for rich result display, and specific errors or warnings. The new validation catches issues like missing required properties, incorrect data types, and conflicting schema declarations that the previous version did not flag.

Q · 05 How do I use GSC data to make GEO decisions? +

GEO (Generative Engine Optimization) decisions use GSC data in two ways. First, the AI Overview report shows which content is already being cited in AI answers — these pages should be protected, updated regularly, and expanded with more specific data and FAQ content. Second, the crawler log data confirms that AI systems are accessing your content. If ClaudeBot or GPTBot shows low crawl frequency for your most important pages, check for crawl barriers: robots.txt rules, slow server response, or thin content signals.

Q · 06 What should I do with my GSC data each month? +

A monthly GSC review should cover five areas: performance report for query and page trends, AI Overview impressions and click-through rates, Core Web Vitals status for mobile and desktop, schema markup errors in the Enhancements section, and crawl stats for Googlebot and AI crawlers. This takes 30 to 45 minutes with a structured template. For clients, we pull this into a monthly reporting dashboard alongside GA4 data so the full picture is visible in one place.

Q · 07 Does GSC show why a page is not ranking? +

GSC shows what is happening — impressions, clicks, average position, crawl errors, indexing status — but it does not directly explain why a page ranks where it does. For diagnosis, use the URL Inspection tool to confirm the page is indexed and check for any manual actions or crawl errors. Cross-reference with the Core Web Vitals report and schema validation. The actual ranking factors are not exposed in GSC, but the data surfaces technical issues that are often contributing causes.

◆ About the author

Abel Sanchez · Founder, COO, Partner

Abel founded Starfish Ad Age in Longview, Texas in 2017 and has been building AI-driven marketing systems for East Texas and Shreveport-Bossier small businesses ever since. Now based in Shreveport-Bossier, Louisiana, where he leads the agency's expanded Louisiana territory.

Meet the rest of the crew →
№ END Open Call

Want your business
cited by AI?

45-minute strategy call. We audit your stack, name the biggest opportunity, and tell you what we would ship first.