What does Google say about SEO? /

Official statement

To ensure that Google correctly recognizes the date of an article, make sure that the date displayed on the page matches the date in the structured data. Google can display a snippet with a date if it is correctly identified. Use the date restrictions in search tools to check.
🎥 Source video

Extracted from a Google Search Central video

💬 EN 📅 13/11/2020 ✂ 40 statements
Watch on YouTube →
Other statements from this video 39
  1. 301 Redirect or Canonical for Merging Two Sites: What's the SEO Difference?
  2. How can you feature in Top Stories without being a news site?
  3. Are orphan pages really invisible to Google?
  4. Are Core Web Vitals really going to change your SEO ranking?
  5. Why do your local performance tests never match Search Console data?
  6. Should you really use rel="sponsored" instead of nofollow for your affiliate links?
  7. Can one website really dominate the entire first page of Google?
  8. Should you really optimize your pages for the terms 'best' and 'top'?
  9. Why does Google take 3 to 6 months to crawl your complete redesign?
  10. Does article length really impact Google rankings?
  11. Do you really need to match keywords word for word in your SEO content?
  12. Is Google indexing really instantaneous, or are there hidden delays?
  13. Do you really need to choose between a 301 redirect and a canonical tag to merge two sites?
  14. Does Top Stories really use a different algorithm than conventional search?
  15. Why doesn't the Google News tab always display your articles in chronological order?
  16. Can orphan pages really harm your site's SEO performance?
  17. Will Core Web Vitals Really Transform Ranking in the SERPs?
  18. Is there really a difference between rel=nofollow and rel=sponsored for affiliate links?
  19. Does Google really restrict how many times a domain can appear in search results?
  20. Should you really stop using exact match keywords in your content?
  21. Why is content specificity more important than keyword stuffing?
  22. Does the length of an article really influence its ranking on Google?
  23. Why does it take Google 3 to 6 months to refresh an entire large site?
  24. Should you stop manually submitting URLs to Google?
  25. Do you really need to include 'best' and 'top' in your content to rank for these queries?
  26. Should you really choose between 301 redirect and canonical for merging two sites?
  27. Can your site really appear in Top Stories and the News tab without being a news outlet?
  28. Should you really align visible dates and structured data for chronological ranking?
  29. Do orphan pages really harm your SEO?
  30. Have Core Web Vitals really become a crucial ranking factor?
  31. Should you really prioritize rel=sponsored for affiliate links, or is nofollow enough?
  32. Do you really need to mark your affiliate links to avoid a Google penalty?
  33. Can the same site really appear 7 times on the same SERP?
  34. Should you really optimize your pages for 'best', 'top', or 'near me'?
  35. Why does it take Google 3 to 6 months to refresh large websites?
  36. Does the length of an article really influence its Google ranking?
  37. Is it really necessary to match exact keywords in your SEO content?
  38. Does Google really impose an indexing delay based on the quality of your pages?
  39. Why does Google still show the old domain in site: queries after a 301 redirect?
📅
Official statement from (5 years ago)
TL;DR

Google requires a strict match between the date displayed on the page and the one declared in the structured data to correctly show an article's date in the SERPs. In case of inconsistencies, the search engine may simply ignore the date or display an incorrect value, which impacts the CTR for news content or content sensitive to freshness. Verification is done through the date filters in Google Search tools, a simple test that is often overlooked.

What you need to understand

Why does Google insist on this consistency between visible date and structured data?

Google primarily seeks to prevent date manipulation to deceive users. Some sites modify structured dates to pass off old content as fresh content, hoping to capture traffic on news queries.

The consistency between user display and metadata allows the algorithm to validate the reliability of the information. If the two do not match, Google considers that there is either a technical error or an attempt at manipulation — in both cases, it may choose not to display a date at all in snippets.

What does Google mean exactly by ‘visible date on the page’?

This refers to the date that the user sees directly in the content of the article, usually at the top of the page near the title or author. This date must be clearly readable, not hidden in the footer or buried in legal mentions.

Google uses computer vision algorithms and DOM analysis to identify this visible date. If your CMS displays “Published on March 15” but your structured data states “2023-03-20”, the inconsistency will be detected.

What is the difference between datePublished and dateModified?

The datePublished property indicates the original publication date of the article, which should match what the user sees as the “publication date.” It never changes, even if you update the content.

The dateModified property indicates the last substantial update to the content. Google may use this date to assess the freshness of an updated article, but it does not replace the original publication date in snippets. Both can coexist in the same Schema.org markup.

  • Rigorously synchronize the date displayed to the user with the one declared in Schema.org (datePublished)
  • Use dateModified only for actual and significant updates, not for minor corrections
  • Test your pages with date filters in Google Search to ensure your articles appear within the correct time ranges
  • Avoid ambiguous formats: prefer ISO 8601 (YYYY-MM-DD) in structured data, even if your user display is “March 15, 2023”
  • Document your convention: clearly define what constitutes a “modification” justifying a change in dateModified

SEO Expert opinion

Does this statement align with observed behaviors in the field?

Yes, and it's actually one of the few areas where Google applies its rule quite strictly. We regularly observe cases where articles with visible date / Schema.org inconsistencies lose their rich snippet with date in the SERPs.

What is less clear is the degree of tolerance. Does Google accept a format difference (“03/15/2023” vs “2023-03-15”) as long as the date remains the same? In most cases, yes. But I've seen configurations where a time zone difference (local time display vs UTC in Schema) created issues. [To be verified] depending on your server setup.

