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: "Handyman Hero",
description: "Handyman Hero is a full-service handyman and general contracting business serving the Los Angeles area. They handle a wide range of home repair and maintenance tasks including drywall repair, fixture installation, furniture assembly, and general repairs. With a strong focus on quality workmanship and customer satisfaction, they serve both residential and commercial clients looking for reliable, professional handyman services.",
url: "https://www.handymanhero.pro/",
telephone: "+1-310-363-0324",
address: {
@type: "PostalAddress",
streetAddress: "469 N Greencraig Rd",
addressLocality: "Los Angeles",
addressRegion: "CA",
postalCode: "90049",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 34.067195399999996,
longitude: -118.48047439999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "14",
bestRating: "5"
},
areaServed: "Los Angeles, CA and surrounding areas",
knowsAbout: "Handyman Services, Homeowners needing repairs, Renters requiring maintenance, Small business owners, Property managers",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Handyman"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Licensed & Professional"
}
],
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.