Schema - Multiple locations
-
I'm adding schema tags for a client with multiple locations/branches of their bar.
What's the best way to setup the Schema tags for the different addresses?
Something like this:
| id="footer-right" itemscope itemtype="http://schema.org/BarorPub"> |
| ### itemprop="name">Bar Name |
| |
| itemprop="address" itemscope itemtype="http://schema.org/PostalAddress"> |
| itemprop="streetAddress">Street Name • <span < span="">itemprop="streetAddress">2 Street Name</span <> • <span < span="">itemprop="streetAddress">3 Street Name</span <> |
| itemprop="addressLocality">New Orleans |
| itemprop="addressRegion">LA |
| itemprop="postalCode">Zip Code |
| |
| Tel:itemprop="telephone">555-555-555 |
| || |
-
You could create a DIV for each location and assign it the itemscope itemtype="http://schema.org/PostalAddress"
Inside add SPAN with the itemprop for each property.
For the title use this:
Bar Name
instead of adding additional spans