{
  "@context": "https://schema.org",
  "@type": "LocalBusiness",
  "name": "Coastal Houseworks",
  "url": "https://coastalhouseworks.com",
  "description": "We offer professional handyman services and home organization solutions that help simplify and beautify your space.",
  "telephone": "+1-970-409-9957",
  "email": "coastalhouseworks@gmail.com",
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Santa Barbara",
    "addressRegion": "CA",
    "addressCountry": "US"
  },
  "areaServed": [
    {
      "@type": "Place",
      "name": "Santa Barbara County"
    },
    {
      "@type": "Place",
      "name": "Ventura County"
    }
  ]
}

Uncategorized