Advertisement
jmar

Untitled

Oct 23rd, 2019
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.38 KB | None | 0 0
  1. <script type="application/ld+json">
  2. {
  3. "@context": "https://schema.org",
  4. "@type": "Restaurant",
  5. "name": "BLU Beach Bar & Grill",
  6. "image": "https://www.blufollybeach.com/wp-content/uploads/2019/06/BluFollyBeach_GroupTableCheers3_H.jpg",
  7. "url": "https://www.blufollybeach.com",
  8. "telephone": "(843) 588-6658",
  9. "priceRange": "$$$",
  10. "menu": "https://www.blufollybeach.com/#menus",
  11. "servesCuisine": ["Seafood", "Breakfast", "Happy hour food", "Happy hour drinks"],
  12. "acceptsReservations": "true",
  13. "address": {
  14. "@type": "PostalAddress",
  15. "streetAddress": "1 Center St",
  16. "addressLocality": "Folly Beach",
  17. "addressRegion": "SC",
  18. "postalCode": "29439",
  19. "addressCountry": "US"
  20. },
  21. "geo": {
  22. "@type": "GeoCoordinates",
  23. "latitude": 32.654469,
  24. "longitude": -79.940617
  25. },
  26. "openingHoursSpecification": [{
  27. "@type": "OpeningHoursSpecification",
  28. "dayOfWeek": [
  29. "Sunday",
  30. "Monday",
  31. "Tuesday",
  32. "Wednesday",
  33. "Thursday"
  34. ],
  35. "opens": "11:00",
  36. "closes": "22:30"
  37. },{
  38. "@type": "OpeningHoursSpecification",
  39. "dayOfWeek": [
  40. "Friday",
  41. "Saturday"
  42. ],
  43. "opens": "11:00",
  44. "closes": "00:00"
  45. }],
  46. "sameAs": [
  47. "https://www.facebook.com/BluRestaurant",
  48. "https://twitter.com/BLUFollyBeach",
  49. "https://www.instagram.com/blufollybeach/"
  50. ]
  51. }
  52. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement