This specification defines the migration of all user-facing dates in the gurupanguji.github.io project from non-semantic text/containers to the semantic HTML5 <time> tag. This change targets improved machine-readability, search engine optimization, and accessibility for assistive technologies.
<time>datetimeTarget:
<div class="post-meta"></div>
Replacement:
<div class="post-meta"><time datetime=""></time></div>
Target:
© 2026 // gurupanguji //
Replacement:
© <time datetime="2026">2026</time> // gurupanguji //
index.html: Homepage blog feed and footer.blog/index.html: Archive list items._layouts/post.html: Post header meta and footer.labs/index.html: Footer copyright.reviews/index.html: Hardcoded camera/lens metadata and footer.AGENTS.md: Footer copyright.<time> tags must contain a valid datetime attribute.