Mobile app version of vmapp.org
Login or Join
Martha676

: LocalBusiness with multiple locations on same page I am trying to add local business Schema.org markup on a website. I have one concern, there are around 10 different locations for the business

@Martha676

Posted in: #Microdata #SchemaOrg #Url

I am trying to add local business Schema.org markup on a website.
I have one concern, there are around 10 different locations for the business and all those locations are on 1 page, that means they don't have a dedicated page for each location, now while adding Schema.org markup it requires URL for a particular location.

<div itemscope itemtype="http://schema.org/LocalBusiness">
<span itemprop="name"><a href="/xyz">anchor-text <!-- I am confused here what URL to add for a particular location which doesn't have a dedicated page --></a></span>
<div itemprop="address" itemscope itemtype="http://schema.org/PostalAddress">
<span itemprop="streetAddress">example</span>
<span itemprop="addressLocality">example</span>
<span itemprop="addressRegion">example</span>
<span itemprop="postalCode">expamle</span>
</div>
</div>


So, I am thinking to either add homepage URL (example.com) for every location schema or add the example.com/locations.html URL where the list of locations resides currently or just skip the URL part completely in the markup.

10% popularity Vote Up Vote Down


Login to follow query

More posts by @Martha676

0 Comments

Sorted by latest first Latest Oldest Best

Back to top | Use Dark Theme