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: "The Home Healer Handyman Services, LLC.",
description: "The Home Healer Handyman Services, LLC is a licensed and insured general contractor serving Temecula, CA and surrounding areas. They handle a wide range of residential repair and maintenance projects, from small fixture installations and drywall repairs to furniture assembly and general handyman work. The team is known for reliable, professional service on both routine fixes and larger home improvement jobs.",
telephone: "+1-760-626-7112",
address: {
@type: "PostalAddress",
streetAddress: "42165 Humber Dr",
addressLocality: "Temecula",
addressRegion: "CA",
postalCode: "92591",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.5108205,
longitude: -117.13323849999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.7",
reviewCount: "12",
bestRating: "5"
},
areaServed: "Temecula, CA and surrounding areas",
knowsAbout: "Handyman Services, Homeowners needing reliable repairs, busy professionals, homeowners with multiple small projects",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Licensed & Insured"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Diverse Service Range"
}
],
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.