rafi1991

Untitled

Nov 14th, 2019
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.73 KB | None | 0 0
  1. <script type="application/ld+json">
  2. {
  3. "@context": "https://schema.org",
  4. "@type": "Restaurant",
  5. "name": "STIR",
  6. "image": "https://images.squarespace-cdn.com/content/v1/59b34746e5dd5b52642ef7b3/1524604623059-8TZ3ZONXFGMKPO973WWM/ke17ZwdGBToddI8pDm48kK6rWVD_ROov141VWIOP81d7gQa3H78H3Y0txjaiv_0fDoOvxcdMmMKkDsyUqMSsMWxHk725yiiHCCLfrh8O1z5QPOohDIaIeljMHgDF5CVlOqpeNLcJ80NK65_fV7S1UYo9cQpDTuQw4grCAyXXTVD2vdvdW6GsYymcc82P1J3aTUP2TsFFG4O98bLEm7UHTQ/STIR.jpg",
  7. "url": "https://www.choochoo.com/stir",
  8. "telephone": "(423) 531-7847",
  9. "priceRange": "$",
  10. "servesCuisine": ["Brunch", "Lunch", "Dinner", "Drinks"],
  11. "acceptsReservations": "true",
  12. "address": {
  13. "@type": "PostalAddress",
  14. "streetAddress": "1444 Market Street",
  15. "addressLocality": "Chattanooga",
  16. "addressRegion": "TN",
  17. "postalCode": "37402",
  18. "addressCountry": "US"
  19. },
  20. "geo": {
  21. "@type": "GeoCoordinates",
  22. "latitude": 35.0369827,
  23. "longitude": -85.3068665
  24. },
  25. "openingHoursSpecification": [{
  26. "@type": "OpeningHoursSpecification",
  27. "dayOfWeek": [
  28. "Monday",
  29. "Tuesday",
  30. "Wednesday",
  31. "Thursday"
  32. ],
  33. "opens": "11:00",
  34. "closes": "24:00"
  35. },{
  36. "@type": "OpeningHoursSpecification",
  37. "dayOfWeek": "Friday",
  38. "opens": "11:00",
  39. "closes": "01:00"
  40. },{
  41. "@type": "OpeningHoursSpecification",
  42. "dayOfWeek": "Saturday",
  43. "opens": "10:30",
  44. "closes": "01:00"
  45. },{
  46. "@type": "OpeningHoursSpecification",
  47. "dayOfWeek": "Sunday",
  48. "opens": "10:30",
  49. "closes": "24:00"
  50. }],
  51. "sameAs": [
  52. "https://www.facebook.com/STIRChattanooga/",
  53. "https://www.instagram.com/stir_chattanooga/",
  54. "https://twitter.com/stirchattanooga"
  55. ]
  56. }
  57. </script>
Add Comment
Please, Sign In to add comment