Advertisement
jmar

Untitled

Oct 18th, 2019
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.18 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. "@id": "",
  8. "url": "https://www.revivalcharleston.com",
  9. "telephone": "843.414.2335",
  10. "priceRange": "$$",
  11. "menu": "https://www.revivalcharleston.com/#menu",
  12. "servesCuisine": "Modern Southern",
  13. "acceptsReservations": "true",
  14. "address": {
  15. "@type": "PostalAddress",
  16. "streetAddress": "162 East Bay Street",
  17. "addressLocality": "Charleston",
  18. "addressRegion": "SC",
  19. "postalCode": "29401",
  20. "addressCountry": "US"
  21. },
  22. "geo": {
  23. "@type": "GeoCoordinates",
  24. "latitude": 32.7785589,
  25. "longitude": -79.9268474
  26. },
  27. "openingHoursSpecification": {
  28. "@type": "OpeningHoursSpecification",
  29. "dayOfWeek": [
  30. "Monday",
  31. "Tuesday",
  32. "Wednesday",
  33. "Thursday",
  34. "Friday",
  35. "Saturday",
  36. "Sunday"
  37. ],
  38. "opens": "17:00",
  39. "closes": "22:00"
  40. },
  41. "sameAs": [
  42. "https://www.facebook.com/revivalchs/",
  43. "https://www.instagram.com/revivalchs/"
  44. ]
  45. }
  46. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement