Advertisement
jmar

wendells

Jul 16th, 2019
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.60 KB | None | 0 0
  1. <script type="application/ld+json">
  2. {
  3. "@context": "https://schema.org",
  4. "@type": "Restaurant",
  5. "name": "Wendell's Steak & Seafood",
  6. "image": "https://innofthemountaingods.com/wp-content/uploads/2018/12/wendells-dining-restaurants.jpg",
  7. "url": "https://innofthemountaingods.com/restaurants/wendells/",
  8. "telephone": "(575) 464-7842",
  9. "priceRange": "$",
  10. "menu": ["https://innofthemountaingods.com/wp-content/uploads/2019/03/03142019_wendells-main-menu-resize_8.5x14_4-pages-no-cover.pdf", "https://innofthemountaingods.com/wp-content/uploads/2019/03/wendells_breakfastlunchmenu_03142019.pdf", "https://innofthemountaingods.com/wp-content/uploads/2019/03/03_2019_wendells-dessertandafterdinnerdrink-menu.pdf", "https://innofthemountaingods.com/wp-content/uploads/2017/10/wendellswines.pdf"],
  11. "servesCuisine": "Wendell's Steak and Seafood features fresh seafood, aged steaks, delicately crafted desserts, and an impressive wine list. Breakfast, lunch and dinner.",
  12. "acceptsReservations": "true",
  13. "address": {
  14. "@type": "PostalAddress",
  15. "streetAddress": "287 Carrizo Canyon Road",
  16. "addressLocality": "Mescalero",
  17. "addressRegion": "NM",
  18. "postalCode": "88340",
  19. "addressCountry": "US"
  20. },
  21. "geo": {
  22. "@type": "GeoCoordinates",
  23. "latitude": 33.2950103,
  24. "longitude": -105.6896087
  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": "",
  38. "closes": ""
  39. }
  40. }
  41. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement