core + health-lifesci ():

openingHours

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

Thing > Property > openingHours

The general opening hours for a business. Opening hours can be specified as a weekly time range, starting with days, then times per day. Multiple days can be listed with commas ',' separating each day. Day or time ranges are specified using a hyphen '-'.


Usage: Between 100,000 and 250,000 domains
Values expected to be one of these types
Text
Used on these types
CivicStructure
LocalBusiness


Examples

Example 1
  1. <div>
  2.   <h1>Philippa's Pharmacy</h1>
  3.   <p>A superb collection of fine pharmaceuticals for your beauty and healthcare
  4.     convenience, a department of Delia's Drugstore.</p>
  5.   <p>Open: Monday-Thursday 9am-noon</p>
  6.   <p>Phone: (800)555-1234</p>
  7. </div>
  1. <div itemscope itemtype="http://schema.org/Pharmacy">
  2.   <h1 itemprop="name">Philippa's Pharmacy</h1>
  3.   <p itemprop="description">A superb collection of fine pharmaceuticals for your beauty and healthcare
  4.     convenience, a department of Delia's Drugstore.</p>
  5.   <p>Open: <span itemprop="openingHours" content="Mo,Tu,We,Th 09:00-12:00">Monday-Thursday 9am-noon</span></p>
  6.   <p>Phone: <span itemprop="telephone" content="+18005551234">(800)555-1234</span></p>
  7. </div>
  1. <div vocab="http://schema.org/" typeof="Pharmacy">
  2.   <h1 property="name">Philippa's Pharmacy</h1>
  3.   <p property="description">A superb collection of fine pharmaceuticals for your beauty and healthcare
  4.     convenience, a department of Delia's Drugstore.</p>
  5.   <p>Open: <span property="openingHours" content="Mo,Tu,We,Th 09:00-12:00">Monday-Thursday 9am-noon</span></p>
  6.   <p>Phone: <span property="telephone" content="+18005551234">(800)555-1234</span></p>
  7. </div>
  1. <script type="application/ld+json">
  2. {
  3.   "@context": "http://schema.org",
  4.   "@type": "Pharmacy",
  5.   "name": "Philippa's Pharmacy",
  6.   "description": "A superb collection of fine pharmaceuticals for your beauty and healthcare
  7.     convenience, a department of Delia's Drugstore.",
  8.   "openingHours": "Mo,Tu,We,Th 09:00-12:00",
  9.   "telephone": "+18005551234"
  10. }
  11. </script>

Schema Version 3.2