Schema Markup for Open Hours 24 hours 7 days a week

Modified on Wed, 07 Jul 2021 at 10:34 AM

In order to show that a business is open 24 hours, you need to create the open hour’s specification (http://schema.org/OpeningHoursSpecification) and then add the days that it is open for 24 hours and set the “opens” properties to 00:00 and “closes” property to “23:59”.  In Schema App, your Open Hours Specification will look as follows if the business is open every day for 24 hours.   If there are days that are not open 24-hours, then you would create a different opening hours specification for them. 


Schema App Example


JSON-LD Example


{

    "@context": "http://schema.org",

    "@type": "OpeningHoursSpecification",

    "dayOfWeek": [

        "Tuesday",

        "Monday",

        "Wednesday",

        "Thursday",

        "Friday"

    ],

    "closes": "00:00:00",

    "opens": "11:30:00",

    "name": "Baker Street Normal Hours",

    "@id": "http://schemaapp.com/db/Marthas_Dare/OpeningHoursSpecification_0"

}


Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select atleast one of the reasons

Feedback sent

We appreciate your effort and will try to fix the article