TL;DR: Google Search Console in 2026

Google Search Console (GSC) remains the official and free tool for managing your presence in Google Search. Since April 2025, the API and Looker Studio export provide access to 24 months of history instead of 16. The Mobile Usability report has been definitively replaced by Core Web Vitals.

Key points:

  • Domain verification via DNS is recommended to cover subdomains and protocols at once.
  • 6 critical reports: Performance, Pages (indexing), Web Vitals, Sitemaps, Links, Security.
  • The Looker Studio export now makes 24 months of data accessible (Google Search Central, 2025).
  • Pairing GSC + GA4 via BigQuery gives a complete view before/after the click.
  • The Search Console API remains the basis for automating the tracking of thousands of URLs.

What is Google Search Console and what does it really measure?

Google Search Console is the official dashboard that Google provides to site owners to track their performance in search. More than millions of sites use it for free, according to official documentation (Google Search Console Help, 2025), to track clicks, impressions, average position, and indexing status.

The tool only measures traffic from Google Search (Web, Images, Videos, News, Discover). It ignores other engines, direct, social, or paid traffic. This is its limitation and its strength: the figures come directly from Google's servers, not from a third-party script.

What GSC tells you (and what it doesn't)

Visible side: queries, pages, countries, devices, search type. Hidden side: Google anonymizes rare queries to protect user privacy, which always creates a discrepancy between the sum of queries and the total displayed. This is documented in the FAQ data discrepancies (Google, 2024).

To learn more about the SEO ecosystem, see our SEO agency page.

How to set up Google Search Console in 2026?

Setup takes less than 10 minutes. According to Google, domain verification via DNS is now the recommended method because it covers all subdomains and protocols (http/https) in a single property (Google Search Console Help, 2025), avoiding duplicate properties that skew reports.

Domain property vs. URL prefix

Two types of properties coexist. The domain property aggregates example.com, www.example.com, blog.example.com, and all http/https versions. Verification is only by DNS TXT record. Ideal for a consolidated view.

The URL prefix only covers an exact URL (e.g., https://www.example.com/). Verification is possible via HTML file, meta tag, GA, or GTM. More flexible for specific cases like testing an isolated blog subfolder.

Verify your site without breaking DNS

For DNS, add the TXT record provided by Google to your registrar (OVH, Cloudflare, Gandi). Propagation takes from a few minutes to 48 hours depending on the TTL. Never delete this record after verification: Google re-verifies periodically and may revoke access.

What are the 6 key reports to monitor?

The interface has more than 15 reports, but only 6 deserve daily or weekly attention. According to an Ahrefs analysis of 2 million sites, 91% of pages receive no organic traffic (Ahrefs Blog, 2024), making diagnosis via GSC essential to identify the real causes.

Performance Report: your SEO fuel

The core of the tool. Here you find clicks, impressions, average CTR, and average position, filterable by query, page, country, device, and date. Since 2025, the data horizon available via Looker Studio has increased from 16 to 24 months, useful for comparing seasonality year-over-year.

Page Indexing Report

Possible statuses: Indexed, Not indexed, with an explanatory sub-status (404 error, Blocked by robots.txt, Duplicate page without canonical, Crawled but not indexed, etc.). This is where you diagnose why a page doesn't appear. Systematically cross-reference with your sitemap.

Core Web Vitals and page experience

Three official metrics since the arrival of INP in March 2024: LCP < 2.5 s, INP < 200 ms, CLS < 0.1 (web.dev, 2024). The Mobile Usability report was removed in December 2023; Web Vitals now cover the mobile experience.

Sitemaps, Links, Security

The Sitemaps report confirms Google's reading and lists parsing errors. The Links report distinguishes internal and external links, with the most frequent anchors. The Security report flags hacks, malware, or social engineering, to be addressed within 24 hours.

How to read the Performance report to make decisions?

The Performance report displays four metrics per query or page: impressions, clicks, CTR, and average position. According to a First Page Sage study analyzing 1.4 million SERPs, the average CTR in the first position is 39.8%, compared to 18.7% in the second and 10.2% in the third (First Page Sage, 2024).

Identify quick wins in positions 8-20

Filter queries with an average position between 8 and 20 and more than 100 impressions over 28 days. These are your pages located at the bottom of page 1 or on page 2. Targeted work on the title, meta description, and content can gain 3 to 5 positions without additional backlinks.

Detect CTR drops without position drops

If your CTR drops while the position remains stable, there are two possible causes: a new rich result has pushed your snippet lower in the SERP, or an AI Overview occupies the top of the page. Google confirmed in 2024 that AI Overviews modify the distribution of clicks for certain informational queries (blog.google, 2024).

Compare two periods properly

Use the comparison "Last 28 days vs. previous period" to spot variations. For seasonal analysis, compare "Last 3 months vs. same period last year." CSV exports are limited to 1,000 rows; use the API or Looker Studio beyond that.

How to debug an indexing issue?

The URL Inspection tool is the scalpel of technical SEO. It displays the current indexing status, the last crawl, the user-agent used (mobile-first since July 2024 for all sites according to Google), and the version rendered by Googlebot (Search Central Blog, 2024).

The 5-step diagnostic checklist

1. Paste the URL into the inspection tool. 2. Check the status "URL is on Google" or not. 3. If not, read the reason (noindex, different canonical, soft 404, blocked by robots.txt). 4. Click on "Test Live URL" to see the current version as seen by Google. 5. If everything is OK, request manual indexing.

The most frequent exclusion reasons

"Crawled, currently not indexed": Google has seen the page but deemed it not useful enough. This is currently one of the most frequent exclusions according to Search Engine Land (Search Engine Land, 2024). Solution: improve quality, add internal links, or deindex if the page brings no value.

"Duplicate page without user-selected canonical": Google has chosen another URL as canonical. Check your rel=canonical tags and sitemap consistency. To learn more about internal linking, consult our on-page SEO guide.

How to pair GSC, GA4, and BigQuery?

Search Console and GA4 measure two different but complementary things. GSC captures pre-click (impressions, queries, position), GA4 captures post-click (sessions, conversions, journeys). According to Google, more than 1 million GA4 properties are linked to BigQuery via the free export in 2024 (blog.google, 2024).

Link GSC to GA4 in 3 clicks

In GA4, go to Admin > Search Console Links > Link. Select the GSC property and the Web stream. Once linked, two new reports appear in GA4: "Google Queries" and "Google Organic Landing Pages." You can cross-reference GA4 conversion and GSC query on the same page.

BigQuery to go further

The daily GSC export to BigQuery is free up to a certain volume and unlocks SQL on all your data, without the 1,000-row limit of the UI. You can calculate CTR by semantic cluster, compare device by device, or automatically detect abnormal drops.

How to automate GSC with the API?

The Search Console API exposes the same data as the interface, but with a quota of 1,200 requests per minute per project according to official documentation (Google Developers, 2025). This is largely sufficient to automate daily tracking of several thousand URLs.

Three worthwhile use cases

First, indexing monitoring: a Python script that calls the URL Inspection endpoint every night and alerts on Slack if a strategic page becomes "not indexed." Then, historical export, essential for analyses beyond 16 months (now 24 via Looker Studio).

Finally, automatic sitemap submission after each deployment. Note: the Indexing API remains limited to JobPostings and BroadcastEvent, not classic pages, despite much misinformation on this subject (Google Developers, 2024).

What are the 2025-2026 novelties to know?

Three major changes need to be integrated. According to Google Search Central, the data window has increased from 16 to 24 months via Looker Studio in April 2025, and new insights related to AI Overviews appear in the Performance report for eligible queries (Search Central Blog, 2025).

AI Overviews in the Performance report

Since September 2024, impressions and clicks from AI Overviews are counted in the Performance report, without a dedicated filter to isolate them. This explains some increases in impressions without an increase in clicks: your URL is cited in an AI Overview but the user no longer needs to click.

Definitive removal of Mobile Usability

The report was removed in December 2023. The focus is now entirely on Core Web Vitals and mobile coverage via the Googlebot Smartphone user-agent. For sites still in "desktop-first," migration is urgent.

Insights: a more narrative dashboard

The Insights tab, widely deployed in 2024-2025, aggregates trending pages, new queries, and declining content. Practical for a weekly brief to a non-SEO executive. To follow advanced Google operators to use in addition, see our blog.

Google Search Console FAQ

Is Google Search Console really free?

Yes, entirely. Google does not charge for access, reports, API, or BigQuery export (BigQuery costs are related to storage and queries, not GSC). According to the documentation, it is one of the few official SEO tools without a paid plan (Google Search Console Help, 2025).

How long before I see data after signing up?

Allow 2 to 3 days for the first Performance report data, up to 7 days for the full Indexing report. New sites without history may wait several weeks before having significant volumes, especially if domain authority is low.

What is the difference between Google Search Console and Google Analytics?

GSC measures your visibility in Google before the click (impressions, position, queries). Google Analytics measures behavior after the click (sessions, conversions, journeys). According to Google, linking the two tools provides access to organic queries directly in GA4, without manual switching.

What to do if my site suddenly disappears from GSC?

First, check that the property is still validated (the DNS record may have been deleted). Then check the Security report, robots.txt, and the meta robots tag of the homepage. If everything is OK, open a report via the official Google Search Central forum.

How many properties can be created in an account?

The official limit is 1,000 properties per Google account according to the documentation (Google Search Console Help, 2025). This is largely sufficient for most agencies. Beyond that, use multiple Google Workspace accounts or delegate via user permissions.