← All types
JSON-LD Output
{
"@context": "https://schema.org/",
"@type": "LocalBusiness",
"name": "Dave's Steak House",
"address": {
"@type": "PostalAddress",
"streetAddress": "148 W 51st St",
"addressLocality": "New York",
"addressRegion": "NY",
"postalCode": "10019",
"addressCountry": "US"
},
"url": "https://davessteakhouse.example.com",
"telephone": "+1-212-555-0100",
"description": "Classic American steakhouse in the heart of Midtown Manhattan.",
"image": [
"https://example.com/photos/daves-exterior.jpg"
],
"priceRange": "$$$",
"geo": {
"@type": "GeoCoordinates",
"latitude": 40.7614,
"longitude": -73.9826
},
"openingHoursSpecification": [
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": "https://schema.org/Monday",
"opens": "11:00",
"closes": "22:00"
},
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": "https://schema.org/Tuesday",
"opens": "11:00",
"closes": "22:00"
},
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": "https://schema.org/Wednesday",
"opens": "11:00",
"closes": "22:00"
}
],
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": 4.4,
"bestRating": 5,
"worstRating": 1,
"reviewCount": 267
},
"review": {
"@type": "Review",
"author": "James T.",
"reviewRating": {
"@type": "Rating",
"ratingValue": 5,
"bestRating": 5,
"worstRating": 1
},
"reviewBody": "Best steak I have had in years. The service was impeccable.",
"datePublished": "2025-02-01"
},
"servesCuisine": "American",
"logo": "https://example.com/daves-logo.png",
"email": "info@davessteakhouse.example.com",
"sameAs": [
"https://www.facebook.com/davessteakhouse",
"https://twitter.com/davessteakhouse"
],
"department": [
{
"@type": "LocalBusiness",
"name": "Dave's Steak House Bar",
"address": {
"@type": "PostalAddress",
"streetAddress": "148 W 51st St, Lower Level",
"addressLocality": "New York",
"addressRegion": "NY",
"postalCode": "10019",
"addressCountry": "US"
},
"telephone": "+1-212-555-0101"
},
{
"@type": "LocalBusiness",
"name": "Dave's Steak House Private Dining",
"address": {
"@type": "PostalAddress",
"streetAddress": "148 W 51st St, 2nd Floor",
"addressLocality": "New York",
"addressRegion": "NY",
"postalCode": "10019",
"addressCountry": "US"
},
"telephone": "+1-212-555-0102"
}
]
}