Advertisement
jmar

Untitled

Jul 18th, 2019
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.72 KB | None | 0 0
  1. <script type="application/ld+json">
  2. {
  3. "@context": "https://schema.org",
  4. "@type": "Restaurant",
  5. "name": "Broken Arrow Tap House",
  6. "image": "https://innofthemountaingods.com/wp-content/uploads/bfi_thumb/broken-arrow_0000_layer-5-o0gymt4jtz378t6muvn01f9rgxav8ux1bpqed77i5o.jpg",
  7. "url": "https://innofthemountaingods.com/restaurants/broken-arrow-tap-house/",
  8. "telephone": "(800) 545-9011",
  9. "priceRange": "Prices vary.",
  10. "menu": ["https://innofthemountaingods.com/wp-content/uploads/2017/09/ba-breakfast-11x17_august_2017.pdf", "https://innofthemountaingods.com/wp-content/uploads/2017/12/broken-arrow-dinner-sm-2017.pdf", "https://innofthemountaingods.com/wp-content/uploads/2018/12/broken-arrow-beer-menu.pdf", "https://innofthemountaingods.com/wp-content/uploads/2017/09/ba-kids-menu_sept_2017.pdf", "https://innofthemountaingods.com/wp-content/uploads/2018/12/broken-arrow-overnight.pdf"],
  11. "servesCuisine": "American gastro pub, Southwest cuisine. Breakfast, Lunch, and Dinner.",
  12. "address": {
  13. "@type": "PostalAddress",
  14. "streetAddress": "287 Carrizo Canyon Road",
  15. "addressLocality": "Mescalero",
  16. "addressRegion": "NM",
  17. "postalCode": "88340",
  18. "addressCountry": "US"
  19. },
  20. "geo": {
  21. "@type": "GeoCoordinates",
  22. "latitude": 33.295586,
  23. "longitude": -105.6901126
  24. },
  25. "openingHoursSpecification": [{
  26. "@type": "OpeningHoursSpecification",
  27. "dayOfWeek": [
  28. "Monday",
  29. "Tuesday",
  30. "Wednesday",
  31. "Thursday",
  32. "Friday"
  33. ],
  34. "opens": "11:00",
  35. "closes": "07:00"
  36. },{
  37. "@type": "OpeningHoursSpecification",
  38. "dayOfWeek": [
  39. "Saturday",
  40. "Sunday"
  41. ],
  42. "opens": "00:00",
  43. "closes": "24:00"
  44. }]
  45. }
  46. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement