{
"@context": "https://schema.org",
"@type": "Restaurant",
"name": "Негодники",
"image": "https://optim.tildacdn.com/tild3137-6132-4661-a433-373862316239/-/contain/662x882/center/center/-/format/webp/_2025-05-28_19313578.png.webp",
"@id": "https://negodniki.ru/brunch-spb",
"url": "https://negodniki.ru/brunch-spb",
"telephone": "+7 (995) 987-04-04",
"address": {
"@type": "PostalAddress",
"streetAddress": "ул. Чапаева, 3",
"addressLocality": "Санкт-Петербург",
"postalCode": "197046",
"addressCountry": "RU"
},
"geo": {
"@type": "GeoCoordinates",
"latitude": 59.9608,
"longitude": 30.3345
},
"openingHoursSpecification": [
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": [
"Wednesday",
"Thursday",
"Friday",
"Saturday",
"Sunday"
],
"opens": "12:00",
"closes": "23:00"
},
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": [
"Monday",
"Tuesday"
],
"description": "Выходной"
}
],
"servesCuisine": ["Авторская", "Европейская"],
"priceRange": "$$",
"hasMenu": "https://negodniki.ru/brunch-spb",
"contactPoint": {
"@type": "ContactPoint",
"telephone": "+7 (995) 987-04-04",
"contactType": "reservations"
}
}