{
  "@context": "https://schema.org",
  "@type": "LocalBusiness",
  "@id": "https://www.rapin.com.au/#business",
  "name": "Rapin United Group",
  "description": "Integrated facility management services for strata residential and mixed commercial complexes across Sydney. Cleaning, concierge, pool maintenance, security, managed IT and PrimeFacility software.",
  "url": "https://www.rapin.com.au/",
  "logo": "https://www.rapin.com.au/assets/images/logo.png",
  "image": "https://www.rapin.com.au/assets/images/hero-bg.jpg",
  "telephone": "+61 406 773 283",
  "email": "contact@rapin.com.au",
  "priceRange": "$$",
  "abn": "48 161 455 661",
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "31/5-7 Beresford Rd",
    "addressLocality": "Strathfield",
    "addressRegion": "NSW",
    "postalCode": "2135",
    "addressCountry": "AU"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": "-33.8776",
    "longitude": "151.0963"
  },
  "areaServed": [
    {
      "@type": "City",
      "name": "Sydney"
    },
    {
      "@type": "State",
      "name": "New South Wales"
    }
  ],
  "openingHoursSpecification": [
    {
      "@type": "OpeningHoursSpecification",
      "dayOfWeek": [
        "Monday",
        "Tuesday",
        "Wednesday",
        "Thursday",
        "Friday"
      ],
      "opens": "08:00",
      "closes": "17:00"
    }
  ],
  "sameAs": [
    "https://www.primefacility.com.au"
  ],
  "hasOfferCatalog": {
    "@type": "OfferCatalog",
    "name": "Facility Management Services",
    "itemListElement": [
      {
        "@type": "Offer",
        "itemOffered": {
          "@type": "Service",
          "name": "Facility Management",
          "description": "Integrated management of strata and commercial properties including building defect rectification, contractor management and tender procedures."
        }
      },
      {
        "@type": "Offer",
        "itemOffered": {
          "@type": "Service",
          "name": "Cleaning",
          "description": "Professional strata cleaning and housekeeping solutions tailored to your building's needs."
        }
      },
      {
        "@type": "Offer",
        "itemOffered": {
          "@type": "Service",
          "name": "Concierge Services",
          "description": "Dedicated concierge and lifestyle services to enhance resident experience and manage building operations."
        }
      },
      {
        "@type": "Offer",
        "itemOffered": {
          "@type": "Service",
          "name": "Pool Maintenance",
          "description": "Comprehensive swimming pool service and maintenance ensuring water quality, compliance and safety."
        }
      },
      {
        "@type": "Offer",
        "itemOffered": {
          "@type": "Service",
          "name": "Security Services",
          "description": "Professional security services including access control, patrols and monitoring."
        }
      },
      {
        "@type": "Offer",
        "itemOffered": {
          "@type": "Service",
          "name": "Managed IT Services",
          "description": "Managed IT services supporting building operations and property technology."
        }
      }
    ]
  }
}
