Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "@context": "https://schema.org",
- "@graph": {
- "@type": "BedAndBreakfast",
- "checkinTime": "11:00am",
- "checkoutTime": "3:00pm",
- "numberOfRooms": "12",
- "petsAllowed": "No",
- "starRating": "5",
- "amenityFeature": [
- {
- "@type": "LocationFeatureSpecification",
- "name": "Luggage Storage",
- "value": "true"
- },
- {
- "@type": "LocationFeatureSpecification",
- "name": "Bike Storage",
- "value": "true"
- }
- ],
- "name": "Kingstons Boutique Townhouse"
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement