Advertisement
rafi1991

Untitled

Jul 10th, 2020
24
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 KB | None | 0 0
  1. <script type="application/ld+json">
  2. {
  3. "@context": "https://schema.org",
  4. "@type": "BarOrPub",
  5. "name": "Shark Bites Snack Bar",
  6. "image": "https://www.landmarkresort.com/wp-content/uploads/sites/5/2017/09/0B4K9923_FLT.jpg",
  7. "url": "https://www.landmarkresort.com/amenities/dining/",
  8. "priceRange": "$",
  9. "menu": "https://www.landmarkresort.com/wp-content/uploads/sites/5/2020/06/LM-shark-bites-website-scaled.jpg",
  10. "servesCuisine": "American",
  11. "address": {
  12. "@type": "PostalAddress",
  13. "streetAddress": "1501 South Ocean Boulevard",
  14. "addressLocality": "Myrtle Beach",
  15. "addressRegion": "SC",
  16. "postalCode": "29577",
  17. "addressCountry": "US"
  18. },
  19. "geo": {
  20. "@type": "GeoCoordinates",
  21. "latitude": 33.6732336,
  22. "longitude": -78.9007101
  23. },
  24. "openingHoursSpecification": {
  25. "@type": "OpeningHoursSpecification",
  26. "dayOfWeek": [
  27. "Monday",
  28. "Tuesday",
  29. "Wednesday",
  30. "Thursday",
  31. "Friday",
  32. "Saturday",
  33. "Sunday"
  34. ],
  35. "opens": "11:00",
  36. "closes": "17:00"
  37. }
  38. }
  39. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement