{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "LocalBusiness",
      "@id": "https://rapidcare-appliance-services.example/#business",
      "name": "RapidCare Appliance Services",
      "url": "https://rapidcare-appliance-services.example/",
      "image": "/manus-storage/rapidcare-logo-transparent-exact_fa2aeb2b.png",
      "telephone": "+1-728-300-8347",
      "priceRange": "Contact for pricing",
      "openingHours": "Mo-Su 00:00-24:00",
      "address": {
        "@type": "PostalAddress",
        "streetAddress": "8788 Boynton Beach Blvd",
        "addressLocality": "Boynton Beach",
        "addressRegion": "FL",
        "postalCode": "33472",
        "addressCountry": "US"
      },
      "areaServed": ["Boynton Beach", "Lake Worth", "Delray Beach", "Lantana", "Palm Beach Gardens", "Wellington", "West Palm Beach", "Greenacres"],
      "serviceType": "Appliance Repair"
    },
    {
      "@type": "Service",
      "name": "Appliance Repair Services",
      "serviceType": "Appliance Repair",
      "provider": { "@id": "https://rapidcare-appliance-services.example/#business" },
      "areaServed": { "@type": "City", "name": "Boynton Beach, FL" },
      "hasOfferCatalog": {
        "@type": "OfferCatalog",
        "name": "Appliance Repair Services",
        "itemListElement": [
          { "@type": "Offer", "itemOffered": { "@type": "Service", "name": "Refrigerator Repair" } },
          { "@type": "Offer", "itemOffered": { "@type": "Service", "name": "Washer Repair" } },
          { "@type": "Offer", "itemOffered": { "@type": "Service", "name": "Dryer Repair" } },
          { "@type": "Offer", "itemOffered": { "@type": "Service", "name": "Dishwasher Repair" } },
          { "@type": "Offer", "itemOffered": { "@type": "Service", "name": "Oven Repair" } },
          { "@type": "Offer", "itemOffered": { "@type": "Service", "name": "Stove Repair" } },
          { "@type": "Offer", "itemOffered": { "@type": "Service", "name": "Microwave Repair" } }
        ]
      }
    },
    {
      "@type": "FAQPage",
      "mainEntity": [
        { "@type": "Question", "name": "How quickly can appliance repair service be scheduled?", "acceptedAnswer": { "@type": "Answer", "text": "Scheduling depends on your location, the appliance, and current appointment availability. Call any time to identify the earliest practical service window." } },
        { "@type": "Question", "name": "What appliances do you repair?", "acceptedAnswer": { "@type": "Answer", "text": "Common household appliances including refrigerators, ovens, stoves, dishwashers, washers, dryers, microwaves, garbage disposals, and ice makers." } },
        { "@type": "Question", "name": "Do you provide emergency appliance repair?", "acceptedAnswer": { "@type": "Answer", "text": "Appliance repair requests are accepted 24/7. For fire, smoke, gas, or electrical danger, contact emergency services or the utility provider first." } },
        { "@type": "Question", "name": "How much does appliance repair cost?", "acceptedAnswer": { "@type": "Answer", "text": "Cost varies with the appliance, source of the problem, required parts, and work involved." } },
        { "@type": "Question", "name": "Do you repair both gas and electric appliances?", "acceptedAnswer": { "@type": "Answer", "text": "Service requests are accepted for both gas and electric household appliances." } },
        { "@type": "Question", "name": "What areas do you serve?", "acceptedAnswer": { "@type": "Answer", "text": "Coverage includes Boynton Beach, Lake Worth, Delray Beach, Lantana, Palm Beach Gardens, Wellington, West Palm Beach, and Greenacres." } },
        { "@type": "Question", "name": "How do I request appliance repair?", "acceptedAnswer": { "@type": "Answer", "text": "Call (728) 300-8347, use a Request Service button, or complete the website contact form." } },
        { "@type": "Question", "name": "Do you service older appliances?", "acceptedAnswer": { "@type": "Answer", "text": "Older appliances can often be evaluated, depending on condition and parts availability." } }
      ]
    },
    {
      "@type": "BreadcrumbList",
      "itemListElement": [
        { "@type": "ListItem", "position": 1, "name": "Home", "item": "https://rapidcare-appliance-services.example/#home" },
        { "@type": "ListItem", "position": 2, "name": "Appliance Repair", "item": "https://rapidcare-appliance-services.example/#services" },
        { "@type": "ListItem", "position": 3, "name": "RapidCare Appliance Services", "item": "https://rapidcare-appliance-services.example/" }
      ]
    }
  ]
}
