Advertisement
rafi1991

Untitled

Jul 1st, 2020
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. <script type="application/ld+json">
  2. {
  3. "@context": "https://schema.org",
  4. "@type": "IceCreamShop",
  5. "name": "Swirl Ice Cream & Sweet Shop",
  6. "image": "https://www.crownreef.com/wp-content/uploads/sites/2/2017/03/020A8008_FLT.jpg",
  7. "url": "https://www.crownreef.com/amenities/dining/",
  8. "servesCuisine": "Ice Cream, Candy and Snacks",
  9. "address": {
  10. "@type": "PostalAddress",
  11. "streetAddress": "2913 South Ocean Boulevard",
  12. "addressLocality": "Myrtle Beach",
  13. "addressRegion": "SC",
  14. "postalCode": "29577",
  15. "addressCountry": "US"
  16. },
  17. "geo": {
  18. "@type": "GeoCoordinates",
  19. "latitude": 33.6609501,
  20. "longitude": -78.915166
  21. },
  22. "openingHoursSpecification": {
  23. "@type": "OpeningHoursSpecification",
  24. "dayOfWeek": [
  25. "Monday",
  26. "Tuesday",
  27. "Wednesday",
  28. "Thursday",
  29. "Friday",
  30. "Saturday",
  31. "Sunday"
  32. ],
  33. "opens": "11:00",
  34. "closes": "21:00"
  35. }
  36. }
  37. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement