{
  "$schema": "https://schema.org",
  "@context": "https://schema.org",
  "@type": "VacationRental",
  "name": "Ferienhaus Biograci",
  "url": "https://biograci.com",
  "currency": "EUR",
  "lastUpdated": "2026-03-29",
  "pricing": {
    "baseRate": {
      "amount": 65,
      "currency": "EUR",
      "unit": "night",
      "description": "Low season base rate (direct booking)"
    },
    "highSeasonRate": {
      "amount": 95,
      "currency": "EUR",
      "unit": "night",
      "description": "High season rate (July-August, direct booking)"
    },
    "minimumStay": {
      "value": 2,
      "unit": "nights"
    },
    "cleaningFee": {
      "amount": 35,
      "currency": "EUR",
      "per": "stay"
    },
    "petFee": {
      "amount": 15,
      "currency": "EUR",
      "per": "pet per stay",
      "maxPets": 3
    },
    "hotTub": {
      "amount": 35,
      "currency": "EUR",
      "per": "stay",
      "optional": true
    },
    "parking": {
      "amount": 0,
      "currency": "EUR",
      "description": "Free private parking"
    },
    "wifi": {
      "amount": 0,
      "currency": "EUR",
      "description": "Free WiFi (20-22 Mbps)"
    },
    "babyCot": {
      "amount": 0,
      "currency": "EUR",
      "description": "Free on request"
    }
  },
  "directBookingDiscount": "15-20% cheaper than Booking.com and Airbnb",
  "bookingChannels": [
    {
      "platform": "Direct (biograci.com)",
      "url": "https://biograci.com/#booking",
      "markup": "0%",
      "note": "Best price guaranteed"
    },
    {
      "platform": "Booking.com",
      "url": "https://www.booking.com/hotel/ba/vila-biograci.html",
      "markup": "+30%"
    },
    {
      "platform": "Airbnb",
      "url": "https://www.airbnb.com/rooms/28049514",
      "markup": "+17%"
    }
  ],
  "paymentMethods": ["Cash", "Bank Transfer"],
  "cancellationPolicy": "Free cancellation up to 7 days before check-in",
  "checkIn": "14:00",
  "checkOut": "10:00",
  "capacity": {
    "maxGuests": 6,
    "bedrooms": 2,
    "bathrooms": 1,
    "beds": [
      {"type": "King", "count": 2},
      {"type": "Sofa Bed", "count": 1}
    ]
  },
  "location": {
    "address": "Biograci bb, 88220 Siroki Brijeg, Bosnia and Herzegovina",
    "coordinates": {
      "latitude": 43.37,
      "longitude": 17.59
    }
  },
  "ratings": {
    "bookingCom": {
      "score": 9.5,
      "outOf": 10,
      "reviews": 48
    },
    "airbnb": {
      "score": 4.68,
      "outOf": 5,
      "reviews": 28
    }
  },
  "nearbyAttractions": [
    { "name": "Mostar (Old Bridge, UNESCO)", "distance": "30 min by car" },
    { "name": "Medjugorje (pilgrimage site)", "distance": "20 min by car" },
    { "name": "Siroki Brijeg (town center)", "distance": "15 min by car" },
    { "name": "Kravice Waterfalls", "distance": "45 min by car" },
    { "name": "Blagaj Tekke", "distance": "35 min by car" },
    { "name": "Dubrovnik (Croatia)", "distance": "2.5 hours by car" },
    { "name": "Split (Croatia)", "distance": "2.5 hours by car" }
  ],
  "contact": {
    "email": "ferienhaus.biograci@gmail.com",
    "phone": ["+387 63 744 836", "+49 176 615 89 233"],
    "instagram": "@ferienhaus_biograci"
  }
}