By Ed Radetic on Friday, 21 September 2018
Posted in Technical Issues
Replies 4
Likes 0
Views 648
Votes 0
We've found a couple issues that are throwing html errors:

<a href="; target=_blank alt ="Tweet Tips To Keep Your Home Dry Before The Storms Hit" class=eb-share-twitter-btn>

Alt text is exclusive to images, this should be title text for the anchor.

<time class=eb-meta-date content=2018-05-25> Friday, 25 May 2018 </time>

This content should be datetime instead so it can be properly interpreted.
Hey Dan,

Thanks for reporting the issue regarding the Twitter button, this will be fixed on the next release. As for the content attribute, it is actually used to format the rich data and in the specifications of the rich data, it requires to be in the format of YYYY-MM-DD
·
Friday, 21 September 2018 21:55
·
0 Likes
·
0 Votes
·
0 Comments
·
Great news about the Twitter button.

Also, the content attribute does throw an error in the W3C validator.
https://www.w3schools.com/tags/att_time_datetime.asp
·
Friday, 21 September 2018 23:53
·
0 Likes
·
0 Votes
·
0 Comments
·
Strange, but I guess it will not do any harm to change it to a datetime attribute. We'll update this in the next release.
·
Saturday, 22 September 2018 17:22
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post