{
  "@context": "https://schema.org",
  "@type": "LocalBusiness",
  "@id": "https://www.handymanexeter.uk/#localbusiness",
  "name": "Handyman Exeter",
  "image": "https://www.handymanexeter.uk/images/logo.png",
  "description": "Professional handyman services in Exeter, Devon. Furniture assembly, TV mounting, home repairs, painting, and general maintenance. Same-day service available.",
  "url": "https://www.handymanexeter.uk",
  "telephone": "+44-1392-000000",
  "email": "info@handymanexeter.uk",
  "priceRange": "££",

  "address": {
    "@type": "PostalAddress",
    "streetAddress": "123 High Street",
    "addressLocality": "Exeter",
    "addressRegion": "Devon",
    "postalCode": "EX1 1AA",
    "addressCountry": "GB"
  },

  "geo": {
    "@type": "GeoCoordinates",
    "latitude": "50.7184",
    "longitude": "-3.5339"
  },

  "openingHoursSpecification": [
    {
      "@type": "OpeningHoursSpecification",
      "dayOfWeek": [
        "Monday",
        "Tuesday",
        "Wednesday",
        "Thursday",
        "Friday"
      ],
      "opens": "08:00",
      "closes": "18:00"
    },
    {
      "@type": "OpeningHoursSpecification",
      "dayOfWeek": "Saturday",
      "opens": "08:00",
      "closes": "18:00"
    }
  ],

  "sameAs": [
    "https://www.facebook.com/exeterhandyman",
    "https://www.instagram.com/exeterhandyman",
    "https://twitter.com/exeterhandyman"
  ],

  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": "4.9",
    "reviewCount": "150",
    "bestRating": "5",
    "worstRating": "1"
  },

  "areaServed": [
    {
      "@type": "City",
      "name": "Exeter"
    },
    {
      "@type": "City",
      "name": "Heavitree"
    },
    {
      "@type": "City",
      "name": "Pinhoe"
    },
    {
      "@type": "City",
      "name": "Exminster"
    },
    {
      "@type": "City",
      "name": "Topsham"
    },
    {
      "@type": "City",
      "name": "Alphington"
    }
  ],

  "hasOfferCatalog": {
    "@type": "OfferCatalog",
    "name": "Handyman Services",
    "itemListElement": [
      {
        "@type": "Offer",
        "itemOffered": {
          "@type": "Service",
          "name": "Furniture Assembly",
          "description": "Expert assembly of flat-pack furniture from IKEA, Argos, and more."
        }
      },
      {
        "@type": "Offer",
        "itemOffered": {
          "@type": "Service",
          "name": "TV Mounting",
          "description": "Professional TV wall mounting with cable management."
        }
      },
      {
        "@type": "Offer",
        "itemOffered": {
          "@type": "Service",
          "name": "Home Repairs",
          "description": "General home maintenance and repair work."
        }
      },
      {
        "@type": "Offer",
        "itemOffered": {
          "@type": "Service",
          "name": "Shelving & Storage",
          "description": "Custom shelving solutions and storage installations."
        }
      },
      {
        "@type": "Offer",
        "itemOffered": {
          "@type": "Service",
          "name": "Painting & Decorating",
          "description": "Interior painting and decorating services."
        }
      }
    ]
  },

  "review": [
    {
      "@type": "Review",
      "author": {
        "@type": "Person",
        "name": "Sarah Thompson"
      },
      "datePublished": "2026-04-15",
      "reviewBody": "Excellent service! Arrived on time, completed the furniture assembly quickly and professionally. Very tidy worker. Highly recommend!",
      "reviewRating": {
        "@type": "Rating",
        "ratingValue": "5",
        "bestRating": "5"
      }
    },
    {
      "@type": "Review",
      "author": {
        "@type": "Person",
        "name": "Mark Davies"
      },
      "datePublished": "2026-04-10",
      "reviewBody": "Had several odd jobs done around the house. Nothing was too much trouble. Fair pricing and quality work. Will definitely use again.",
      "reviewRating": {
        "@type": "Rating",
        "ratingValue": "5",
        "bestRating": "5"
      }
    }
  ]
}
