Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 50 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Hilton Handyman Services",
description: "Hilton Handyman Services is a full-service handyman and general contracting company based in Brockton, MA, offering painting, home repairs, and renovation work. The team handles everything from small repairs and fixture installation to larger remodeling projects, serving the greater Brockton area with reliable craftsmanship and attention to detail.",
telephone: "+1-774-823-7689",
address: {
@type: "PostalAddress",
streetAddress: "11 Tremont St",
addressLocality: "Brockton",
addressRegion: "MA",
postalCode: "02301",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 42.0650337,
longitude: -71.0166437
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "21",
bestRating: "5"
},
areaServed: "Brockton, MA and surrounding communities",
knowsAbout: "Handyman Services, Homeowners needing interior painting, small home repairs, fixture installation, and general contracting work in the Brockton area",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Handyman & Contracting"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Locally Established"
}
],
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.