【发布时间】:2017-07-09 10:25:29
【问题描述】:
这是正确的 HTML 地址格式吗?
<div class="" itemscope itemtype="http://schema.org/Florist">
<h5 class="">xxx</h5>
<div class="">
<span itemprop="address" itemscope itemtype="http://schema.org/PostalAddress">
<span itemprop="streetAddress">xxx</span>
<span itemprop="postalCode">xxx</span>
<span itemprop="addressLocality">xxx</span>
</span>
</div>
<div class="">
<span>Phone: </span><a style="" href="tel:+xxxxxxxx" rel="nofollow"><span itemprop="telephone">+xxxxxxxx</span></a></br>
<span>Email: </span><a href="mailto:info@xxx.cz" itemprop="email">info@xxx.cz</a>
</div>
</div>
或者应该包括<p>和<address>,如果是,在哪里使用它们?
【问题讨论】:
标签: html footer schema.org semantic-markup microdata