Advertisement
jmar

Untitled

Jul 17th, 2019
434
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.43 KB | None | 0 0
  1. <script type="application/ld+json">
  2. {
  3. "@context": "https://schema.org",
  4. "@type": "Restaurant",
  5. "name": "Coast Restaurant & Sushi Bar",
  6. "image": "https://thebeachclub.spectrumresorts.com/wp-content/uploads/2018/10/coast_steamer_combo_beach_club_gulf_shores.jpg",
  7. "url": "https://thebeachclub.spectrumresorts.com/dining/coast-restaurant/",
  8. "telephone": "(251) 224-3600",
  9. "priceRange": "Prices vary.",
  10. "menu": ["https://thebeachclub.spectrumresorts.com/wp-content/uploads/2019/04/Coast_food_menu_4-4-19.pdf", "https://thebeachclub.spectrumresorts.com/wp-content/uploads/2019/04/Coast_sushi_menu_4-4-19.pdf", "https://thebeachclub.spectrumresorts.com/wp-content/uploads/2019/04/Coast_drinks_wine_4-4-19.pdf"],
  11. "servesCuisine": "Fresh seafood, steaks, sushi, pasta, salads, and more.",
  12. "acceptsReservations": "true",
  13. "address": {
  14. "@type": "PostalAddress",
  15. "streetAddress": "453 Beach Club Trail",
  16. "addressLocality": "Gulf Shores",
  17. "addressRegion": "AL",
  18. "postalCode": "36542",
  19. "addressCountry": "US"
  20. },
  21. "geo": {
  22. "@type": "GeoCoordinates",
  23. "latitude": 30.230895,
  24. "longitude": -87.87561
  25. },
  26. "openingHoursSpecification": {
  27. "@type": "OpeningHoursSpecification",
  28. "dayOfWeek": [
  29. "Monday",
  30. "Tuesday",
  31. "Wednesday",
  32. "Friday",
  33. "Thursday",
  34. "Saturday",
  35. "Sunday"
  36. ],
  37. "opens": "18:00",
  38. "closes": "22:00"
  39. }
  40. }
  41. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement