Google search systems diagnosticsMediumInferred

Visible date and structured data date disagree on time-sensitive pages

What it is

On news, guides, prices or other time-sensitive pages, the date shown to users differs from datePublished or dateModified in structured data, or the page shows several competing dates. Google says its systems use several factors to estimate when a page was published or significantly updated, and asks that visible and structured dates match. Conflicting dates make that estimate harder on exactly the queries where freshness systems apply. The link to freshness ranking is inferred; Google documents date handling for bylines, not freshness weights.

Why does visible date and structured data date disagree on time-sensitive pages matter for AI search?

Google says its systems use several factors to estimate when a page was published or significantly updated, and asks that visible and structured dates match. Conflicting dates make that estimate harder on exactly the queries where freshness systems apply. The link to freshness ranking is inferred; Google documents date handling for bylines, not freshness weights.

How do you fix it?

Generate visible and structured dates from the same source field, label them (Published, Last updated), update dateModified only on substantive change, and remove unrelated dates near the byline.

How do you find it on your site?

  1. Crawl article, news and guide templates and extract the visible byline date and the datePublished and dateModified values from JSON-LD.
  2. Flag pages where the visible date and the corresponding structured date differ by more than a day, or where one is missing.
  3. Flag pages with future dates or dateModified values that change on every crawl without content changes.
  4. Compare against the dates Google shows in search results for a sample of URLs.

Which ranking and citation factors does it touch?

Written for the Freshness systems page (evidence: Confirmed). Google has not documented this system in a way a site can test directly, so this check measures a proxy for it, not the system itself.

What is the impact?

Indirect. Affects byline accuracy and likely freshness assessment on time-sensitive queries. Estimate only.

What is the evidence?

Google's Influence your byline dates documentation and ranking systems guide (freshness systems).

Frequently asked questions about visible date and structured data date disagree on time-sensitive pages

What does "Visible date and structured data date disagree on time-sensitive pages" mean?

On news, guides, prices or other time-sensitive pages, the date shown to users differs from datePublished or dateModified in structured data, or the page shows several competing dates.

How do you fix visible date and structured data date disagree on time-sensitive pages?

Generate visible and structured dates from the same source field, label them (Published, Last updated), update dateModified only on substantive change, and remove unrelated dates near the byline.