---
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": "Pediatric Hearing Care",
      "description": "Age-appropriate testing and support for children — birth screenings, developmental milestones, and school-age evaluations.",
      "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": "What age can you test?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Any age. Newborns are tested via OAE; toddlers via VRA; older children with play audiometry or standard techniques."
          }
        },
        {
          "@type": "Question",
          "name": "How long is a pediatric appointment?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Plan for 45–75 minutes. We build in breaks and pace to the child's comfort."
          }
        },
        {
          "@type": "Question",
          "name": "Do you fit pediatric hearing aids?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "We fit school-age children when appropriate. Younger children are typically co-managed with a pediatric audiology center specializing in infant amplification."
          }
        }
      ]
    }
  ]
---

