Advertisement
rafi1991

Untitled

Jul 14th, 2020
23
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 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. "telephone": "(843) 918-7720",
  9. "priceRange": "$",
  10. "menu": "https://www.beachcove.com/wp-content/uploads/sites/6/2020/07/town-center-breakfast-temp.jpg",
  11. "servesCuisine": "American, Light Snacks, Coffee",
  12. "address": {
  13. "@type": "PostalAddress",
  14. "streetAddress": "4800 South Ocean Boulevard",
  15. "addressLocality": "North Myrtle Beach",
  16. "addressRegion": "SC",
  17. "postalCode": "29582",
  18. "addressCountry": "US"
  19. },
  20. "geo": {
  21. "@type": "GeoCoordinates",
  22. "latitude": 33.7908197,
  23. "longitude": -78.73517820000001
  24. },
  25. "openingHoursSpecification": {
  26. "@type": "OpeningHoursSpecification",
  27. "dayOfWeek": [
  28. "Monday",
  29. "Tuesday",
  30. "Wednesday",
  31. "Thursday",
  32. "Friday",
  33. "Saturday",
  34. "Sunday"
  35. ],
  36. "opens": "08:00",
  37. "closes": "21:00"
  38. }
  39. }
  40. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement