MichaelW
0
- Joined
- Feb 23, 2015
- Messages
- 48
- Reaction score
- 0
Hi
Here's 2 examples of schema code.
Both are for solicitor/lawyer sites. Would either be better for GMB listings and higher rankings, or do they basically do the same thing and give the address?
thanks,
Michael.
Here's 2 examples of schema code.
Both are for solicitor/lawyer sites. Would either be better for GMB listings and higher rankings, or do they basically do the same thing and give the address?
HTML:
<ul itemscope itemtype="http://schema.org/Attorney">
<li>
<div class="adr" itemprop="address" itemscope itemtype="http://schema.org/PostalAddress"><span class="street-address" itemprop="streetAddress">
3 Westfield Road, Belfast, County Antrim, BT3 5ST</span><br></div>
</li>
<li class="tel" itemprop="telephone">(028) 903 3342</li>
</ul>
HTML:
<div itemscope itemtype="http://schema.org/LocalBusiness" class="schema">
<span itemprop="name">The Law Firm</span> <span itemprop="description">Solicitors</span><br />
<div itemprop="location" itemscope itemtype="http://schema.org/Place">
<div itemprop="address" itemscope itemtype="http://schema.org/PostalAddress">
<span itemprop="streetAddress">130 Belmost St</span><br />
<span itemprop="addressLocality">Belfast</span>, <span itemprop="addressRegion">County Antrim</span> <span itemprop="postalCode">BT12 34BA</span>
</div>
</div>
thanks,
Michael.