Microdata standard of location itemprop
-
Hi,
Have you planned a release integrating the microdata standard for child of itemprop=”location” (“name”, “address”, “streetAddress”, “addressLocality”, “addressRegion”, “postalCode”) ?
These missing tags cause errors on Google structured data testing tool.
For example :
<div class=”event-venue” itemprop=”location” itemscope itemtype=”https://schema.org/Place”>
<span itemprop=”name”>The Hi-Dive</span>
<div class=”address” itemprop=”address” itemscope itemtype=”https://schema.org/PostalAddress”>
<span itemprop=”streetAddress”>7 S. Broadway</span>
<span itemprop=”addressLocality”>Denver</span>,
<span itemprop=”addressRegion”>CO</span>
<span itemprop=”postalCode”>80209</span>
</div>
</div>Thanks
- The topic ‘Microdata standard of location itemprop’ is closed to new replies.