Advertisement
jmar

Untitled

Nov 5th, 2019
142
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": "Pier 101 Restaurant & Bar",
  6. "image": "https://www.pier101folly.com/wp-content/uploads/2017/05/PIER101_Aerial_1-948x500.jpg",
  7. "url": "https://www.pier101folly.com",
  8. "telephone": "(843) 633-0246",
  9. "priceRange": "$",
  10. "menu": "https://www.pier101folly.com/#home-menus",
  11. "servesCuisine": ["Seafood", "Soups & Salads", "Sandwiches", "Drinks"],
  12. "acceptsReservations": "false",
  13. "address": {
  14. "@type": "PostalAddress",
  15. "streetAddress": "101 E Arctic Ave",
  16. "addressLocality": "Folly Beach",
  17. "addressRegion": "SC",
  18. "postalCode": "29439",
  19. "addressCountry": "US"
  20. },
  21. "geo": {
  22. "@type": "GeoCoordinates",
  23. "latitude": 32.654805,
  24. "longitude": -79.9395533
  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": "11:00",
  38. "closes": "22:00"
  39. },
  40. "sameAs": [
  41. "https://www.facebook.com/pier101folly/",
  42. "https://www.instagram.com/pier101folly/"
  43. ]
  44. }
  45. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement