: 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
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.
More posts by @Martha676
Terms of Use Create Support ticket Your support tickets Stock Market News! © vmapp.org2024 All Rights reserved.