Advertisement
jmar

Untitled

Nov 5th, 2019
261
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.21 KB | None | 0 0
  1. <script type="application/ld+json">
  2. {
  3. "@context": "https://schema.org",
  4. "@type": "Restaurant",
  5. "name": "Revival",
  6. "image": "https://www.revivalcharleston.com/wp-content/uploads/2018/06/Crab-Cakes_08_jwb-750x500.jpg",
  7. "url": "https://www.revivalcharleston.com",
  8. "telephone": "843.414.2335",
  9. "priceRange": "$",
  10. "menu": "https://www.revivalcharleston.com/#menu",
  11. "servesCuisine": ["Soups & Salads", "Southern Food", "Seafood", "Drinks", "Desserts"],
  12. "acceptsReservations": "true",
  13. "address": {
  14. "@type": "PostalAddress",
  15. "streetAddress": "162 East Bay Street",
  16. "addressLocality": "Charleston",
  17. "addressRegion": "SC",
  18. "postalCode": "29401",
  19. "addressCountry": "US"
  20. },
  21. "geo": {
  22. "@type": "GeoCoordinates",
  23. "latitude": 32.7785589,
  24. "longitude": -79.9268474
  25. },
  26. "openingHoursSpecification": {
  27. "@type": "OpeningHoursSpecification",
  28. "dayOfWeek": [
  29. "Monday",
  30. "Tuesday",
  31. "Wednesday",
  32. "Thursday",
  33. "Friday",
  34. "Saturday",
  35. "Sunday"
  36. ],
  37. "opens": "17:00",
  38. "closes": "22:00"
  39. },
  40. "sameAs": [
  41. "https://www.facebook.com/revivalchs/",
  42. "https://www.instagram.com/revivalchs/"
  43. ]
  44. }
  45. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement