I have been optimizing my site for better search results, and noticed that the theme is full time tags with hard-coded datime attributes, like this:
time class="entry-date" datetime="2012-02-13T04:34:10+00:00"
The datetime attribute is defined as A time element with a machine-readable datetime attribute. So, the hardcoded value will be read by the search engines.
This is present in all post metadata spans.
By the way, let me ask please, so i can work around this issue: What file is used to display a WP Attachment page? My blog options are: Regular, No Sidebar.
(i’m looking for it so i can remove the datetime attribute myself).