---
title: 
description: 
lang: en
json-ld: |
  [
    {
      "@context": "https://schema.org",
      "@graph": [
        {
          "@type": "WebSite",
          "@id": "https://zaudiology.com/#website",
          "url": "https://zaudiology.com/",
          "name": "Z Audiology",
          "publisher": {
            "@id": "https://zaudiology.com/#org"
          },
          "inLanguage": "en-US"
        },
        {
          "@type": [
            "MedicalOrganization",
            "MedicalBusiness",
            "LocalBusiness"
          ],
          "@id": "https://zaudiology.com/#org",
          "name": "Z Audiology",
          "image": "https://zaudiology.com/og.jpg",
          "logo": "https://www.zaudiology.com/logo.svg",
          "url": "https://zaudiology.com/",
          "telephone": "+1-561-931-2428",
          "email": "drchanazelenko@gmail.com",
          "priceRange": "$$",
          "currenciesAccepted": "USD",
          "paymentAccepted": "Cash, Credit Card, Check",
          "address": {
            "@type": "PostalAddress",
            "streetAddress": "5458 Town Center Rd, Suite 4",
            "addressLocality": "Boca Raton",
            "addressRegion": "FL",
            "postalCode": "33486",
            "addressCountry": "US"
          },
          "geo": {
            "@type": "GeoCoordinates",
            "latitude": 26.3683,
            "longitude": -80.1289
          },
          "areaServed": [
            "Boca Raton, FL",
            "Delray Beach, FL",
            "Boynton Beach, FL",
            "Highland Beach, FL",
            "Deerfield Beach, FL",
            "Parkland, FL",
            "Coral Springs, FL"
          ],
          "openingHoursSpecification": [
            {
              "@type": "OpeningHoursSpecification",
              "dayOfWeek": [
                "Monday",
                "Tuesday",
                "Wednesday",
                "Thursday"
              ],
              "opens": "09:00",
              "closes": "17:00"
            },
            {
              "@type": "OpeningHoursSpecification",
              "dayOfWeek": "Friday",
              "opens": "09:00",
              "closes": "12:00"
            }
          ],
          "medicalSpecialty": "Audiology",
          "founder": {
            "@type": "Person",
            "name": "Dr. Chana Zelenko, Au.D.",
            "jobTitle": "Audiologist",
            "identifier": {
              "@type": "PropertyValue",
              "propertyID": "NPI",
              "value": "1881311694"
            }
          },
          "sameAs": [
            "https://www.instagram.com/zaudiology/",
            "https://www.zaudiology.com"
          ]
        }
      ]
    },
    {
      "@context": "https://schema.org",
      "@type": "MedicalProcedure",
      "name": "Hearing Aid Repairs & Adjustments",
      "description": "Clean-and-checks, reprogramming, receiver and dome replacement — for devices we fit and devices you brought with you.",
      "performer": {
        "@type": "MedicalBusiness",
        "name": "Z Audiology",
        "address": {
          "@type": "PostalAddress",
          "streetAddress": "5458 Town Center Rd, Suite 4",
          "addressLocality": "Boca Raton",
          "addressRegion": "FL",
          "postalCode": "33486"
        }
      }
    },
    {
      "@context": "https://schema.org",
      "@type": "FAQPage",
      "mainEntity": [
        {
          "@type": "Question",
          "name": "Do I have to be your patient?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "No. We service most major brands regardless of where they were purchased."
          }
        },
        {
          "@type": "Question",
          "name": "How long does a repair take?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "In-office repairs are usually same-day. Manufacturer send-outs take 1–2 weeks depending on warranty status."
          }
        },
        {
          "@type": "Question",
          "name": "Is there a fee?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Simple cleanings and adjustments are complimentary for our patients. Send-out repairs vary by warranty and manufacturer."
          }
        }
      ]
    }
  ]
---

