hoursAvailable

Canonical URL: http://schema.org/hoursAvailable

Thing > Property > hoursAvailable

The hours during which this service or contact is available.

Usage: Between 100 and 1000 domains
Values expected to be one of these types
OpeningHoursSpecification
Used on these types
ContactPoint
LocationFeatureSpecification
Service


Examples

Example 1
  1. This example is in microdata only.
  1. <div itemscope itemtype="http://schema.org/Hotel">
  2.   <h1><span itemprop="name">ACME Hotel Innsbruck</span></h1>
  3.   <span itemprop="description">A beautifully located business hotel right in the
  4. heart of the alps. Watch the sun rise over the scenic Inn valley while
  5. enjoying your morning coffee.</span>
  6.   Hotel Features:
  7.   <ul>
  8.   <li itemprop="amenityFeature" itemscope itemtype="http://schema.org/LocationFeatureSpecification">
  9.     <span itemprop="name">Sauna</span>
  10.     <meta itemprop="value" content="True">
  11.     <div itemprop="hoursAvailable" itemtype="http://schema.org/OpeningHoursSpecification">
  12.       <link itemprop="dayOfWeek" href="http://purl.org/goodrelations/v1#Thursday" />(Open Thursdays
  13.       <time itemprop="opens" content="16:00:00"> 4:00 PM</time> -
  14.       <time itemprop="closes" content="21:00:00"> 9:00 PM</time>)
  15.     </div>
  16.   </li>
  17.   </ul>
  18. </div>
  1. This example is in microdata only.
  1. This example is in microdata only.

Schema Version 3.2