{
  "@context": "https://schema.org",
  "@type": "Service",
  "serviceType": "Cleaning Service",
  "provider": {
    "@id": "https://www.toolsandbubbles.com/"
  },
  "areaServed": {
    "@type": "City",
    "name": "Kochi, Kerala, India"
  },
  "hasOfferCatalog": {
    "@type": "OfferCatalog",
    "name": "Cleaning Services",
    "itemListElement": [
      {
        "@type": "Offer",
        "itemOffered": {
          "@type": "Service",
          "name": "Deep House Cleaning",
          "description": "Complete deep cleaning service for residential homes in Kochi"
        }
      },
      {
        "@type": "Offer",
        "itemOffered": {
          "@type": "Service",
          "name": "Office Cleaning",
          "description": "Professional office cleaning services in Kochi"
        }
      },
      {
        "@type": "Offer",
        "itemOffered": {
          "@type": "Service",
          "name": "Showroom Cleaning",
          "description": "Specialized showroom cleaning services in Kochi"
        }
      }
    ]
  }
}
