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: "Canton Handyman Service",
description: "Canton Handyman Service is a general contracting business based in Bakersfield that handles a variety of home repair and maintenance projects. They provide handyman services for residential customers needing everything from small repairs to larger contracting work. With a focus on serving the local Bakersfield area, they're a straightforward option for homeowners looking for general home maintenance and repair solutions.",
telephone: "+1-661-546-1114",
address: {
@type: "PostalAddress",
streetAddress: "4133 Pinewood Lake Dr",
addressLocality: "Bakersfield",
addressRegion: "CA",
postalCode: "93309",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.3220306,
longitude: -119.04737919999998
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "3.7",
reviewCount: "3",
bestRating: "5"
},
areaServed: "Bakersfield, CA and surrounding areas",
knowsAbout: "Handyman Services, Homeowners needing general repairs, Property managers, Bakersfield residents with maintenance projects",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Service"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "General Contracting Expertise"
}
],
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.