{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "WebSite",
      "@id": "{{SITE_URL}}/#website",
      "url": "{{SITE_URL}}/",
      "name": "HomeGuard Appliance Repair Services",
      "description": "Appliance repair service requests in Desert Hot Springs, California.",
      "publisher": { "@id": "{{SITE_URL}}/#business" },
      "inLanguage": "en-US"
    },
    {
      "@type": "WebPage",
      "@id": "{{SITE_URL}}/#webpage",
      "url": "{{SITE_URL}}/",
      "name": "Appliance Repair Desert Hot Springs, CA | HomeGuard Appliance Repair Services",
      "isPartOf": { "@id": "{{SITE_URL}}/#website" },
      "about": { "@id": "{{SITE_URL}}/#business" },
      "primaryImageOfPage": {
        "@type": "ImageObject",
        "url": "{{SITE_URL}}/manus-storage/appliance-repair-55_18bf62a1.webp"
      },
      "inLanguage": "en-US"
    },
    {
      "@type": ["LocalBusiness", "ProfessionalService"],
      "@id": "{{SITE_URL}}/#business",
      "name": "HomeGuard Appliance Repair Services",
      "url": "{{SITE_URL}}/",
      "logo": "{{SITE_URL}}/manus-storage/homeguard-logo_def30b31.webp",
      "image": "{{SITE_URL}}/manus-storage/appliance-repair-55_18bf62a1.webp",
      "telephone": "+1-442-383-9887",
      "description": "A free referral service helping homeowners connect with independent local service contractors for common household appliance repair needs in Desert Hot Springs and nearby communities.",
      "address": {
        "@type": "PostalAddress",
        "streetAddress": "12543 Palm Dr",
        "addressLocality": "Desert Hot Springs",
        "addressRegion": "CA",
        "postalCode": "92240",
        "addressCountry": "US"
      },
      "geo": {
        "@type": "GeoCoordinates",
        "latitude": 33.9574123,
        "longitude": -116.5014479
      },
      "openingHours": "Mo-Su 00:00-23:59",
      "openingHoursSpecification": {
        "@type": "OpeningHoursSpecification",
        "dayOfWeek": ["Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Sunday"],
        "opens": "00:00",
        "closes": "23:59"
      },
      "areaServed": [
        { "@type": "City", "name": "Desert Hot Springs" },
        { "@type": "City", "name": "Palm Springs" },
        { "@type": "City", "name": "Cathedral City" },
        { "@type": "City", "name": "Rancho Mirage" },
        { "@type": "City", "name": "Palm Desert" },
        { "@type": "Place", "name": "Coachella Valley" }
      ],
      "hasOfferCatalog": { "@id": "{{SITE_URL}}/#services-catalog" }
    },
    {
      "@type": "OfferCatalog",
      "@id": "{{SITE_URL}}/#services-catalog",
      "name": "Appliance Repair Service Requests",
      "itemListElement": [
        {
          "@type": "Offer",
          "itemOffered": {
            "@type": "Service",
            "name": "Refrigerator Repair",
            "serviceType": "Refrigerator Repair",
            "description": "Help for refrigerators experiencing cooling problems, unusual noises, leaking, ice buildup, and temperature issues.",
            "url": "{{SITE_URL}}/#refrigerator-repair",
            "provider": { "@id": "{{SITE_URL}}/#business" },
            "areaServed": "Desert Hot Springs, CA"
          }
        },
        {
          "@type": "Offer",
          "itemOffered": {
            "@type": "Service",
            "name": "Washer Repair",
            "serviceType": "Washer Repair",
            "description": "Help for washers that will not drain, spin, start, fill correctly, or complete a normal wash cycle.",
            "url": "{{SITE_URL}}/#washer-repair",
            "provider": { "@id": "{{SITE_URL}}/#business" },
            "areaServed": "Desert Hot Springs, CA"
          }
        },
        {
          "@type": "Offer",
          "itemOffered": {
            "@type": "Service",
            "name": "Dryer Repair",
            "serviceType": "Dryer Repair",
            "description": "Service requests for dryers with heating problems, long drying times, unusual noises, or startup issues.",
            "url": "{{SITE_URL}}/#dryer-repair",
            "provider": { "@id": "{{SITE_URL}}/#business" },
            "areaServed": "Desert Hot Springs, CA"
          }
        },
        {
          "@type": "Offer",
          "itemOffered": {
            "@type": "Service",
            "name": "Dishwasher Repair",
            "serviceType": "Dishwasher Repair",
            "description": "Help with dishwashers that leak, fail to drain, do not clean properly, or have other operating problems.",
            "url": "{{SITE_URL}}/#dishwasher-repair",
            "provider": { "@id": "{{SITE_URL}}/#business" },
            "areaServed": "Desert Hot Springs, CA"
          }
        },
        {
          "@type": "Offer",
          "itemOffered": {
            "@type": "Service",
            "name": "Oven & Range Repair",
            "serviceType": "Oven and Range Repair",
            "description": "Help with ovens, ranges, and cooktops experiencing heating, ignition, temperature, or operating problems.",
            "url": "{{SITE_URL}}/#oven-range-repair",
            "provider": { "@id": "{{SITE_URL}}/#business" },
            "areaServed": "Desert Hot Springs, CA"
          }
        },
        {
          "@type": "Offer",
          "itemOffered": {
            "@type": "Service",
            "name": "Freezer Repair",
            "serviceType": "Freezer Repair",
            "description": "Help with freezers experiencing temperature problems, excessive frost, leaking, or unusual sounds.",
            "url": "{{SITE_URL}}/#freezer-repair",
            "provider": { "@id": "{{SITE_URL}}/#business" },
            "areaServed": "Desert Hot Springs, CA"
          }
        },
        {
          "@type": "Offer",
          "itemOffered": {
            "@type": "Service",
            "name": "Garbage Disposal Repair",
            "serviceType": "Garbage Disposal Repair",
            "description": "Help with garbage disposals experiencing jams, leaks, unusual noises, or startup problems.",
            "url": "{{SITE_URL}}/#garbage-disposal-repair",
            "provider": { "@id": "{{SITE_URL}}/#business" },
            "areaServed": "Desert Hot Springs, CA"
          }
        },
        {
          "@type": "Offer",
          "itemOffered": {
            "@type": "Service",
            "name": "Microwave Repair",
            "serviceType": "Microwave Repair",
            "description": "Service requests for common built-in or household microwave operating issues where appropriate.",
            "url": "{{SITE_URL}}/#microwave-repair",
            "provider": { "@id": "{{SITE_URL}}/#business" },
            "areaServed": "Desert Hot Springs, CA"
          }
        }
      ]
    },
    {
      "@type": "FAQPage",
      "@id": "{{SITE_URL}}/#faq-schema",
      "mainEntity": [
        {
          "@type": "Question",
          "name": "What appliances can I request repair service for?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "You can request help for refrigerators, freezers, washers, dryers, dishwashers, ovens, ranges, cooktops, garbage disposals, and many common household microwaves. Share the appliance type and symptoms when you call or complete the form."
          }
        },
        {
          "@type": "Question",
          "name": "Is appliance repair service available 24/7?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "HomeGuard provides phone access and accepts service requests 24 hours a day, seven days a week. Appointment and contractor availability can vary, so confirm scheduling details when your request is handled."
          }
        },
        {
          "@type": "Question",
          "name": "Do you provide appliance repair in Desert Hot Springs?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Desert Hot Springs, CA 92240 is the primary location listed for HomeGuard Appliance Repair Services. Call to discuss your address and confirm service availability for your neighborhood."
          }
        },
        {
          "@type": "Question",
          "name": "What information should I provide when requesting service?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Provide your name, preferred contact details, ZIP code, appliance type, and a short description of the problem. Helpful details include unusual sounds, error codes, leaks, or when the issue began."
          }
        },
        {
          "@type": "Question",
          "name": "Can I request service for a refrigerator that is not cooling?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Yes. You can request refrigerator service for cooling problems, temperature changes, ice buildup, leaking, unusual noises, and other common symptoms. Keep food safety in mind and move perishable items if needed."
          }
        },
        {
          "@type": "Question",
          "name": "Can I request washer or dryer repair?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Yes. Washer requests may involve draining, spinning, filling, starting, leaking, or cycle problems. Dryer requests may involve heat, airflow, long drying times, noises, or startup issues."
          }
        },
        {
          "@type": "Question",
          "name": "How do I schedule appliance repair service?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Call (442) 383-9887 or complete the service-request form on this page. Your request details can then be used to discuss availability and the appliance problem with the service professional handling the job."
          }
        },
        {
          "@type": "Question",
          "name": "What areas around Desert Hot Springs may be served?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Service-area references include Desert Hot Springs, Palm Springs, Cathedral City, Rancho Mirage, Palm Desert, Thousand Palms, North Palm Springs, and Garnet. Coverage is not guaranteed; call to confirm availability in your neighborhood."
          }
        },
        {
          "@type": "Question",
          "name": "Should I repair or replace my appliance?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "The right choice can depend on the appliance age, condition, repair scope, energy use, and replacement cost. A service professional can inspect the problem and discuss repair considerations so you can make an informed decision."
          }
        },
        {
          "@type": "Question",
          "name": "What should I do before an appliance service visit?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Clear a safe path to the appliance, note symptoms or error codes, and secure pets. Do not disassemble the appliance. If you notice smoke, sparking, or a strong gas odor, move to safety and contact the appropriate emergency or utility service."
          }
        }
      ]
    }
  ]
}