What are the gray areas that Google does not mention?

Mueller does not clarify how Google handles evergreen content that is regularly updated. Should you change datePublished or just dateModified? The common practice is to keep datePublished fixed and update dateModified, but some publishers change the publication date to maximize visibility — a risky practice.

Another vague point: what happens when an article is republished elsewhere after several months? If you syndicate content or republish your own archives, what date should you display? Google does not provide clear guidelines, and tests show variable behaviors depending on niches.

In what cases can this rule cause problems?

Multilingual sites often run into issues: an article published on March 15 at 11 PM in France may appear as “March 16” in Asia. If your displayed date varies based on the user's geolocation while your Schema.org remains fixed, you create an inconsistency.

Warning: Sites that aggregate content (comparators, news aggregators) need to be particularly vigilant. If you republish an external article, do not use your own republication date as datePublished — Google may consider it an attempt to exploit freshness.

Practical impact and recommendations

How can you verify that your dates are correctly recognized by Google?

The most reliable method is to use the date filters in Google Search. Launch a query site:yourdomain.com with a term present in your article, then apply a time filter (e.g., “last week”). If your recent article does not appear when it should, that's a warning signal.

Also, use the Google Rich Results Test to validate your Schema.org markup. The tool will flag formatting errors, but not inconsistencies with the visible date — hence the importance of testing in real conditions in the SERPs.

What technical errors must absolutely be avoided?

The classic mistake: a CMS that automatically generates dateModified on every page load, even without content modification. Some WordPress plugins do this, and Google eventually considers your content as constantly updated, which can dilute freshness signals.

Another common trap: displaying a date in client-side JavaScript (thus invisible to Googlebot if the JS does not execute properly) while having a different date in the HTML source. Google will read the raw HTML, and if the date visible after JS rendering differs, you have a problem.

What strategy should be adopted for content updates?

For substantially updated evergreen content (complete overhaul, addition of major sections), change dateModified but keep datePublished intact. Display both dates clearly to the user: “Published on 03/15/2022, updated on 01/10/2024”.

For news articles, never touch datePublished once the article is published, even if you correct typos. The stability of this date is a trust signal for Google. If you republish an archive after several years, treat it as new content with a new URL — do not recycle the old one by just changing the date.

  • Audit all your templates to check the visible date / Schema.org consistency on a representative sample
  • Disable any CMS feature that updates dateModified automatically without real modification
  • Test your recent articles with Google date filters to confirm their temporal indexing
  • Document your editorial policy: when do we change dateModified? When do we display both dates?
  • Monitor your snippets in Search Console: a sudden loss of displayed dates may indicate a problem
  • If you syndicate content, use the original publication date, not your republication date
Managing dates may seem trivial, but it directly impacts your visibility in freshness-sensitive searches. An inconsistency can cost you positions on news queries or exclude you from the time-based filters used by a significant portion of internet users. For complex editorial sites (multilingual, multi-author, with syndication), these optimizations can reveal technical subtleties requiring in-depth expertise. In this context, relying on a specialized SEO agency can help navigate these gray areas with proven protocols and monitoring tailored to your specific setup.

❓ Frequently Asked Questions

Dois-je utiliser datePublished et dateModified en même temps dans mes données structurées ?
Ce n'est pas obligatoire, mais fortement recommandé si vous mettez à jour régulièrement vos contenus. datePublished reste fixe, dateModified change à chaque mise à jour substantielle. Google peut utiliser l'une ou l'autre selon le contexte de la requête.
Que se passe-t-il si ma date visible et ma date Schema.org diffèrent d'un jour à cause des fuseaux horaires ?
Google tolère généralement ces écarts mineurs s'ils sont cohérents avec une logique de fuseau horaire. Utilisez le fuseau de votre audience principale et restez constant. Les problèmes apparaissent surtout quand l'écart dépasse 24h ou varie de manière erratique.
Puis-je changer la date de publication d'un vieil article pour le faire remonter dans les résultats récents ?
Techniquement possible, mais Google considère cela comme de la manipulation et peut pénaliser votre site si c'est détecté systématiquement. Si vous réécrivez substantiellement un contenu ancien, mieux vaut créer une nouvelle URL avec une vraie nouvelle date de publication.
Comment gérer les dates pour du contenu syndiqué ou republié depuis une autre source ?
Utilisez toujours la date de publication originale, pas votre date de republication. Ajoutez idéalement une mention visible « Initialement publié le... » et utilisez cette date dans vos données structurées. C'est plus honnête et évite les problèmes de duplicate content avec dates contradictoires.
Les filtres de date Google sont-ils fiables pour tester si mes dates sont bien reconnues ?
C'est le meilleur test en conditions réelles, mais il faut attendre que la page soit indexée et crawlée après vos modifications. Un délai de quelques jours à quelques semaines peut être nécessaire selon la fréquence de crawl de votre site.
🏷 Related Topics
Domain Age & History Discover & News Featured Snippets & SERP AI & SEO Local Search

🎥 From the same video 39

Other SEO insights extracted from this same Google Search Central video · published on 13/11/2020

🎥 Watch the full video on YouTube →

Related statements

💬 Comments (0)

Be the first to comment.

2000 characters remaining
🔔

Get real-time analysis of the latest Google SEO declarations

Be the first to know every time a new official Google statement drops — with full expert analysis.

No spam. Unsubscribe in one click.