Advertisement
jmar

Untitled

Jul 16th, 2019
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 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. "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. "Saturday",
  34. "Sunday"
  35. ],
  36. "opens": "11:00",
  37. "closes": "02:00"
  38. }
  39. }
  40. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement