Advertisement
rafi1991

Untitled

Jul 28th, 2020
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. <script type="application/ld+json">
  2. {
  3. "@context": "https://schema.org",
  4. "@type": "Restaurant",
  5. "name": "Four Seasons Restaurant",
  6. "image": "https://www.oceancreek.com/images/made/uploads/OceanCreekDiningweb_e_590_393_90_medialayout_copyr.png_0_0_100_r_b_-7_-7.jpg",
  7. "url": "https://www.oceancreek.com/amenities/four-seasons-restaurant",
  8. "telephone": "EXT 1010",
  9. "priceRange": "$",
  10. "servesCuisine": "Breakfast Buffet",
  11. "address": {
  12. "@type": "PostalAddress",
  13. "streetAddress": "10600 North Kings Highway",
  14. "addressLocality": "Myrtle Beach",
  15. "addressRegion": "SC",
  16. "postalCode": "29572",
  17. "addressCountry": "US"
  18. },
  19. "geo": {
  20. "@type": "GeoCoordinates",
  21. "latitude": 33.7952122,
  22. "longitude": -78.7447485
  23. }
  24. }
  25. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement