hoursAvailable
A Schema.org Property- Canonical URL: https://schema.org/hoursAvailable
- Check for open issues.
The hours during which this service or contact is available.
Values expected to be one of these types |
---|
OpeningHoursSpecification
|
Used on these types |
---|
ContactPoint |
Examples
Example 1
Copied
Example notes or example HTML without markup.
This example is in microdata only.
Example encoded as Microdata embedded in HTML.
<div itemscope itemtype="https://schema.org/Hotel"> <h1><span itemprop="name">ACME Hotel Innsbruck</span></h1> <span itemprop="description">A beautifully located business hotel right in the heart of the alps. Watch the sun rise over the scenic Inn valley while enjoying your morning coffee.</span> Hotel Features: <ul> <li itemprop="amenityFeature" itemscope itemtype="https://schema.org/LocationFeatureSpecification"> <span itemprop="name">Sauna</span> <meta itemprop="value" content="True"> <div itemprop="hoursAvailable" itemscope itemtype="https://schema.org/OpeningHoursSpecification"> <link itemprop="dayOfWeek" href="http://purl.org/goodrelations/v1#Thursday" />(Open Thursdays <time itemprop="opens" content="16:00:00"> 4:00 PM</time> - <time itemprop="closes" content="21:00:00"> 9:00 PM</time>) </div> </li> </ul> </div>
Example encoded as RDFa embedded in HTML.
This example is in microdata only.
Example encoded as JSON-LD in a HTML script tag.
This example is in microdata only.
Structured representation of the JSON-LD example.