Advertisement
jmar

img

Nov 15th, 2018
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.55 KB | None | 0 0
  1. <script type="application/ld+json">{
  2. "@context": "http://schema.org"
  3. ,"@type": "Hotel"
  4. ,"name": "Inn of the Mountain Gods Resort & Casino"
  5. ,"url": "https://innofthemountaingods.com/"
  6. ,"logo": "https://innofthemountaingods.com//wp-content/uploads/2016/05/inn-of-the-mountain-gods-logo.png"
  7. ,"image": "https://innofthemountaingods.com/wp-content/uploads/2017/12/inn-of-mountain-gods-restaurants.jpg"
  8. ,"description": "New Mexico's premier mountain resort awaits with impeccable service, mouthwatering cuisine, incredible gaming, and breathtaking alpine scenery."
  9. ,"telephone": "(575) 464-7059"
  10. ,"checkinTime": "1970-01-01T15:00-0500"
  11. ,"checkoutTime": "1970-01-01T11:00-0500"
  12. ,"address" : {
  13. "@type" : "PostalAddress"
  14. ,"streetAddress": "287 Carrizo Canyon Road"
  15. ,"addressLocality": "Mescalero"
  16. ,"addressRegion": "New Mexico"
  17. ,"postalCode": "88340"
  18. ,"addressCountry": "United States"
  19. }
  20. ,"geo":{
  21. "@type":"GeoCoordinates"
  22. ,"latitude":"33.295597"
  23. ,"longitude":"-105.690111"
  24. }
  25. ,"hasMap":"https://www.google.com/maps/place/33.295597,-105.690111"
  26. ,"petsAllowed": "False"
  27. ,"smokingAllowed": "False"
  28. ,"makesOffer" : {
  29. "@type" : "Offer"
  30.  
  31.  
  32. ,"acceptedPaymentMethod": [
  33. {"@type":"PaymentMethod", "url" : "http://purl.org/goodrelations/v1#Cash"}
  34. ,{"@type":"PaymentMethod", "url" : "http://purl.org/goodrelations/v1#AmericanExpress"}
  35. ,{"@type":"PaymentMethod", "url" : "http://purl.org/goodrelations/v1#Discover"}
  36. ,{"@type":"PaymentMethod", "url" : "http://purl.org/goodrelations/v1#MasterCard"}
  37. ,{"@type":"PaymentMethod", "url" : "http://purl.org/goodrelations/v1#VISA"}
  38. ]
  39. }
  40. ,"amenityFeature": [
  41. {"@type":"LocationFeatureSpecification","name":"Free Wi-Fi"}
  42. ,{"@type":"LocationFeatureSpecification","name":"Air-conditioned"}
  43. ,{"@type":"LocationFeatureSpecification","name":"Pool"}
  44. ,{"@type":"LocationFeatureSpecification","name":"Kid-friendly"}
  45. ,{"@type":"LocationFeatureSpecification","name":"Restaurant"}
  46. ,{"@type":"LocationFeatureSpecification","name":"Fitness Center"}
  47. ,{"@type":"LocationFeatureSpecification","name":"Bar"}
  48. ,{"@type":"LocationFeatureSpecification","name":"Smoke-free (Smoking allowed in designated areas)"}
  49. ,{"@type":"LocationFeatureSpecification","name":"Entertainment"}
  50. ,{"@type":"LocationFeatureSpecification","name":"Casino"}
  51. ,{"@type":"LocationFeatureSpecification","name":"Golf Course"}
  52. ,{"@type":"LocationFeatureSpecification","name":"Outdoor Activities"}
  53. ]
  54. }
  55. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement