I’m trying to add schema.org to my directory
I ve added
“openingHours”:
[“Mo: @post(work-hours.mon.hours.start) – @post(work-hours.mon.hours.end),
Tu: @post(work-hours.tue.hours.start) – @post(work-hours.tue.hours.end),
We: @post(work-hours.wed.hours.start) – @post(work-hours.wed.hours.end),
Th: @post(work-hours.thu.hours.start) – @post(work-hours.thu.hours.end),
Fr: @post(work-hours.fri.hours.start) – @post(work-hours.fri.hours.end),
Sa: @post(work-hours.sat.hours.start) – @post(work-hours.sat.hours.end),
Su: @post(work-hours.sun.hours.start) – @post(work-hours.sun.hours.end)”],
but the schema.org output is only first opening hours.
Eg. on monday the place is open from 7 to 9 and then from 14:00 to 22:00 –
I also tried to duplicate the “@post(work-hours.mon.hours.start) – @post(work-hours.mon.hours.end)” to no avail.
The schema.org out put is
openingHours
Mo: 07:00 – 08:00 Tu: 13:00 – 14:00, We: 07:00 – 08:00, Th: 13:00 – 14:00, Fr: 17:00 – 22:00, Sa: 14:00 – 16:00, Su:
any idea on how to fix this?
©2025 Created with 27collective LLC. All rights reserved