Home
schemaOrgLab
localBusinessLab
LocalBusiness Laboratory
LocalBusiness
Target JSON-LD
{ "@context": "http://schema.org", "@type": "Restaurant", "image": [ "https://example.com/photos/1x1/photo.jpg", "https://example.com/photos/4x3/photo.jpg", "https://example.com/photos/16x9/photo.jpg" ], "@id": "http://davessteakhouse.example.com", "name": "Dave's Steak House", "address": { "@type": "PostalAddress", "streetAddress": "148 W 51st St", "addressLocality": "New York", "addressRegion": "NY", "postalCode": "10019", "addressCountry": "US" }, "geo": { "@type": "GeoCoordinates", "latitude": 40.761293, "longitude": -73.982294 }, "url": "http://www.example.com/restaurant-locations/manhattan", "telephone": "+12122459600", "openingHoursSpecification": [ { "@type": "OpeningHoursSpecification", "dayOfWeek": [ "Monday", "Tuesday" ], "opens": "11:30", "closes": "22:00" }, { "@type": "OpeningHoursSpecification", "dayOfWeek": [ "Wednesday", "Thursday", "Friday" ], "opens": "11:30", "closes": "23:00" }, { "@type": "OpeningHoursSpecification", "dayOfWeek": "Saturday", "opens": "16:00", "closes": "23:00" }, { "@type": "OpeningHoursSpecification", "dayOfWeek": "Sunday", "opens": "16:00", "closes": "22:00" } ], "menu": "http://www.example.com/menu", "acceptsReservations": "True" }
Convert
Converted schemaOrg Object
Restaurant
address
PostalAddress
addressCountry
Text
US
addressLocality
Text
New York
addressRegion
Text
NY
postalCode
Text
10019
streetAddress
Text
148 W 51st St
geo
GeoCoordinates
latitude
Text
40.761293
longitude
Text
-73.982294
identifier
URL
http://davessteakhouse.example.com
image
URL
1
https://example.com/photos/1x1/photo.jpg
2
https://example.com/photos/4x3/photo.jpg
3
https://example.com/photos/16x9/photo.jpg
name
Text
Dave's Steak House
openingHoursSpecification
OpeningHoursSpecification
1
closes
Time
22:00:00
dayOfWeek
DayOfWeek
1
name
Text
Monday
2
name
Text
Tuesday
opens
Time
11:30:00
2
closes
Time
23:00:00
dayOfWeek
DayOfWeek
1
name
Text
Wednesday
2
name
Text
Thursday
3
name
Text
Friday
opens
Time
11:30:00
3
closes
Time
23:00:00
dayOfWeek
DayOfWeek
name
Text
Saturday
opens
Time
16:00:00
4
closes
Time
22:00:00
dayOfWeek
DayOfWeek
name
Text
Sunday
opens
Time
16:00:00
telephone
Text
+12122459600
url
URL
http://www.example.com/restaurant-locations/manhattan
Exit