Advertisement
jmar

Untitled

Nov 5th, 2019
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.51 KB | None | 0 0
  1. <script type="application/ld+json">
  2. {
  3. "@context": "https://schema.org",
  4. "@type": "Restaurant",
  5. "name": "Bridgeman's Chophouse",
  6. "image": "https://www.bridgemanschophouse.com/wp-content/uploads/2018/11/bridgemans-chophouse-restaurant-chattanooga-menu-01.jpg",
  7. "@id": "",
  8. "url": "https://www.bridgemanschophouse.com",
  9. "telephone": "(423) 643-1240",
  10. "priceRange": "$",
  11. "menu": "https://www.bridgemanschophouse.com/menu/",
  12. "servesCuisine": ["Upscale Steaks", "Seafood", "Soup", "Salad", "Dessert", "Sunday Brunch"],
  13. "acceptsReservations": "true",
  14. "address": {
  15. "@type": "PostalAddress",
  16. "streetAddress": "107 W MLK Blvd",
  17. "addressLocality": "Chattanooga",
  18. "addressRegion": "TN",
  19. "postalCode": "37402",
  20. "addressCountry": "US"
  21. },
  22. "geo": {
  23. "@type": "GeoCoordinates",
  24. "latitude": 35.0459315,
  25. "longitude": -85.3111514
  26. },
  27. "openingHoursSpecification": [{
  28. "@type": "OpeningHoursSpecification",
  29. "dayOfWeek": [
  30. "Monday",
  31. "Tuesday",
  32. "Wednesday",
  33. "Thursday",
  34. "Friday",
  35. "Saturday"
  36. ],
  37. "opens": "17:00",
  38. "closes": "22:00"
  39. },{
  40. "@type": "OpeningHoursSpecification",
  41. "dayOfWeek": "Sunday",
  42. "opens": "10:30",
  43. "closes": "14:30"
  44. },{
  45. "@type": "OpeningHoursSpecification",
  46. "dayOfWeek": "Sunday",
  47. "opens": "17:00",
  48. "closes": "22:00"
  49. }],
  50. "sameAs": [
  51. "https://www.facebook.com/bridgemansch/",
  52. "https://www.instagram.com/bridgemanschopch/"
  53. ]
  54. }
  55. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement