Advertisement
rafi1991

Untitled

Jul 28th, 2020
25
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 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.beachcove.com/wp-content/uploads/sites/6/2018/04/Beach-Cove-Town-Center-15-compressor.jpg",
  7. "url": "https://www.beachcove.com/amenities/dining/",
  8. "priceRange": "$",
  9. "menu": "https://www.beachcove.com/wp-content/uploads/sites/6/2020/07/town-center-breakfast-temp.jpg",
  10. "servesCuisine": "American, Light Snacks, Coffee",
  11. "address": {
  12. "@type": "PostalAddress",
  13. "streetAddress": "4800 South Ocean Boulevard",
  14. "addressLocality": "North Myrtle Beach",
  15. "addressRegion": "SC",
  16. "postalCode": "29582",
  17. "addressCountry": "US"
  18. },
  19. "geo": {
  20. "@type": "GeoCoordinates",
  21. "latitude": 33.7908197,
  22. "longitude": -78.73517820000001
  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": "08:00",
  36. "closes": "21:00"
  37. }
  38. }
  39. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement