Your page includes a date and time but doesn't specify the timezone. This can be very confusing for a global audience. Is '9:00 AM' in the morning in New York, London, or Tokyo? Specifying a timezone removes this ambiguity and makes the information clear for everyone.
<time datetime="2023-12-25T09:00">Christmas Morning</time>
Include the timezone offset or 'Z' for UTC in the `datetime` attribute.
<!-- Using UTC -->
<time datetime="2023-12-25T09:00Z">Christmas Morning</time>
<!-- Using a timezone offset (e.g., for New York) -->
<time datetime="2023-12-25T09:00-05:00">Christmas Morning</time>
Adding a timezone provides clear, unambiguous information to both users and machines (like search engine crawlers), which is especially important for time-sensitive content like event schedules.
This issue can affect your site's search engine rankings and user experience. Addressing it promptly helps ensure optimal performance and visibility in search results.
Black SEO Analyzer automatically checks for this warning during site analysis, along with hundreds of other technical SEO issues.
Choose the license that fits your needs and start getting the deep, actionable insights you deserve.