Food Establishment

 

ATTENTION: THIS PAGE IS Valid HTML 5 AND IS BEST VIEWED WITH HTML 5 - Please upgrade your browser or download one of the HTML 5 compatible browsers such as Mozilla Firefox, Chrome, Opera or IE 9 (March 14, 2011 or later). For more information see HTML 5 browsers.


If you find this helpful, please click the Google +1 Button to the left, if it is white, to make it turn blue or red. Thank you! (It also helps find this page again more easily.)


PDF mobile

Food Establishment

The Food Establishment schema is used for the item types shown in bold below in the microdata type hierarchy:

Thing
Place
Organization
Local Business
FoodEstablishment
http://schema.org/FoodEstablishment
Bakery
http://schema.org/Bakery
Bar or Pub
http://schema.org/BarOrPub
Brewery
http://schema.org/Brewery
Cafe or Coffee Shop
http://schema.org/CafeOrCoffeeShop
Fast Food Restaurant
http://schema.org/FastFoodRestaurant
Ice Cream Shop
http://schema.org/IceCreamShop
Restaurant
http://schema.org/Restaurant
Winery
http://schema.org/Winery
Properties
PropertyTypeDescription
Properties from Thing
nametextrequired the name of the establishment
descriptiontexta short description of the establishment
urlURLURL of a web page (itemtype="http://schema.org/WebPage") about (itemprop="about") the establishment
imageURLURL of a picture of the establihsment
Properties from Place and Organization
addressPostal Address
aggregateRatingAggregate Rating
eventsEvent
faxNumbertext
interactionCounttext
reviewsReview
telephonetext
Properties from Place
containedInPlace
geoGeographic Coordinates or Geographic Shape
mapsURL
photosPhotograph or Image Object
Properties from Organization
contactPointsContact Point
emailtext
employeesPerson
foundersPerson
foundingDateDate
locationPlace or Postal Address
membersPerson or Organization
Properties from Local Business
branchOfOrganization
currenciesAcceptedtext
openingHoursDuration
paymentAcceptedtext
priceRangetext
Properties from Food Establishment
acceptsReservationstext or URL
servesCuisinetext
Template
<div itemscope="itemscope" itemtype="http://schema.org/<#SchemaName#>">
   <span itemprop="name"><#Establishment Name#></span>
   <span itemprop="description"><#Description of the establishment#></span>
   <a href="<#http://www.ExampleOnly.com/path/file-name.html#>"><#http://www.ExampleOnly.com/path/file-name.html#></a>
   <img src="<#http://www.ExampleOnly.com/images/image-name.png#>" alt=""/>
</div>
Examples
Microdata for Food Establishment with a Restaurant and a Bar
<div itemscope="itemscope" itemtype="http://schema.org/FoodEstablishment">
   <div id="this-place">
      <b itemprop="name">This Place</b>
      <div itemprop="address" itemscope="itemscope" itemtype="http://schema.org/PostalAddress">
         <span itemprop="streetAddress">1234 Progress Ave,</span>
         <span itemprop="addressLocality">Sunnyvale</span>,
         <span itemprop="addressRegion">CA</span> <span itemprop="postalCode">94086</span>
      </div>
      Hours:
      <ul>
         <li itemprop="openingHours" content="Mo-Sa 9:30-23:30">Mon-Sat 9:30 am - 11:30 pm Pacific Time</li>
         <li itemprop="openingHours" content="Su 10:30-19:30">Sun 10:30 am - 7:30 pm Pacific Time</li>
      </ul>
      <a itemprop="url" href="http://www.ThisPlace.com/">http://www.ThisPlace.com/</a><br/>
      Features:
      <ul>
         <li itemprop="contactPoints" itemscope="itemscope" itemtype="http://schema.org/BarOrPub">
            <b itemprop="name">Bar 21</b>
            in <b itemprop="containedIn" itemscope="itemscope" itemtype="http://schema.org/FoodEstablishment" itemref="this-place">This Place</b><br/>
            Phone: <span itemprop="telephone">1-800-554-3210 ext. 21</span><br/>
            <a itemprop="url" href="http://www.Bar21.com/">http://www.Bar21.com/</a>
         </li>
         <li itemprop="contactPoints" itemscope="itemscope" itemtype="http://schema.org/Restaurant">
            <b itemprop="name">This Place Restaurant</b>
            in <b itemprop="containedIn" itemscope="itemscope" itemtype="http://schema.org/FoodEstablishment" itemref="this-place">This Place</b><br/>
            <div itemprop="aggregateRating" itemscope="itemscope" itemtype="http://schema.org/AggregateRating">
               <span itemprop="ratingValue">5</span> stars - based on <span itemprop="reviewCount">25</span> reviews
            </div>
            <ul class="inline">Types of cuisine:
               <li itemprop="servesCuisine">American</li>, <li itemprop="servesCuisine">Italian</li>
            </ul>
            Price Range: <span itemprop="priceRange">$10 - $20</span><br/>
            Takes Reservations: Yes<br/>
            Phone: <span itemprop="telephone">1-800-554-3210 ext. 22</span><br/>
         </li>
      </ul>
   </div>
</div>

You can use the Rich Snippets Testing Tool to see the results when this structured data markup gets parsed.

This Place
1234 Progress Ave, Sunnyvale, CA 94086
Hours:
  • Mon-Sat 9:30 am - 11:30 pm Pacific Time
  • Sun 10:30 am - 7:30 pm Pacific Time

Features:
  • Bar 21 in This Place
    Phone: 1-800-554-3210 ext. 21
  • This Place Restaurant in This Place
    5 stars - based on 25 reviews
      Types of cuisine:
    • American
    • ,
    • Italian
    Price Range: $10 - $20
    Takes Reservations: Yes
    Phone: 1-800-554-3210 ext. 22

Valid HTML 5