DEV TOOLBOX · SCHEMA MARKUP · NO SIGNUP
> schemapreview

Restaurant — LocalBusiness

A restaurant with opening hours, geo coordinates, and an aggregate rating — full local-pack eligibility.

TYPE
02 — PROPERTIES
Address*
thumbnail preview
Opening hours+
#1
#2
#3
#4
#5
#6
Geo coordinates+
Aggregate rating+
03 — PREVIEW
Google preview · approximate
Trattoria Roma
4.6★★★★(487) · €€
📍 Via del Corso 100, Rome
Open · Closes 9 PM
+39 06 1234 5678
Website
VALIDATION
✓ Eligible for rich result0 required missing · 0 recommended missing

All set. Copy the snippet below.

04 — COPY
<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "LocalBusiness",
  "name": "Trattoria Roma",
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "Via del Corso 100",
    "addressLocality": "Rome",
    "addressRegion": "RM",
    "postalCode": "00187",
    "addressCountry": "IT"
  },
  "telephone": "+39 06 1234 5678",
  "image": "https://images.unsplash.com/photo-1517248135467-4c7edcad34c4?w=1200",
  "priceRange": "€€",
  "openingHoursSpecification": [
    {
      "@type": "OpeningHoursSpecification",
      "dayOfWeek": "Monday",
      "opens": "12:00",
      "closes": "23:00"
    },
    {
      "@type": "OpeningHoursSpecification",
      "dayOfWeek": "Tuesday",
      "opens": "12:00",
      "closes": "23:00"
    },
    {
      "@type": "OpeningHoursSpecification",
      "dayOfWeek": "Wednesday",
      "opens": "12:00",
      "closes": "23:00"
    },
    {
      "@type": "OpeningHoursSpecification",
      "dayOfWeek": "Thursday",
      "opens": "12:00",
      "closes": "23:00"
    },
    {
      "@type": "OpeningHoursSpecification",
      "dayOfWeek": "Friday",
      "opens": "12:00",
      "closes": "00:00"
    },
    {
      "@type": "OpeningHoursSpecification",
      "dayOfWeek": "Saturday",
      "opens": "12:00",
      "closes": "00:00"
    }
  ],
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 41.9028,
    "longitude": 12.4964
  },
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": 4.6,
    "reviewCount": 487
  },
  "url": "https://trattoriaroma.example.com"
}
</script>