Advertisement
jmar

biggame

Jul 16th, 2019
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.19 KB | None | 0 0
  1. <script type="application/ld+json">
  2. {
  3. "@context": "https://schema.org",
  4. "@type": "BarOrPub",
  5. "name": "Big Game Sports Bar",
  6. "image": "https://innofthemountaingods.com/wp-content/uploads/2018/12/big-game-sports-bar-1.jpg",
  7. "url": "https://innofthemountaingods.com/restaurants/big-game-sports-bar/",
  8. "telephone": "(800) 545-9011",
  9. "priceRange": "$",
  10. "menu": "https://innofthemountaingods.com/wp-content/uploads/2017/04/Big-Game-Sports-Bar-Menu_March29_2017.pdf",
  11. "servesCuisine": "Cold brews, classic bar bites. Lunch and Dinner.",
  12. "acceptsReservations": "false",
  13. "address": {
  14. "@type": "PostalAddress",
  15. "streetAddress": "287 Carrizo Canyon Road",
  16. "addressLocality": "Mescalero",
  17. "addressRegion": "NM",
  18. "postalCode": "88340",
  19. "addressCountry": "US"
  20. },
  21. "geo": {
  22. "@type": "GeoCoordinates",
  23. "latitude": 33.295586,
  24. "longitude": -105.6901126
  25. },
  26. "openingHoursSpecification": {
  27. "@type": "OpeningHoursSpecification",
  28. "dayOfWeek": [
  29. "Monday",
  30. "Tuesday",
  31. "Wednesday",
  32. "Thursday",
  33. "Friday",
  34. "Saturday",
  35. "Sunday"
  36. ],
  37. "opens": "11:00",
  38. "closes": "02:00"
  39. }
  40. }
  41. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement