Advertisement
rafi1991

Untitled

Jul 2nd, 2020
24
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. <script type="application/ld+json">
  2. {
  3. "@context": "https://schema.org",
  4. "@type": "Restaurant",
  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. "@id": "",
  8. "url": "https://www.crownreef.com/amenities/dining/",
  9. "telephone": "",
  10. "priceRange": "$",
  11. "menu": "",
  12. "servesCuisine": "Breakfast, Lunch, Dinner & Quick Service",
  13. "acceptsReservations": "false",
  14. "address": {
  15. "@type": "PostalAddress",
  16. "streetAddress": "2913 South Ocean Boulevard",
  17. "addressLocality": "Myrtle Beach",
  18. "addressRegion": "SC",
  19. "postalCode": "29577",
  20. "addressCountry": "US"
  21. },
  22. "geo": {
  23. "@type": "GeoCoordinates",
  24. "latitude": 33.6609501,
  25. "longitude": -78.915166
  26. }
  27. }
  28. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement