← All types

Restaurant

JSON-LD Output

{
    "@context": "https://schema.org/",
    "@type": "Restaurant",
    "name": "Bella Napoli Trattoria",
    "address": {
        "@type": "PostalAddress",
        "streetAddress": "88 Little Italy Lane",
        "addressLocality": "New York",
        "addressRegion": "NY",
        "postalCode": "10013",
        "addressCountry": "US"
    },
    "url": "https://bellanapoli.example.com",
    "telephone": "+1-212-555-0188",
    "description": "Authentic Neapolitan pizza and pasta in the heart of Little Italy.",
    "image": [
        "https://example.com/photos/bella-napoli.jpg"
    ],
    "priceRange": "$$",
    "geo": {
        "@type": "GeoCoordinates",
        "latitude": 40.7191,
        "longitude": -73.9973
    },
    "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"
        },
        {
            "@type": "OpeningHoursSpecification",
            "dayOfWeek": "https://schema.org/Thursday",
            "opens": "11:00",
            "closes": "22:00"
        },
        {
            "@type": "OpeningHoursSpecification",
            "dayOfWeek": "https://schema.org/Friday",
            "opens": "11:00",
            "closes": "22:00"
        },
        {
            "@type": "OpeningHoursSpecification",
            "dayOfWeek": "https://schema.org/Saturday",
            "opens": "10:00",
            "closes": "23:00"
        },
        {
            "@type": "OpeningHoursSpecification",
            "dayOfWeek": "https://schema.org/Sunday",
            "opens": "10:00",
            "closes": "23:00"
        }
    ],
    "aggregateRating": {
        "@type": "AggregateRating",
        "ratingValue": 4.5,
        "bestRating": 5,
        "worstRating": 1,
        "reviewCount": 487
    },
    "review": [
        {
            "@type": "Review",
            "author": "Anthony R.",
            "reviewRating": {
                "@type": "Rating",
                "ratingValue": 5,
                "bestRating": 5,
                "worstRating": 1
            },
            "reviewBody": "Best margherita pizza outside of Naples. The crust is perfection.",
            "datePublished": "2025-12-01"
        },
        {
            "@type": "Review",
            "author": "Lisa M.",
            "reviewRating": {
                "@type": "Rating",
                "ratingValue": 4,
                "bestRating": 5,
                "worstRating": 1
            },
            "reviewBody": "Great food and atmosphere, but can get crowded on weekends.",
            "datePublished": "2025-11-20"
        }
    ],
    "menu": "https://bellanapoli.example.com/menu",
    "servesCuisine": "Italian",
    "logo": "https://example.com/bella-napoli-logo.png",
    "email": "info@bellanapoli.example.com",
    "sameAs": [
        "https://www.facebook.com/bellanapoli",
        "https://www.instagram.com/bellanapoli"
    ],
    "department": [
        {
            "@type": "LocalBusiness",
            "name": "Bella Napoli Lounge",
            "address": {
                "@type": "PostalAddress",
                "streetAddress": "88 Little Italy Lane, Upstairs",
                "addressLocality": "New York",
                "addressRegion": "NY",
                "postalCode": "10013",
                "addressCountry": "US"
            },
            "telephone": "+1-212-555-0189"
        }
    ],
    "acceptsReservations": "https://bellanapoli.example.com/reservations"
}

Source: generate-restaurant.php

Schema: https://schema.org/Restaurant