Advertisement
rafi1991

Untitled

Jul 10th, 2020
26
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 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. "servesCuisine": "American, Light Snacks, Coffee",
  10. "address": {
  11. "@type": "PostalAddress",
  12. "streetAddress": "4800 South Ocean Boulevard",
  13. "addressLocality": "North Myrtle Beach",
  14. "addressRegion": "SC",
  15. "postalCode": "29582",
  16. "addressCountry": "US"
  17. },
  18. "geo": {
  19. "@type": "GeoCoordinates",
  20. "latitude": 33.7908197,
  21. "longitude": -78.73517820000001
  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": "08:00",
  35. "closes": "21:00"
  36. }
  37. }
  38. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement