rich snippets - Google Structured Data Markup Helper - Opening Hours -


i'm trying add structured markup restaurant listing website using structured markup helper (highlighting tool) google.

when highlight restaurant's weekday , opening time, markup helper tells me day, month , year "required" opening time (what?). when attempt generate html anyway, helper displays error embedded in markup:

<span itemprop="dayofweek" itemscope itemtype="http://schema.org/dayofweek"><td itemprop="name">monday</td></span><td><strong itemprop="opens" content="please insert valid iso 8601 date/time here. examples: 2015-07-27 or 2015-07-27t15:30">8:30am</strong> - <strong itemprop="closes" content="please insert valid iso 8601 date/time here. examples: 2015-07-27 or 2015-07-27t15:30">midnight</strong></td> 

i can't work out issue. why enter day/month/year opening time? opening time relates weekday, not day/month/year.

seems this guy had same issue, solution wasn't posted.

help?

that strange. required tag see name (see screenshot below). anyway guess main confusion comes phrase

please insert valid iso 8601 date/time here. examples: 2015-07-27 or 2015-07-27t15:30

well in fact doesn't mean have provide day, month , year here. asks use iso 8601 standard date/time information. can (and should in case) use time indicating. e.g.

"134730" in basic format or "13:47:30" in extended format

see nice article @ wikipedia it.

markup helper screenshot


Comments

Popular posts from this blog

matlab - Deleting rows with specific rules -

jquery - How would i go about shortening this code? And to cancel the previous click on click of new section? -