Harry Fielder
All Schema Generators

Free Tool

Restaurant Schema Markup Generator

Generate structured data for your restaurant or hotel dining venue. Supports cuisine types, opening hours, reservations, and linking to a parent hotel property.

Restaurant Details

Contact & Address

Cuisine

Opening Hours

Period 1
JSON-LD Output
<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "Restaurant",
  "acceptsReservations": "True",
  "openingHoursSpecification": [
    {
      "@type": "OpeningHoursSpecification",
      "dayOfWeek": [
        "Mo",
        "Tu",
        "We",
        "Th",
        "Fr",
        "Sa",
        "Su"
      ],
      "opens": "12:00",
      "closes": "22:00"
    }
  ]
}
</script>

Uses Restaurant type with OpeningHoursSpecification for structured hours. Hotel restaurants use containedInPlace to link to the parent property.