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: "Quality Home Repair",
description: "Quality Home Repair is a local Mesa-based handyman service specializing in general home repairs and maintenance. The team handles a wide variety of residential projects, from fixture installation and drywall repair to small repairs throughout the home. They serve the Mesa area and surrounding communities with reliable, dependable service.",
telephone: "+1-480-241-0968",
address: {
@type: "PostalAddress",
streetAddress: "9024 E Balsam Ave",
addressLocality: "Mesa",
addressRegion: "AZ",
postalCode: "85208",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.411384399999996,
longitude: -111.636287
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "4",
bestRating: "5"
},
areaServed: "Mesa, AZ and surrounding areas",
knowsAbout: "Handyman Services, Homeowners needing general repairs, busy professionals, property managers",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Mesa Business"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Variety of Services"
}
],
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.