{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "LocalBusiness",
      "@id": "https://quickfixbooks.com/#business",
      "name": "QuickFix Books",
      "description": "QuickBooks Desktop error repair and troubleshooting. $250 flat fee for software and environment fixes. U.S.-based remote service.",
      "url": "https://quickfixbooks.com",
      "telephone": "+1-707-244-7339",
      "email": "george@quickfixbooks.com",
      "priceRange": "$250",
      "address": {
        "@type": "PostalAddress",
        "addressLocality": "Santa Rosa",
        "addressRegion": "CA",
        "addressCountry": "US"
      },
      "geo": {
        "@type": "GeoCoordinates",
        "latitude": 38.4404,
        "longitude": -122.7144
      },
      "areaServed": {
        "@type": "Country",
        "name": "United States"
      },
      "serviceType": "QuickBooks Desktop Repair",
      "hasOfferCatalog": {
        "@type": "OfferCatalog",
        "name": "QuickBooks Desktop Services",
        "itemListElement": [
          {
            "@type": "Offer",
            "itemOffered": {
              "@type": "Service",
              "name": "Software & Environment Fix",
              "description": "Remote diagnosis and repair of QuickBooks Desktop errors including H202, H505, 6000 series, slow performance, crashes, and backup issues.",
              "price": "250.00",
              "priceCurrency": "USD"
            }
          },
          {
            "@type": "Offer",
            "itemOffered": {
              "@type": "Service",
              "name": "Hardware Diagnosis",
              "description": "Diagnosis of hardware-related issues affecting QuickBooks performance.",
              "price": "75.00",
              "priceCurrency": "USD"
            }
          }
        ]
      },
      "founder": {
        "@type": "Person",
        "name": "Frank Peavey",
        "jobTitle": "Technology Advisor"
      },
      "sameAs": [
      ]
    }
  ]
}
