Advertisement
jmar

Untitled

Jul 17th, 2019
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.23 KB | None | 0 0
  1. <script type="application/ld+json">
  2. {
  3. "@context": "https://schema.org",
  4. "@type": "Restaurant",
  5. "name": "The Village Hideaway",
  6. "image": "https://thebeachclub.spectrumresorts.com/wp-content/uploads/2018/10/hideaway-header2-1.jpg",
  7. "url": "https://thebeachclub.spectrumresorts.com/dining/the-village-hideaway/",
  8. "telephone": "(251) 224-3650",
  9. "priceRange": "Prices vary.",
  10. "menu": "https://thebeachclub.spectrumresorts.com/wp-content/uploads/2019/03/2019_hideaway_spring_menu.pdf",
  11. "servesCuisine": "Pizza, classic bar favorites, happy hour deals, burgers, sandwiches, and more. Lunch and Dinner.",
  12. "address": {
  13. "@type": "PostalAddress",
  14. "streetAddress": "8142, 925 Beach Club Trail",
  15. "addressLocality": "Gulf Shores",
  16. "addressRegion": "AL",
  17. "postalCode": "36542",
  18. "addressCountry": "US"
  19. },
  20. "geo": {
  21. "@type": "GeoCoordinates",
  22. "latitude": 30.2365407,
  23. "longitude": -87.8773591
  24. },
  25. "openingHoursSpecification": {
  26. "@type": "OpeningHoursSpecification",
  27. "dayOfWeek": [
  28. "Monday",
  29. "Tuesday",
  30. "Wednesday",
  31. "Friday",
  32. "Thursday",
  33. "Saturday",
  34. "Sunday"
  35. ],
  36. "opens": "11:00",
  37. "closes": "21:00"
  38. }
  39. }
  40. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement