Advertisement
jmar

Untitled

Jul 18th, 2019
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.22 KB | None | 0 0
  1. <script type="application/ld+json">
  2. {
  3. "@context": "https://schema.org",
  4. "@type": "Restaurant",
  5. "name": "Wendell's Lounge",
  6. "image": "https://innofthemountaingods.com/wp-content/uploads/2016/06/entertainment-wendells-lounge.jpg",
  7. "url": "https://innofthemountaingods.com/restaurants/wendells-lounge/",
  8. "telephone": "(575) 464-7842",
  9. "priceRange": "Prices vary.",
  10. "menu": ["https://innofthemountaingods.com/wp-content/uploads/2018/04/wendells-lounge-4-26.pdf", "https://innofthemountaingods.com/wp-content/uploads/2017/10/wendellswines.pdf"],
  11. "servesCuisine": "Light snacks, cocktails, wine, and lunch.",
  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.2950103,
  23. "longitude": -105.6896087
  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": "",
  37. "closes": ""
  38. }
  39. }
  40. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement