{
  "@context": "https://schema.org",
  "@type": "ItemList",
  "name": "Austrian Stays — Vacation Apartments in Linz, Austria",
  "url": "https://austrianstays.com/catalog.json",
  "numberOfItems": 2,
  "provider": {
    "@type": "VacationRentalAgency",
    "name": "Austrian Stays",
    "url": "https://austrianstays.com",
    "email": "hello@austrianstays.com",
    "telephone": "+43 663 928 7715",
    "areaServed": "Linz, Upper Austria, Austria",
    "aggregateRating": {
      "@type": "AggregateRating",
      "ratingValue": 5,
      "bestRating": 5,
      "reviewCount": 4
    }
  },
  "itemListElement": [
    {
      "@type": "ListItem",
      "position": 1,
      "item": {
        "@type": "VacationRental",
        "@id": "https://austrianstays.com/apartments/stylish-old-town-apartment-with-infrared-sauna",
        "name": "Stylish Old Town Apartment with Infrared Sauna",
        "description": "Newly renovated 1-bedroom apartment with private infrared sauna in Linz's charming Old Town.",
        "url": "https://austrianstays.com/apartments/stylish-old-town-apartment-with-infrared-sauna",
        "address": {
          "@type": "PostalAddress",
          "streetAddress": "Altstadt 2/11",
          "addressLocality": "Linz",
          "postalCode": "4020",
          "addressCountry": "AT"
        },
        "geo": { "@type": "GeoCoordinates", "latitude": 48.30636, "longitude": 14.28449 },
        "occupancy": { "@type": "QuantitativeValue", "value": 8, "unitText": "guests" },
        "numberOfBedrooms": 1,
        "numberOfBathroomsTotal": 1,
        "numberOfBeds": 4,
        "petsAllowed": false,
        "checkinTime": "15:00",
        "checkoutTime": "11:00",
        "amenityFeature": [
          { "@type": "LocationFeatureSpecification", "name": "Private infrared sauna", "value": true },
          { "@type": "LocationFeatureSpecification", "name": "High-speed fibre Wi-Fi", "value": true },
          { "@type": "LocationFeatureSpecification", "name": "Fully equipped kitchen", "value": true },
          { "@type": "LocationFeatureSpecification", "name": "Washing machine", "value": true },
          { "@type": "LocationFeatureSpecification", "name": "Smart lock self check-in", "value": true }
        ],
        "priceRange": "from EUR 120 per night",
        "offers": {
          "@type": "Offer",
          "priceCurrency": "EUR",
          "price": 120,
          "availability": "https://schema.org/InStock",
          "url": "https://austrianstays.com/Linz"
        },
        "sameAs": ["https://www.airbnb.com/rooms/1564309598168915435"]
      }
    },
    {
      "@type": "ListItem",
      "position": 2,
      "item": {
        "@type": "VacationRental",
        "@id": "https://austrianstays.com/apartments/stylish-studio-in-linz-old-town-cozy-central",
        "name": "Stylish Studio in Linz Old Town | Cozy & Central",
        "description": "Freshly renovated modern studio with wellness corner in the heart of Linz's Old Town.",
        "url": "https://austrianstays.com/apartments/stylish-studio-in-linz-old-town-cozy-central",
        "address": {
          "@type": "PostalAddress",
          "streetAddress": "Hofgasse 19/2",
          "addressLocality": "Linz",
          "postalCode": "4020",
          "addressCountry": "AT"
        },
        "geo": { "@type": "GeoCoordinates", "latitude": 48.30589, "longitude": 14.28612 },
        "occupancy": { "@type": "QuantitativeValue", "value": 2, "unitText": "guests" },
        "numberOfBedrooms": 0,
        "numberOfBathroomsTotal": 1,
        "numberOfBeds": 1,
        "petsAllowed": false,
        "checkinTime": "15:00",
        "checkoutTime": "11:00",
        "amenityFeature": [
          { "@type": "LocationFeatureSpecification", "name": "Wellness corner", "value": true },
          { "@type": "LocationFeatureSpecification", "name": "High-speed fibre Wi-Fi", "value": true },
          { "@type": "LocationFeatureSpecification", "name": "Fully equipped kitchen", "value": true },
          { "@type": "LocationFeatureSpecification", "name": "Smart lock self check-in", "value": true }
        ],
        "priceRange": "from EUR 85 per night",
        "offers": {
          "@type": "Offer",
          "priceCurrency": "EUR",
          "price": 85,
          "availability": "https://schema.org/InStock",
          "url": "https://austrianstays.com/Linz"
        },
        "sameAs": ["https://www.airbnb.com/rooms/1565396430663234442"]
      }
    }
  ]
}
