Advertisement
rafi1991

Untitled

Jul 28th, 2020
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1. <script type="application/ld+json">
  2. {
  3. "@context": "https://schema.org",
  4. "@type": "Restaurant",
  5. "name": "Gazebo Restaurant",
  6. "image": "https://www.landmarkresort.com/wp-content/uploads/sites/5/2017/09/0B4K0360_FLT.jpg",
  7. "url": "https://www.landmarkresort.com/amenities/dining/",
  8. "priceRange": "$",
  9. "servesCuisine": "Breakfast Buffet",
  10. "address": {
  11. "@type": "PostalAddress",
  12. "streetAddress": "1501 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.6732336,
  21. "longitude": -78.9007101
  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": "07:00",
  35. "closes": "10:00"
  36. }
  37. }
  38. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement