Restaurant

From getSchema
Jump to: navigation, search

This Page Semantic Annotations

Description

A restaurant.It is in the same time a place, an organization, a local business, and a food business. Therefore when you annotate the content you may have in mind your own perspective of what you want to annotate.

Examples

Did you ever visited the Roots Restaurant at The Orchard Garden Hotel in San Francisco? I never been there but I plan a visit. I saw its web site at http://www.therootsrestaurant.com/. The web site is nice and has an easy navigation to most of the important information i need.

I don’t know where is this place located but

  • I can copy/paste its address to Google Maps and get a route from San Francisco Caltrain to it.
  • I can use my Google Places Android application to inspect this place

What’s the proposal of Schema.org? To annotate your pages towards be better understood by the major search engines: Google, Microsoft, and Yahoo! (your business will faster appear in the search results, you can share these descriprions with specialized listings and so on).

Are you enough motivated to do that? If so, then look to above examples.

Are you a Restaurant owner?

You may like that its web site is fast reachable on the web or by navigation applications. Instead using plain HTML in your page use Schema.org types to enrich your markup.

This legendary restaurant has a facts sheet document with the following content:

Restaurant Description:
Roots Restaurant is a small, stylish restaurant located in the Orchard Garden Hotel, perfect for business lunches, pre-theater appetizers or romantic dinners. Roots proudly serves contemporary American cuisine with a Mediterranean flair and is committed to featuring local produce, naturally raised meats and sustainable seafood whenever possible. The cozy bar is a great spot for cocktails.

Location:
466 Bush Street (at Grant Avenue)
San Francisco, CA 94108
phone: 415.659.0349
fax: 415.393.9917
Reservations are accepted

Roots is located on the lobby level of the Orchard Garden Hotel, one of California’s first hotels certified by “Leadership in Energy & Environmental Design” (LEED) Green Building Rating System from the US Green Building Council, making it ‘green’ from the inside-out. The hotel is a short stroll from Union Square shops and theatres, blocks away from the Financial District deal makers and San Francisco’s legendary cable cars, and just steps from the Chinatown gate.

Website:
www.therootsrestaurant.com

Management:
Mrs. S.C. Huang, Proprietor
Stefan Mühle, General Manager
Russell Rummer, Executive Chef and Food & Beverage Manager
Fritz Reininger, Restaurant Manager

Established: Late Winter 2006

Seating:
Main dining room seats 56. A semi-private dining area seats 14 and is separated from the main dining room with an elegant curtain.

Hours: Open daily from 11a.m. to 10p.m.
Credit Cards:
Visa, MasterCard, American Express, Diners Club

Parking:
Valet parking available. Nearby Stockton/Sutter garage offers hourly rates. Metered street parking. Bicycle storage in the hotel.

Your markup should be as:

<div itemscope itemtype="http://schema.org/Restaurant">
 <h1>
  <a href="http://www.therootsrestaurant.com" 
     itemprop="url"><span itemprop="name">Roots Restaurant</span></a>
 </h1>
 <div itemprop="description">
  Roots Restaurant is a small, 
  stylish restaurant located in the Orchard Garden Hotel, erfect for business lunches, pre-theater
  appetizers or  romantic dinners. Roots proudly serves contemporary 
  <span itemprop="servesCuisine">American</span> cuisine with a
  <span itemprop="servesCuisine">Mediterranean</span> flair and is committed to featuring local 
  produce, naturally raised meats and sustainable seafood whenever possible. 
  The cozy bar is a great spot for cocktails. 
 </div>
 <div itemprop="location" itemscope itemtype="http://schema.org/PostalAddress">
  Location: </br>
  <span itemprop="streetAddress">466 Bush Street (at Grant Ave)</span></br>
  <span itemprop="addressLocality">San Francisco</span>, 
  <span itemprop="addressRegion">California</span>, 
  <span itemprop="postalCode">94108</span></br>
  Phone: <span itemprop="telephone">415.659.0349</span></br>
  <a itemprop="email" href="mailto:[email protected]">Email Us</a></br>
  <span itemprop="description">
   Roots is located on the lobby level of the Orchard Garden Hotel, one of California's first 
   hotels certified by "Leadership in Energy &amp; Environmental Design" (LEED) Green Building 
   Rating System from the US Green Building Council, making it 'green' from the inside-out. The 
   hotel is a short stroll from Union Square shops and theaters, blocks away from the Financial 
   District deal makers and San Francisco's legendary cable cars, and just steps from the Chinatown 
   gate. 
  </span>
 </div>
 <div itemprop="geo" itemscope itemtype="http://schema.org/GeoCoordinates">
 <meta itemprop="latitude" content="37.7793" />
 <meta itemprop="longitude" content="-122.4192" />
</div>
 <span itemprop="acceptsReservations">For reservations or information call toll-free 888/717-2881.</span></br> 
 Management: 
 <div itemprop="founders"> 
  <span itemscope itemtype="http://schema.org/Person">
   <span itemprop="name">Mrs. S.C. Huang</span>, 
   <span itemprop="jobTitle">Proprietor </span>
  </span>
 </div> 
 <div itemprop="employees">
  <span itemscope itemtype="http://schema.org/Person">
   <span itemprop="name">Stefan Mühle</span>, 
   <span itemprop="jobTitle">General Manager</span>
  </span></br>
  <span itemscope itemtype="http://schema.org/Person">
   <span itemprop="name">Russell Rummer</span>, 
   <span itemprop="jobTitle">Executive Chef and 
   Food and Beverage Manager</span>
  </span></br>
  <span itemscope itemtype="http://schema.org/Person">
   <span itemprop="name">Fritz Reininger</span>, 
   <span itemprop="jobTitle">Restaurant Manager </span>
  </span></br>
 </div> 
 Established: 
  <span itemprop="foundingDate" itemscope itemtype="http://schema.org/Date" 
        content="2006-12">Late Winter 2006</span> </br>
 Seating: Main dining room seats 56. A semi-private dining area seats 14 and 
 is separated from the main dining room with an elegant curtain.</br> 
 Hours: 
 <span itemprop="openingHours" content="Mo-Sa 11:00-22:00">
      Open daily from 11a.m. to 10p.m.</span> </br>
 Credit Cards: 
 <span itemprop="paymentAccepted">
   Visa, MasterCard, American Express, Diners Club
 </span>
 Parking: Valet parking available. Nearby Stockton/Sutter garage offers 
 hourly rates. Metered street parking. Bicycle storage in the hotel. 
</div>

So much work to do…

Are you a food expert?

You may want to write a Review about Roots Restaurant.