AI visibility
Does content freshness affect AI search
What 13x checks
This is rule aeo.content-freshness in the public registry: Declared dates are recent. It runs on every audit, against the pages we actually fetched, and its result is derived from the response rather than estimated.
- Surface
- AI visibility
- Score weight
- 4 of the readiness score
- Scope
- Reported as skipped when the page renders only with JavaScript
- Applies
- To every site
Registry version 2026-07-30. Every rule is published, and the audit is deterministic — the same page produces the same finding every time.
The fix
The same text the audit hands you when this check fails on your own site.
The newest date declared anywhere on your crawled pages is , roughly months ago.
Recency is one of the few tie-breakers an answer engine has when two sources say much the same thing. A stale declared date is worse than no date at all: it is a positive, machine-readable signal that nobody has touched the page.
Declare the date as data, not as prose in a footer:
{
"@context": "https://schema.org",
"@type": "WebPage",
"url": "https://example.com",
"dateModified": ""
}Do not automate this from the file's mtime. A build timestamp that moves on every deploy is a lie about the content, and it is trivially detectable — every page changing daily while the text never does is a stronger negative signal than an old date. Set it when you actually review the content.
A practical pattern is to keep the review date in front matter and render it:
export const meta = {
title: "Pricing",
reviewedOn: "", // bump when the content is checked, not when it builds
};If the content genuinely is current, updating the date is the whole fix.
Does your site have this problem?
13x checks this and 112 others against your live URL in about 30 seconds. No account, and every finding comes with the fix for your framework.
No signup. Results in 30 seconds.
More ai visibility checks
- My content only renders with JavaScriptContent is readable without JavaScript
- How to let ChatGPT and Claude crawl my siteAnswer engines are allowed to retrieve
- Why AI crawlers get a different response than GoogleAI crawlers actually receive the page
- How to write a description AI can quoteA citable description near the top
- Why my content is not quoted in AI answersPassages stand on their own
- Why my pages contradict each other about pricingThe site states the same facts everywhere