Advertisement
jmar

Untitled

Jul 17th, 2019
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.37 KB | None | 0 0
  1. <script type="application/ld+json">
  2. {
  3. "@context": "https://schema.org",
  4. "@type": "IceCreamShop",
  5. "name": "The Village Creamery",
  6. "image": "https://thebeachclub.spectrumresorts.com/wp-content/uploads/2016/01/creamery1-1.jpg",
  7. "url": "https://thebeachclub.spectrumresorts.com/dining/village-creamery/",
  8. "telephone": "(251) 224-3660",
  9. "priceRange": "Prices vary.",
  10. "description": "Satisfy your sweet tooth with hand-dipped ice cream and candies at The Village Creamery, located on-site at The Beach Club Resort & Spa. Open seasonally between March and October.",
  11. "menu": "https://thebeachclub.spectrumresorts.com/wp-content/uploads/2018/10/creamery-menu.pdf",
  12. "servesCuisine": "Hand-dipped ice cream, desserts, and more.",
  13. "address": {
  14. "@type": "PostalAddress",
  15. "streetAddress": "925B, 8142, Beach Club Trail, Gulf Shores, AL",
  16. "addressLocality": "Gulf Shores",
  17. "addressRegion": "AL",
  18. "postalCode": "36542",
  19. "addressCountry": "US"
  20. },
  21. "geo": {
  22. "@type": "GeoCoordinates",
  23. "latitude": 30.2366479,
  24. "longitude": -87.8772789
  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": "10:00",
  38. "closes": "17:00"
  39. }
  40. }
  41. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement