{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "LocalBusiness",
      "@id": "https://teessideplumbers.co.uk/#organization",
      "name": "Teesside Plumbers",
      "url": "https://teessideplumbers.co.uk",
      "description": "Professional plumbing services across Teesside. Emergency repairs, installations, bathroom fitting, and heating solutions.",
      "areaServed": {
        "@type": "GeoCircle",
        "geoMidpoint": {
          "@type": "GeoCoordinates",
          "latitude": "54.5742",
          "longitude": "-1.2350"
        },
        "geoRadius": "25000"
      },
      "serviceArea": [
        {
          "@type": "City",
          "name": "Middlesbrough"
        },
        {
          "@type": "City",
          "name": "Stockton-on-Tees"
        },
        {
          "@type": "City",
          "name": "Redcar"
        },
        {
          "@type": "City",
          "name": "Hartlepool"
        }
      ]
    },
    {
      "@type": "WebSite",
      "@id": "https://teessideplumbers.co.uk/#website",
      "url": "https://teessideplumbers.co.uk",
      "name": "Teesside Plumbers",
      "publisher": {
        "@id": "https://teessideplumbers.co.uk/#organization"
      }
    }
  ]
}
