Official statement
Other statements from this video 14 ▾
- 6:10 Faut-il vraiment supprimer les sitemaps vides de votre site ?
- 15:23 Le HTTPS booste-t-il vraiment vos positions Google ou est-ce une légende SEO ?
- 16:05 Pourquoi votre migration HTTPS risque-t-elle de perturber votre indexation Google ?
- 26:12 Une mise à jour algorithmique peut-elle vraiment ne rien cibler en particulier ?
- 37:44 Le contenu dupliqué est-il vraiment sans danger pour votre référencement ?
- 60:52 Google peut-il vraiment lire les graphiques sur vos pages web ?
- 84:00 Le lazy loading d'images nuit-il vraiment à votre indexation Google ?
- 87:00 Les domaines expirés recyclés subissent-ils vraiment des pénalités manuelles de Google ?
- 105:50 Singulier ou pluriel : Google classe-t-il vraiment différemment ?
- 125:16 Les visites directes influencent-elles vraiment le classement Google ?
- 128:38 Pourquoi modifier les balises canonical et robots en JavaScript peut-il nuire à votre SEO ?
- 136:10 Faut-il vraiment utiliser le code 410 plutôt que le 404 pour accélérer la désindexation ?
- 156:05 Comment réussir une migration de domaine sans perdre son trafic organique ?
- 180:07 Pourquoi rediriger toutes vos pages vers la home en migration tue votre SEO ?
Google confirms that structured dates in schema.org data help identify the correct publication date of articles. This information is critical for news sites and blogs that rely on content freshness. However, the real impact on ranking remains unclear, and Mueller does not specify whether the absence of these tags actively penalizes sites.
What you need to understand
Why does Google emphasize structured dates?
The search engine must decide among several competing dating signals on the same page: date visible in the HTML, URL containing a date, file modification metadata. Without structured data, the algorithm makes choices that do not always align with the editor's intent.
News articles present a specific issue. Some CMS display the last updated date instead of the original publication date. Other sites completely remove dates to maintain 'evergreen' content. Google needs a clear signal to power its time-based features: date search filters, rich snippets, freshness ranking.
What date formats does Google recognize?
schema.org's NewsArticle and BlogPosting support three temporal properties: datePublished, dateModified, and dateCreated. Google explicitly recommends the ISO 8601 format with timezone.
Relative formats ('3 days ago') or regional formats ('12/03/2023') create ambiguity. A crawler visiting a week after publication misinterprets a relative date. The American month/day/year format can be confused with the European day/month/year format.
Does this statement apply to all types of content?
Mueller explicitly targets news articles, suggesting a priority for time-sensitive content. Product pages, category sheets, or institutional pages are not mentioned.
Still, the logic applies to any dated content: blog posts, case studies, press releases, tutorials. Whenever information has a time value, Google needs to date it correctly. Otherwise, it cannot respond to time-filtered queries or leverage freshness in ranking.
- Use datePublished in ISO 8601 with timezone to avoid any ambiguity in interpretation
- Distinguish datePublished from dateModified so as not to distort the perception of content freshness
- Avoid relative or regional formats that lose their meaning after the crawler visits
- Prioritize targeting blog articles, news, and time-sensitive content in your implementation
- Check consistency between the date visible in HTML and the one declared in schema.org to avoid conflicting signals
SEO Expert opinion
Is this statement consistent with field observations?
Tests indeed show that Google uses structured data to power rich snippets displaying a date. When schema.org is absent, the engine tries to extract a date from the visible content, with a significant error rate.
Several documented cases show articles ranked in the 'last 24 hours' results when they date back several months. The cause: a recent modification date interpreted as the publication date. Other sites have their fresh content ignored by time filters because the URL contains an old date inherited from a migration.
What nuances should be considered regarding this claim?
Mueller says structured dates 'help' Google, not that they are mandatory. This cautious phrasing casts doubt on the actual impact. Is it a ranking signal or merely a reminder for display? [To be verified]
The official documentation mentions no ranking bonus related to structured dates. A/B tests on this point are rare and contradictory. Some SEOs observe better visibility in Google News after implementation, but the effect remains difficult to isolate from other factors.
It is also essential to distinguish between types of schema. NewsArticle enjoys specific treatment in Google News, while BlogPosting does not trigger the same features. Mueller's statement mixes 'news articles' with generic structured data without clarifying these nuances.
In what situations does this rule not apply?
Voluntarily undated evergreen content constitutes an edge case. Displaying an old date can harm the click-through rate, even if the content remains relevant. Should some sites that deliberately remove all temporal references still implement datePublished?
Continuously updated pages pose another problem. Should a practical guide revised every month keep its original datePublished or replace it with dateModified? Google does not provide clear guidance, and both approaches coexist with variable results.
Practical impact and recommendations
How can structured dates be implemented correctly?
Use the complete ISO 8601 format with timezone: '2023-03-15T14:30:00+01:00'. Avoid shortcuts like '2023-03-15' that create ambiguities depending on the server and the crawler's timezone.
Place schema.org in JSON-LD in the head rather than in microdata scattered throughout the HTML. It's simpler to maintain and less prone to syntax errors. Always test with Google's Rich Results Test to catch parsing issues.
What common mistakes should be avoided?
Do not declare a dateModified that is older than datePublished. Some CMS generate this bug during migrations where the file creation date becomes later than the editorial date. Google may interpret this as an inconsistency and ignore both values.
Avoid changing datePublished during updates. This property should remain stable and reflect the original publication. Use dateModified to signal revisions. Modifying datePublished to 'refresh' content artificially can be detected and ignored.
Be cautious of inconsistent timezones. If your server is in UTC but you declare +01:00, articles may appear published 'in the future' for an hour. Google detects such anomalies and may delay indexing.
How can you verify that everything is working correctly?
Use the Google Search Console to monitor improvement reports. Structured date errors appear in the 'Structured Data' section with explicit messages about invalid formats.
Test your URLs in the Rich Results Test and verify that datePublished and dateModified display correctly in the preview. Note: a successful validation does not guarantee display in production; Google reserves the right not to use this data.
Compare the date displayed in search snippets with that declared in your structured data. If they consistently diverge, Google may favor another signal. Identify which by comparing the visible source code, metadata, and URL.
- Implement datePublished and dateModified in ISO 8601 with timezone on all articles
- Use JSON-LD rather than microdata to simplify maintenance and reduce errors
- Check consistency between structured dates and visible dates in the HTML content
- Test each article template with the Rich Results Test before production deployment
- Monitor Search Console to quickly detect structured date parsing errors
- Audit migrated content to correct inherited datePublished/dateModified inconsistencies
❓ Frequently Asked Questions
Faut-il obligatoirement utiliser JSON-LD ou les microdatas fonctionnent-ils aussi bien ?
Que se passe-t-il si dateModified est antérieure à datePublished ?
Les dates structurées ont-elles un impact direct sur le classement ?
Doit-on mettre une date sur les contenus evergreen volontairement intemporels ?
Comment gérer les articles mis à jour régulièrement avec du contenu frais ?
🎥 From the same video 14
Other SEO insights extracted from this same Google Search Central video · duration 1h19 · published on 24/08/2018
🎥 Watch the full video on YouTube →
💬 Comments (0)
Be the first to comment.