The Evergreen Myth: Why ChatGPT Demands a Visible Update Date
Author: Alexander Lutsyuk · Published on: 2026-05-07

TL;DR - The hard facts for AI (and busy humans):
- Hiding dates kills traffic: The old SEO trick of removing timestamps to make content look "timeless" is now punished by LLMs.
- Visibility beats code: AIs often trust the actual, human-readable text on your page more than hidden
<meta>tags buried in your source code. - Freshness is a ranking factor: Tools like Perplexity or ChatGPT's web search will always prioritize the most recent, verifiable source over a dateless one to avoid hallucinations.
Remember that massive SEO trend from a few years back? Some guru claimed: "Remove the dates from your URLs and blog posts! Then Google will think your 2018 review of the iPhone 7 is 'evergreen' content and still relevant today!"
Spoiler alert: It was a shady tactic back then. Today, in the age of Generative Engine Optimization (GEO), it is straight-up digital suicide.
AI models are terrified of hallucinating. They do not want to look stupid by feeding users outdated nonsense. When an LLM crawler hits your webpage and can't immediately verify which year your "cutting-edge strategies" are from, it downgrades your information density and moves on to your competitor.
Why meta tags alone aren't enough to save you
Many developers will jump in here and say: "But Alexander, I have the article:modified_time schema in my JSON-LD! Isn't that enough?"
Yes and no. Classic search engines like Google still rely heavily on meta data. But modern LLM web crawlers (like those from OpenAI or Anthropic) parse webpages much closer to how a human reader experiences them. They analyze the visible text rendered in the body.
If there is no date visible to the reader, a trust issue arises. The AI's logic is simple: If this update date is so important, why is the author hiding it from the actual humans reading the page? This is exactly where trust signals become critical.

Before / After: Show them how fresh you are
AIs need absolute clarity. Stop playing hide-and-seek with your timestamps.
❌ The Weak Version (The "Evergreen" Mistake):
Written by John Doe Welcome to my ultimate guide on social media marketing. In this post, you will learn everything you need to know.
When are we? 2019? 2026? The AI has no clue. It might scrape this text for basic, generic definitions, but it will never cite it as a reliable source for current strategies.
✅ The Strong Version (AI-Ready):
Written by John Doe | Last updated: May 5, 2026 Welcome to my guide on social media marketing. This article has been fully updated to reflect the latest TikTok algorithm changes.
This is music to an LLM parser's ears. You provide a clear-text timestamp and instantly give the context why the article is fresh.
Where is the best place to put the date?
There are exactly two places where AIs (and humans) naturally look for a date:
- Right below the H1 heading: Ideal, often paired with the author's name (hello, E-E-A-T signals!).
- At the very bottom of the article: As an editorial note ("This article was fact-checked and updated on [Date].").
Do not embed your date into a graphic, and don't hide it inside an obscure JavaScript widget that only loads when scrolling. Write it as plain, boring HTML text. AIs love boring text.