Advertisement
rafi1991

Untitled

Jul 14th, 2020
21
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1. <script type="application/ld+json">
  2. {
  3. "@context": "https://schema.org",
  4. "@type": "CafeOrCoffeeShop",
  5. "name": "Grab N' Go Grill & Coffee Bar",
  6. "image": "https://www.crownreef.com/wp-content/uploads/sites/2/2017/03/Grab-n-Go-Family-at-the-Buffet2.jpg",
  7. "url": "https://www.crownreef.com/amenities/dining/",
  8. "priceRange": "$",
  9. "servesCuisine": "American Breakfast Buffet, Coffee, Light Snacks",
  10. "acceptsReservations": "false",
  11. "address": {
  12. "@type": "PostalAddress",
  13. "streetAddress": "2913 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.6609501,
  22. "longitude": -78.915166
  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": "07:00",
  36. "closes": "10:00"
  37. }
  38. }
  39. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement