Amb l’opció “department” de Schema.org, podem afegir múltiples localitzacions al nostre codi Schema!
Combinat amb les puntuacions de KK Star Ratings tenim una arma infalible.
<script type="application/ld+json" class="rank-math-schema">
{ "@context": "https://schema.org",
"@type": "LocalBusiness",
"name": "EMPRESA ALACANT",
"image": { "@type": "ImageObject", "url": "https://WEB.com/wp-content/uploads/2021/10/image.jpg", "width": 460, "height": 460 },
"telephone": "+34-999-666-999",
"url": "https://WEB.com/",
"address": { "@type": "PostalAddress", "streetAddress": "Calle Falsa Alicante,6", "addressLocality": "Alicante", "postalCode": "03005", "addressRegion": "Alicante", "addressCountry": "ES" },
"priceRange": "€-€€",
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "[score]",
"bestRating": "[best]",
"ratingCount": "[count]"
},
"openingHoursSpecification": [
{ "@type": "OpeningHoursSpecification", "dayOfWeek": ["Monday", "Tuesday", "Wednesday", "Thursday", "Friday"], "opens": "09:00", "closes": "13:00" },
{ "@type": "OpeningHoursSpecification", "dayOfWeek": ["Monday", "Tuesday", "Wednesday", "Thursday", "Friday"], "opens": "15:00", "closes": "19:00" }
],
"geo": { "@type": "GeoCoordinates", "latitude": "38.346861", "longitude": "-0.491896" },
"department": [
{
"@type": "LocalBusiness",
"image": { "@type": "ImageObject", "url": "https://WEB.com/wp-content/uploads/2021/10/image.jpg", "width": 460, "height": 460 },
"name": "EMPRESA ELDA",
"telephone": "+34-666-999-999",
"address": { "@type": "PostalAddress", "streetAddress": "Calle Falsa Elda, 13", "addressLocality": "Elda", "postalCode": "03600", "addressRegion": "Alicante", "addressCountry": "ES" },
"priceRange": "€-€€",
"geo": { "@type": "GeoCoordinates", "latitude": "38.474574", "longitude": "-0.789674" },
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "[score]",
"bestRating": "[best]",
"ratingCount": "[count]"
},
"openingHoursSpecification": [
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": [
"Monday",
"Tuesday",
"Wednesday",
"Thursday",
"Friday"
],
"opens": "09:00",
"closes": "13:00"
},
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": [
"Monday",
"Tuesday",
"Wednesday",
"Thursday",
"Friday"
],
"opens": "15:00",
"closes": "19:00"
}
]
}
]
}
</script>