An Article Published in 2023 and Never Touched Again No Longer Exists for AI
Open Google Search Console, sort your articles by impressions over the last 90 days, and check the last-modified date on your top ten pages. If half of them haven't moved in over a year, you have a problem that neither content quality nor backlinks will fix on their own: a freshness problem.
In 2026, this factor carries double weight. On Google's side, freshness stays a targeted signal for the queries that genuinely need it, not all of them. On the AI answer engine side — ChatGPT, Perplexity, Google AI Overviews — it's different: several of them explicitly weigh content age before citing it, and that weighting is stricter than most sites assume.
Freshness vs. Frequency: The Distinction That Saves You Time
Two words people constantly mix up:
- Freshness: how temporally relevant a piece of content is to what someone is searching for right now. An article on "best GEO tools in 2026" needs to stay fresh. An article on "how a canonical tag works" doesn't need yesterday's date to remain relevant.
- Frequency: how often you publish or update, independent of the topic's actual time-sensitivity. Republishing monthly on principle, with nothing new to say, improves nothing.
Google has long formalized this under the name Query Deserves Freshness (QDF): some queries call for recent results (news, pricing, software versions, rankings), others don't (definitions, stable concepts, evergreen tutorials). The first move before launching any refresh campaign: sort your pages by whether their target query is QDF-sensitive or not. Refreshing an evergreen article without adding anything new wastes effort; letting a volatile-topic article go stale is a silent traffic leak.
dateModified: The Most Explicit Signal, and the Most Misused
Schema.org markup exposes a property built exactly for this: dateModified, on the Article or BlogPosting types. It's the clearest data point you can hand a crawler — human or AI — to say this content was touched on a given date.
{
"@context": "https://schema.org",
"@type": "BlogPosting",
"headline": "Your article title",
"datePublished": "2025-03-12",
"dateModified": "2026-08-24",
"author": { "@type": "Organization", "name": "Your site" }
}
Two mistakes show up constantly in audits:
- Missing
dateModified: the page sends no explicit freshness signal at all, forcing AI systems to guess from indirect clues (last crawl, visible text, CMS fingerprint), far less reliable for them. dateModifiedbumped with nothing else changed: that's the cosmetic update, and it's increasingly easy to spot. More on that below.
The GEO-Specific Angle: What a Study of 17 Million AI Citations Shows
An Ahrefs study published in 2026, covering roughly 17 million citations tracked across ChatGPT, Perplexity, Gemini, Copilot, and Google AI Overviews, provides a precise data point that was missing from the conversation: the average age of content cited by AI assistants is about 1,064 days, versus 1,432 days for classic Google organic results — meaning AI-cited content is, on average, about a year newer than what shows up in traditional search.
The per-platform breakdown changes how you should prioritize:
| AI Engine | Average Cited Content Age | Freshness Preference |
|---|---|---|
| ChatGPT | ~958 to 1,023 days | Strongest |
| Copilot | ~1,056 days | Strong |
| Gemini | ~1,118 days | Moderate |
| Perplexity | ~1,166 days | Moderate |
| Google AI Overviews | ~1,432 days | Weakest (closest to classic SEO) |
In practice: if your GEO strategy mainly targets ChatGPT and Copilot, freshness should weigh heavily in your prioritization. If most of your AI citations come from AI Overviews, authority and structure likely matter more than your last-modified date.
The Cosmetic Update Trap
Touching only the displayed date without changing anything in the body text is a classic temptation — and a losing bet. Content that flips its date without any detectable novelty (a new statistic, an updated source, a fresh angle, an added section) loses retrieval credibility: both large language models and traditional ranking algorithms are increasingly able to diff one version of a page against its previous one through indexing snapshots, and a near-zero delta between two modification dates ends up working against you rather than staying neutral.
An update that actually counts needs at least one of the following: a statistic swapped for a more recent figure, a broken or outdated source link replaced, a claim rewritten to reflect a real change (a tool's new version, a Google policy shift), or an entirely new section that didn't exist in the previous version.
A 4-Step Method for Building a Refresh Cadence
- Spot the candidates. In Search Console, filter your pages by declining impressions over 90 days and cross-reference with the last-modified date stored in your CMS. Prioritize pages untouched for over 12 months that target a volatile, QDF-positive query.
- Prioritize by value, not by age. An old high-traffic page comes before ten old pages with residual traffic. Cross age with impression volume and current position: pages sitting at position 8-20 are your best candidates, a refresh alone can be enough to push them onto page one.
- Make a substantive update. No coat of paint on the date: add the missing data point, fix what's objectively wrong, expand the most-read section based on your heatmap if you have one.
- Declare
dateModifiedand resubmit. Update the JSON-LD markup, then run the URL through Search Console's inspection tool to speed up recrawl rather than waiting for the next scheduled crawl.
A Numbers-Based Example: Refresh Cadence on a SaaS Blog
An example we handled in audit: a B2B SaaS blog with 85 articles, 34 of which hadn't received a single edit in over 14 months despite meaningful organic traffic on about a dozen of them. After cross-referencing declining impressions with position 8-20 in Search Console, 12 articles were flagged as priorities.
On those 12 pages: at least one 2026 statistic added, broken source links replaced, dateModified updated, and the URLs resubmitted via inspection. Over the following eight weeks: 7 of the 12 articles gained an average of 4.8 positions, cumulative impressions rose 31%, and the number of citations tracked on ChatGPT and Perplexity (via a GEO tracking tool) went from 3 to 11 across the sample.
FAQ, Content Freshness for SEO and GEO
Should I change the publish date or only the modified date?
Only dateModified. Changing datePublished erases the page's real history and can look misleading if the URL and core content stay largely the same. Show both dates if your theme allows it: it reassures readers as much as it does search engines.
What's a reasonable update frequency?
There's no universal rule, but a useful benchmark: revisit pages on volatile topics every 3 to 6 months, and evergreen pages once a year or as soon as a core fact becomes inaccurate. Updating for the sake of updating has zero effect if the content doesn't actually change.
Does updating an article change its URL?
No, and you should never change it. Keeping the same slug preserves accumulated backlinks, existing AI citations, and earned rankings. Changing the URL means starting from zero on all three fronts.
Key Takeaways
Freshness isn't a uniform ranking factor: it matters a lot for volatile queries, little for stable topics, and its weight varies sharply across AI engines — ChatGPT and Copilot are far more sensitive to it than Google AI Overviews. The only move that actually works: a substantive content update, declared through dateModified, never a cosmetic date change alone.
Want to know if your most strategic pages have a freshness problem dragging down your SEO and AI citations? Run a SeAudit audit and get your score out of 100, check a sample full report if you want to see the level of detail before diving in, or dig into the method in our SEO and GEO content audit guide and our content pruning guide if some pages should be removed rather than refreshed.
