Local Business

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

Thing
Place
Organization
Local Business
Xxx
http://schema.org/Xxx
Yyy
http://schema.org/Yyy
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