{
  “@context”: “https://schema.org“,
  “@type”: “LocalBusiness”,
  “name”: “STAR SERVICES LLC APPLIANCE REPAIR”,
  “description”: “Is your refrigerator not cooling or your dryer not heating?\nSTAR SERVICES LLC APPLIANCE REPAIR provides expert in-home appliance and HVACR repair services across Walterboro, Cottageville, St. George, Summerville, and surrounding areas. Our veteran-owned team is highly trained to repair all major brands and appliances, including ice makers, washers, ovens, and more.”,
  “telephone”: “843-751-7827”,
  “url”: “Starserviceappliancerepair.com”,
  “address”: {
    “@type”: “PostalAddress”,
    “streetAddress”: “103 Sugar court“,
    “addressLocality”: “Cottageville”,
    “addressRegion”: “SC”,
    “postalCode”: “29435”,
    “addressCountry”: “US”
  },
  “openingHoursSpecification”: [
    {
      “@type”: “OpeningHoursSpecification”,
      “dayOfWeek”: “Monday”,
      “opens”: “09:00”,
      “closes”: “17:00”
    },
    {
      “@type”: “OpeningHoursSpecification”,
      “dayOfWeek”: “Tuesday”,
      “opens”: “09:00”,
      “closes”: “17:00”
    },
    {
      “@type”: “OpeningHoursSpecification”,
      “dayOfWeek”: “Wednesday”,
      “opens”: “09:00”,
      “closes”: “17:00”
    },
    {
      “@type”: “OpeningHoursSpecification”,
      “dayOfWeek”: “Thursday”,
      “opens”: “09:00”,
      “closes”: “17:00”
    },
    {
      “@type”: “OpeningHoursSpecification”,
      “dayOfWeek”: “Friday”,
      “opens”: “09:00”,
      “closes”: “16:00”
    }
  ],
  “hasOfferCatalog”: {
    “@type”: “OfferCatalog”,
    “name”: “Services”,
    “itemListElement”: [
      {
        “@type”: “Offer”,
        “itemOffered”: {
          “@type”: “Service”,
          “name”: “Services”
        }
      },
      {
        “@type”: “Offer”,
        “itemOffered”: {
          “@type”: “Service”,
          “name”: “Appliance Repair”
        }
      },
      {
        “@type”: “Offer”,
        “itemOffered”: {
          “@type”: “Service”,
          “name”: “Services”
        }
      },
      {
        “@type”: “Offer”,
        “itemOffered”: {
          “@type”: “Service”,
          “name”: “Appliance Repair”
        }
      }
    ]
  }
}

{
  “@context”: “https://schema.org“,
  “@type”: “FAQPage”,
  “mainEntity”: [
    {
      “@type”: “Question”,
      “name”: “What services does STAR SERVICES LLC APPLIANCE REPAIR offer?”,
      “acceptedAnswer”: {
        “@type”: “Answer”,
        “text”: “Is your refrigerator not cooling or your dryer not heating?\nSTAR SERVICES LLC APPLIANCE REPAIR provides expert in-home appliance and HVACR repair services across Walterboro, Cottageville, St. George, Summerville, and surrounding areas. Our veteran-owned team is highly trained to repair all major brands and appliances, including ice makers, washers, ovens, and more.”
      }
    }
  ]