← All types
JSON-LD Output
{
"@context": "https://schema.org/",
"@type": "FoodEstablishment",
"name": "The Golden Spoon Bistro",
"address": {
"@type": "PostalAddress",
"streetAddress": "742 Evergreen Terrace",
"addressLocality": "Portland",
"addressRegion": "OR",
"postalCode": "97205",
"addressCountry": "US"
},
"url": "https://goldenspoonbistro.example.com",
"telephone": "+1-503-555-0199",
"description": "Farm-to-table bistro featuring seasonal Pacific Northwest cuisine.",
"image": [
"https://example.com/photos/golden-spoon-exterior.jpg",
"https://example.com/photos/golden-spoon-interior.jpg"
],
"priceRange": "$$$",
"geo": {
"@type": "GeoCoordinates",
"latitude": 45.5231,
"longitude": -122.6765
},
"openingHoursSpecification": [
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": "https://schema.org/Tuesday",
"opens": "17:00",
"closes": "22:00"
},
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": "https://schema.org/Wednesday",
"opens": "17:00",
"closes": "22:00"
},
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": "https://schema.org/Thursday",
"opens": "17:00",
"closes": "22:00"
}
],
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": 4.7,
"bestRating": 5,
"worstRating": 1,
"reviewCount": 312
},
"review": {
"@type": "Review",
"author": "Maria G.",
"reviewRating": {
"@type": "Rating",
"ratingValue": 5,
"bestRating": 5,
"worstRating": 1
},
"reviewBody": "The tasting menu was extraordinary. Every course was a masterpiece.",
"datePublished": "2025-11-15"
},
"servesCuisine": "Pacific Northwest",
"logo": "https://example.com/golden-spoon-logo.png",
"email": "reservations@goldenspoonbistro.example.com",
"sameAs": [
"https://www.facebook.com/goldenspoonbistro",
"https://www.instagram.com/goldenspoonbistro"
],
"department": [
{
"@type": "LocalBusiness",
"name": "The Golden Spoon Bakery",
"address": {
"@type": "PostalAddress",
"streetAddress": "742 Evergreen Terrace, Bakery Counter",
"addressLocality": "Portland",
"addressRegion": "OR",
"postalCode": "97205",
"addressCountry": "US"
},
"telephone": "+1-503-555-0200"
}
],
"acceptsReservations": true
}