Semantic Web - Auszeichnung Öffnungszeiten
Zunächst ein herzliches Hallo!
Vielleicht kann mir jemand weiterhelfen, auch wenn es mit CONTAO zunächst nichts zu tun hat.
Ich versuche, meine Öffnungszeiten entsprechend HTML5 semantisch darzustellen. Der HTML-Validator wirft mir jeoch für jedes <time> einen Fehler aus. Was mache ich falsch, und wie geht's richtig?
Besten Dank für Eure Mithilfe
Rainer
Und hier der Code:
<div class="service block" id="oezeiten" itemscope itemtype="http://schema.org/Organization">
<div class="lbox">Mo bis Fr</div><div class="rbox"><time itemprop="openingHours" datetime="Mo-Fr 08:30-12:30">08:30–12:30</time></div>
<br />
<div class="lbox">Mo bis Do</div><div class="rbox"><time itemprop="openingHours" datetime="Mo-Th 13:30-17:30">13:30–17:30</time></div>
<br />
<div class="lbox">Sa, So</div><div class="rbox"><time itemprop="openingHoursSpecification" itemscope itemtype="http://schema.org/OpeningHoursSpecification" datetime="Sa-Su off, PH off, Dec 24 13:30-17:30 off, Dec 31 13:30-17:30 off">geschlossen</time></div>
</div>