Still no detected structured data in Google Webmaster Tools [on hold]
- by user6211
Can you give me some suggestions what's wrong with my structured data? Google still cannot read it.
It looks like this:
<div class="identity">
<div itemscope itemtype="http://schema.org/LocalBusiness">
<a itemprop="url" href="http://MYDOMAIN.co.uk/"><div itemprop="name"><strong>MY_COMPANY</strong></div></a>
<div itemprop="address" itemscope itemtype="http://schema.org/PostalAddress">
<span itemprop="streetAddress">MY_ADDRESS</span>,
<span itemprop="addressLocality">London</span>,
<span itemprop="postalCode">SE5 MY_XYZ</span>,
<span itemprop="addressCountry">UK</span>
</div>
</div>
</div>