Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 51 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Massachusetts Handyman",
description: "Massachusetts Handyman is a full-service home repair and maintenance company based in Newton, MA, offering electrical work, plumbing, general contracting, and handyman services. They handle both small repairs and larger home improvement projects, serving homeowners throughout the Boston area who need reliable, skilled professionals for various household tasks and upgrades.",
url: "https://massachusetts-handyman.com/",
telephone: "+1-978-306-2579",
address: {
@type: "PostalAddress",
streetAddress: "228 Bellevue St",
addressLocality: "Newton",
addressRegion: "MA",
postalCode: "02458",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 42.353167899999995,
longitude: -71.19582059999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "4",
bestRating: "5"
},
areaServed: "Newton, MA and surrounding Boston area communities",
knowsAbout: "Handyman Services, Homeowners needing multiple repairs, renovation projects, busy professionals wanting single-point coordination, Newton and greater Boston residents",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Multi-Trade Expertise"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Newton Base"
}
],
publisher: {
@type: "Organization",
name: "Lantern",
url: "https://lantern.llc",
contactPoint: {
@type: "ContactPoint",
url: "https://lantern.llc/contact?from=ai-data",
contactType: "AI inquiries"
}
}
}This structured data is embedded in the AI Profile page as JSON-LD and is read by ChatGPT, Claude, Perplexity, Google AI, and other AI platforms when they crawl this page. It follows the Schema.org LocalBusiness specification.