Generate LocalBusiness JSON-LD with NAP, opening hours, geo coordinates, and a specific business subtype. Helps Google place you in local pack and map results.
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "LocalBusiness",
"address": {
"@type": "PostalAddress"
},
"openingHoursSpecification": [
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": [
"Mo",
"Tu",
"We",
"Th",
"Fr"
],
"opens": "09:00",
"closes": "17:00"
}
]
}
</script>