【发布时间】:2015-12-20 17:50:56
【问题描述】:
使用 Google 丰富的 sn-p 测试工具,我可以看到邮政地址的有效标记代码。但它没有显示任何关于牙医标记的信息,甚至没有显示错误:
<p itemscope itemtype="http://schema.org/Dentist" itemprop="Brand">DOTT. xxxxxx</p>
<p itemprop="address" itemscope itemtype="http://schema.org/PostalAddress"><span itemprop="streetAddress">...address....</span>
<span itemprop="postalCode">xxxxx</span>
<span itemprop="addressLocality">xxxxx</span>
<br>tel/fax: <span itemprop="telephone">0000000</span>
<br>email: <a href="mailto:info@xxxxxx.com"
itemprop="email">info@xxxxxx.com</a>
</p>
【问题讨论】:
标签: html schema.org microdata google-rich-snippets