Mobile app version of vmapp.org
Login or Join
BetL925

: I would prefer this solution, because it avoids any redundance, is clear and valid: <div itemscope itemtype="http://schema.org/Store"> <h1 itemprop="name">Middle of Nowhere Foods</h1>

@BetL925

I would prefer this solution, because it avoids any redundance, is clear and valid:

<div itemscope itemtype="http://schema.org/Store">
<h1 itemprop="name">Middle of Nowhere Foods</h1>
<h2>Opening hours</h2>
<p>Normally open <time itemprop="openingHours" datetime="Mo,Tu,We,Th,Fr,Sa,Su 09:00-14:00">daily 9am-2pm</time> except on:</p>
<ul>
<li itemprop="openingHoursSpecification" itemscope itemtype="http://schema.org/OpeningHoursSpecification">
<span itemprop="validFrom" content="2013-12-24">24 December 2013</span> and
<span itemprop="validThrough" content="2013-12-25">25 December 2013</span>:
<span itemprop="opens" content="09:00">9am</span>-<span itemprop="closes" content="11:00">11am</span></li>
<li itemprop="openingHoursSpecification" itemscope itemtype="http://schema.org/OpeningHoursSpecification">
<span itemprop="validFrom" content="2014-01-01">1st January 2014</span>
<span itemprop="validThrough" content="2014-01-01"></span>:
<span itemprop="opens" content="12:00">Noon</span>-<span itemprop="closes" content="14:00">2pm</span></li>
</ul>
</div>

10% popularity Vote Up Vote Down


Login to follow query

More posts by @BetL925

0 Comments

Sorted by latest first Latest Oldest Best

Back to top | Use Dark Theme