/terms/freshness-signals · 4 min read · intermediate

Freshness signals

Freshness signals are the metadata inputs AI engines and search engines use to assess how recent a piece of content is: datePublished, dateModified, version history, and on-page recency markers. Empirical data shows most AI assistants (ChatGPT, Perplexity, Gemini, Copilot) prefer fresher content than Google's organic SERP, with the notable exception of Google's AI Overview, which actually cites slightly older content on average.

Citation status

ChatGPTPerplexity·ClaudeCopilotGemini

Last checked 2026-05-20

What are freshness signals?

Freshness signals are the metadata and on-page inputs engines combine to decide how recent a piece of content is. The primary signals:

  • datePublished: when the page was first published (ISO date in Article schema)1.
  • dateModified: when the page was last meaningfully updated.
  • On-page recency markers: "Last updated" labels, year references in headings, version numbers.
  • Crawl-history signals: how often engines have observed the page changing.
  • External recency signals: when other authoritative pages have linked to or cited this page recently.

Engines may use these signals, directly or indirectly, when evaluating recency-sensitive content. There is no single public "freshness score" formula from any major engine; the precise weighting and combination logic is not vendor-documented.

Status in 2026

Increasingly relevant for time-sensitive queries, with meaningful per-engine variation. Ryan Law and Xibeijia Guan's July 2025 Ahrefs analysis of 16.975 million citations across ChatGPT, Perplexity, Gemini, Copilot, AI Overview, and Google's organic SERPs found AI-cited URLs are on average 25.7% fresher than organic-cited URLs ((1432 − 1064) / 1432 = 25.7%; AI assistants average 1064 days / 2.9 years since publication vs. Google organic's 1432 days / 3.9 years)2.

But the headline number hides important per-engine variation, including one notable exception:

Engine Average freshness vs Google organic SERP
ChatGPT 393 days fresher (in-text refs); 458 days fresher (citations)
Copilot 360 days fresher
Gemini 298 days fresher
Perplexity 250 days fresher
Google AI Overview 16 days OLDER (the exception)

AI Overview behaves closer to classical Google search than to the other AI engines on this dimension, which makes sense since it inherits the same ranking systems. The practical implication: if a site primarily targets AI Overview citation, aggressive content-update cadence has lower marginal return than it does for Perplexity or ChatGPT optimization.

Two caveats Ahrefs flags in the original study:

  • Even AI engines mostly cite long-lived content: the 2.9-year average across all AI assistants means "fresher" is relative, not "must update weekly." Most AI citations still go to multi-year-old content.
  • "Fresh" combines two metrics: Ahrefs measured both time since publication and time since last update; the study does not isolate which signal dominates.

Practitioners observe a 2024–2026 trend toward engines being more sensitive to date spoofing (bumping dateModified without substantive content change). The mechanism is plausible (re-embedding cycles in retrieval indices naturally surface real content change vs mere date bumps; whether engines explicitly score against this is not vendor-documented) but no engine has published a specific date-spoofing penalty policy.

How to apply

Freshness is signal-quality, not signal-quantity. Three concrete moves:

  • Update content when it actually changes: every legitimate revision bumps dateModified. Calendar-driven "freshness updates" that do not change substance are detectable by content-diff inspection (for crawl-based systems) or by re-embedding/index-rebuild cycles surfacing identical content (for retrieval-based AI engines), though the specific mechanism each engine uses is not vendor-documented.
  • Match on-page freshness markers to schema dates: if you ship <time datetime="2026-05-14">Last updated May 14, 2026</time> on the page, the schema's dateModified should match. Mismatches can create ambiguity for crawlers and users about which date is authoritative.
  • Track freshness decay per content type: definitions, foundational concepts, and history can hold for years without revisiting; vendor comparisons, pricing, and product mentions tend to need updates roughly every 3–6 months (practitioner heuristic; no engine has published required cadence). Tag each page with its expected revision cadence and audit on schedule.
  • Calibrate to engine mix: if you primarily target AI Overview, freshness has lower marginal return (AI Overview cites slightly older content than organic per the Ahrefs July 2025 data). If you target Perplexity, ChatGPT, Copilot, or Gemini, freshness updates are higher leverage.

What to skip: bulk date-bumps on unchanged content. Search systems may discount or ignore freshness signals when the visible update date does not match substantive content changes; the result is typically loss of freshness credit rather than a documented penalty, though practitioners report excessive date-bumping correlates with reduced citation over time.

How it relates to other concepts

  • Direct input to authority signals within this glossary's four-layer authority model (the four-layer framing is editorial to this glossary; it is not a published industry-standard taxonomy).
  • Component of E-E-A-T in the practitioner reading: practitioners commonly interpret freshness misrepresentation (date-bumping) as a Trustworthiness signal, though Google's E-E-A-T documentation does not explicitly cover freshness.
  • Exposed via Article schema datePublished and dateModified properties.
  • Relevant input for RAG retrieval, especially in production systems with recency-filtered indices for time-sensitive query classes.

Footnotes

  1. Google Search Central: Article structured data implementation guide covering datePublished and dateModified. developers.google.com/search/docs/appearance/structured-data/article.

  2. Ryan Law & Xibeijia Guan, "New Study: AI Assistants Prefer to Cite 'Fresher' Content (17 Million Citations Analyzed)," Ahrefs Blog, 2025-07-28. ahrefs.com/blog/do-ai-assistants-prefer-to-cite-fresh-content. Sample: 16.975 million cited URLs across ChatGPT, Perplexity, Gemini, Copilot, AI Overviews, and organic Google SERPs. Headline finding: AI-cited URLs average 1064 days since publication vs 1432 days for organic, giving a 25.7% relative freshness gain ((1432-1064)/1432). Per-engine difference vs Google organic SERP: ChatGPT 393 days fresher in in-text refs (458 in citations), Copilot 360 days, Gemini 298 days, Perplexity 250 days, AI Overview 16 days OLDER (the only AI engine that does not show freshness preference, behaving closer to classical Google search). Caveat from the article: "the average age of cited URLs is still 2.9 years; like traditional search, AI assistants still prefer citing long-lived content." "Fresh" combines two metrics: time since publication and time since last update; the study does not isolate which dominates.

Part of Search foundations· editorial cluster, not a semantic link

Also in this cluster: AI Overview · Answer block · Authority signals · E-E-A-T (AI search context) · Entity-based SEO · +5 more

Mentioned in· auto-generated from other terms' related lists

FAQ

Does bumping dateModified actually help?
Only if the underlying content genuinely changed. The reasoning: search systems may discount or ignore freshness signals when the visible update date does not match substantive content changes. Practitioners report that date-only bumps on unchanged content correlate with reduced citation over time, though no engine has explicitly published a date-spoofing penalty policy. Treat dateModified as a faithful timestamp of real revisions, not a recurring marketing knob.
How often should I update content?
Update when there's a real change: new data, new vendor pricing, corrected claim, evolved best practice. Calendar-driven updates without real content change tend to underperform calendar-driven updates that actually rewrite substance. Note that 'fresher' is a relative concept: Ahrefs' July 2025 analysis found AI-cited content is still 2.9 years old on average across all AI assistants, so even AI engines mostly cite long-lived content (see Status section).
Do AI engines weight freshness differently from Google's classical search?
For time-sensitive query classes (vendor pricing, product launches, recent announcements), some AI-search systems do appear to weight freshness more heavily than Google's classical search. But this is engine-dependent: Ahrefs' July 2025 study found ChatGPT, Perplexity, Gemini, and Copilot all cite content fresher than Google's organic SERP, while Google's AI Overview actually cites content that is on average 16 days older than organic. Evergreen content (definitions, foundational concepts, history) is not penalized by AI engines for being old.

Sources & further reading

Get the monthly digest

New terms shipped that week, plus one observation from the AI-citation tracker.

More about what you'll get