Skip to content

field note

Search Console links report not updating: how to date it yourself

Search Console

Shahid AliSeptember 9, 2026all posts

Search Console links report not updating: how to date it yourself

Search Console links report not updating is a complaint that comes back every few months, and it came back again this week. Site owners are looking at external link counts that have not moved since early August. The report gives you nothing to check against, because it is the one report in Search Console with no date on it at all.

That missing date is the whole problem. Every other report tells you how fresh it is. This one does not, so a frozen pipeline and a real loss of links look identical.

Start with what Google actually documents, because it is less than people assume. The Links report help page describes what the report contains and nothing about how often it refreshes:

“This report isn’t a comprehensive list of every link on your site. It shows a sample of internal and external links found by Google’s crawlers.” What those internal links are worth in the first place, and how they decide which deep pages get crawled, is a separate question I have written up.

It also warns that the data is historical rather than current:

“The report includes links that Google has found over time. These links may have since been removed, or a page may no longer exist.”

There is no stated cadence anywhere on that page. No “updated daily”. No “updated weekly”. Every number you have read about how often this report refreshes is somebody’s observation, not a Google statement, and I would not plan around any of them.

Has this happened before?

Yes, and the earlier case is the only one where Google is on record. In May 2026 the report broke badly. Affected sites lost most of their reported links overnight. John Mueller answered it publicly on 21 May and confirmed the rollback two days later:

“They’re working on resolving the actual issue and in the meantime switched back to the data from the week before.”

That sentence is more useful than it looks. It tells you Google can and does serve deliberately stale link data while a fix is in flight, without marking it stale anywhere in the interface. A frozen report is not always a bug. Sometimes it is the mitigation.

Two freezes, and no date on the report either time Dates from Google's public statements and the report itself. Nothing here is a Google cadence. 21 May 2026 report breaks link counts collapse 23 May 2026 rolled back on purpose to the previous week 8 Aug 2026 counts stop moving for many properties 9 Sep 2026 about a month with no movement What the interface tells you either time Last updated date on the links report: none. Search Console API endpoint groups: 4. Of those, the number that return link data: 0. Table row cap in the links report: 1,000 rows.

Timeline built from Google's Links report help page, John Mueller's public replies of 21 and 23 May 2026, and the Search Console API reference.

No, and this is the part I know first-hand rather than from reading. I build and maintain the gsc-mcp server, which talks to the Search Console API directly. The API reference lists four groups of endpoints: Search Analytics, Sitemaps, Sites and URL Inspection. There is no links resource.

That has a practical consequence nobody mentions. Because the API cannot read link data, no dashboard, no MCP server, no agency reporting tool and no script of mine can archive it for you. Whatever the interface shows today is the only copy. If it freezes, there is no second source inside Google to compare against.

This is the question worth answering, and you can answer it without Google’s help.

A frozen report is a flat line. The numbers do not fall, they simply stop. A genuine loss of links moves, and it moves gradually, and it shows up somewhere other than Search Console. So compare across sources rather than staring at one.

Three checks, in the order I run them:

  1. Check a report that does carry a date. Open Performance and read its own “Last updated” stamp. Search Console’s performance data normally runs two to three days behind, which is expected. If Performance is current and Links is a month old, the problem is scoped to one pipeline. Re-verifying the property, resubmitting a sitemap and editing robots.txt will all do nothing, because none of them feed that pipeline.
  2. Check an outside link source. Bing Webmaster Tools has its own backlinks report and a completely separate crawler. If Bing still shows movement and Google shows none, you are looking at a Google reporting freeze, not a loss.
  3. Check referral traffic. Real links that disappear usually take a little referral traffic with them. Links that only disappear from a report take nothing.

If all three say the links are fine, the report is stale and the correct action is to wait.

What should I do while it is stuck?

Two things, and neither is a fix.

Export the data. Open External links, then Top linking pages, and export to CSV. Do it weekly and keep the files. Because there is no API and no date stamp, your own archive is the only way to ever say “this report has not moved since the eighth” with evidence instead of a feeling. Diff this week’s file against last week’s: byte-identical files mean a freeze, and a freeze you can prove is a freeze you can stop worrying about.

Do not chase it in Search Console. There is no refresh button, no revalidation, and the Search Status Dashboard will not help either. I checked it this morning: Crawling and Indexing both report no recent incidents, and the most recent Ranking entry is still the August 2026 spam update from 18 August. That is not evidence the links report is healthy. The dashboard covers Crawling, Indexing, Ranking and Serving, which are parts of Search itself. Search Console reporting delays are not on it and never have been, which is the same blind spot behind missing crawl stats data.

There is no reason to think so, and one good reason to think not. The report is a view onto data Google already holds. Ranking runs on the underlying link graph, not on the table drawn for you in Search Console. A drawing that fails to refresh does not change what it was drawing.

I want to be honest about the limit of that: Google has not said this in so many words about this report. It is an inference from how the reports work, not a quote. Treat it as the reasonable reading rather than a confirmed fact.

Sources