You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
do specialOpeningHoursSpecification time slots replace openingHoursSpecification’s ones when they intersect?
does it make sense to say a place is closed outside of specialOpeningHoursSpecification?
if a time slot is considered closed when it has no opens property, how can we say for a restaurant e.g. it is exceptionally closed the evening of a given day (while remaining open at noon)? Google’s solution to have the same hour for opens and closes seems more practical.
I looked around but I wasn’t able to find a consensus 😕
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I’m currently trying to design an openings hours form so I looked into https://schema.org/OpeningHoursSpecification but there are many things I’m not sure about.
dayOfWeekbe a collection? The name and its description imply this is not possible but Google says it is, and IMO it feels better.validFromappear withoutvalidThrough(and vice versa)?validFromandvalidThroughin aspecialOpeningHoursSpecification?OpeningHoursSpecification’s time slots merged? E.g. would{ "openingHoursSpecification": [ { "@type": "OpeningHoursSpecification", "dayOfWeek": "https://schema.org/Monday", "opens": "09:00", "closes": "21:00" }, { "@type": "OpeningHoursSpecification", "dayOfWeek": "https://schema.org/Monday", "opens": "08:00", "closes": "12:00" }, ] }be equivalent to
{ "openingHoursSpecification": [ { "@type": "OpeningHoursSpecification", "dayOfWeek": "https://schema.org/Monday", "opens": "08:00", "closes": "21:00" } ] }specialOpeningHoursSpecificationtime slots replaceopeningHoursSpecification’s ones when they intersect?specialOpeningHoursSpecification?opensproperty, how can we say for a restaurant e.g. it is exceptionally closed the evening of a given day (while remaining open at noon)? Google’s solution to have the same hour foropensandclosesseems more practical.I looked around but I wasn’t able to find a consensus 😕
Beta Was this translation helpful? Give feedback.
All reactions