Hey, I'm using the Google structured data markup helper right now and trying to give structured data to the hours of operations listed on the home page. However, it shows this error,
<meta id="_opens16" itemprop="opens" content="Please insert valid ISO 8601 date/time here. Examples: 2015-07-27 or 2015-07-27T15:30">
All I have is this,
Monday - Friday: 9:00am - 5:00pm
Saturday: 10:00am - 2:00pm
Sunday: Closed
and when I go to add an open and closed time, it say I need to provide the day, month and year,
Opening hours
Day of week:
Monday - Friday
Opening time:
Day:
required
Month:
required
Year:
required
Time:
9:00am
Closing time:
Day:
required
Month:
required
Year:
required
Time:
5:00pm
Day of week:
Saturday
Opening time:
Day:
required
Month:
required
Year:
required
Time:
10:00am
Closing time:
Day:
required
Month:
required
Year:
required
Time:
2:00pm
Day of week:
Sunday
Opening time:
Closing time:
Time:
Closed
Is there a way to just add the day and time since the hours of operation aren't based on the month or year at all.
Thanks for your time!