LocalBusiness
$$
US
5
1
09:00
17:00
{
"@context": "https://schema.org",
"@type": "",
"name": "",
"description": "",
"image": "",
"logo": "",
"@id": "",
"url": "",
"telephone": "",
"email": "",
"priceRange": "",
"address": {
"@type": "PostalAddress",
"streetAddress": "",
"addressLocality": "",
"addressRegion": "",
"postalCode": "",
"addressCountry": ""
},
"openingHoursSpecification": [
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": ["Monday", "Tuesday", "Wednesday", "Thursday", "Friday"],
"opens": "",
"closes": ""
}
],
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "",
"bestRating": "5",
"ratingCount": ""
}
}