When validating structured data generated by Joomla (tested on https://cloud-planet.uk/queen-of-diamonds-tattoo-studio), I noticed that the dateCreated and dateModified fields are not formatted according to the schema.org recommended ISO 8601 standard.
This causes non-critical warnings in tools like:
The Date Created and Date Modified fields when filling out the Article schema (and I'm assuming others) should save the dates in ISO 8601 standard.
The dates are stored in a non-compliant format.
Joomla version: 5.3.1
Template or plugin used: [Insert if applicable]
PHP version: [Insert if known]
Suggested Fix: Ensure that all date fields in structured data output use the ISO 8601 format (YYYY-MM-DDTHH:MM:SS+00:00), which is required for schema.org compliance.
Labels |
Added:
No Code Attached Yet
|
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2025-06-08 21:34:22 |
Closed_By | ⇒ | LadySolveig |
@toddh-8473
Please test this fix and leave your result here Joomla Issue Tracker
Thank you for the report and the detailed description of the problem.