Advertisement
rafi1991

Untitled

Jul 28th, 2020
41
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": "Pool Bar & Grill",
  6. "image": "https://www.crownreef.com/wp-content/uploads/sites/2/2017/03/020A7848_FLT.jpg",
  7. "url": "https://www.crownreef.com/amenities/dining/",
  8. "menu": "http://locogecko.com/theme/uploads/Summer%202017%20Menu%20Combined%20No%20Prices.pdf?_ga-ft=1U_FT7.0.0.0.0.2SFuvA-Bdh-4G4-9eW-t6Cqc+6G.0.2",
  9. "servesCuisine": "American",
  10. "address": {
  11. "@type": "PostalAddress",
  12. "streetAddress": "2913 South Ocean Boulevard",
  13. "addressLocality": "Myrtle Beach",
  14. "addressRegion": "SC",
  15. "postalCode": "29577",
  16. "addressCountry": "US"
  17. },
  18. "geo": {
  19. "@type": "GeoCoordinates",
  20. "latitude": 33.6609501,
  21. "longitude": -78.915166
  22. },
  23. "openingHoursSpecification": {
  24. "@type": "OpeningHoursSpecification",
  25. "dayOfWeek": [
  26. "Monday",
  27. "Tuesday",
  28. "Wednesday",
  29. "Thursday",
  30. "Friday",
  31. "Saturday",
  32. "Sunday"
  33. ],
  34. "opens": "11:00",
  35. "closes": "18:00"
  36. }
  37. }
  38. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement