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: "Handy Hands Home Repair",
description: "Handy Hands Home Repair is an independent handyman service based in Jacksonville, Florida, offering a wide range of home repair and maintenance solutions. The business handles general repairs, fixture installation, and various maintenance tasks for homeowners throughout the Jacksonville area. They provide reliable, hands-on service for the everyday repairs that keep homes functioning smoothly.",
telephone: "+1-904-444-2038",
address: {
@type: "PostalAddress",
streetAddress: "3545 St Johns Bluff Rd S",
addressLocality: "Jacksonville",
addressRegion: "FL",
postalCode: "32224",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 30.284020100000003,
longitude: -81.5249919
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "2",
bestRating: "5"
},
areaServed: "Jacksonville, Florida and surrounding areas",
knowsAbout: "Handyman Services, Homeowners needing general repairs, Busy professionals seeking reliable local service, Property managers with maintenance needs",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local, Independent Service"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "General Home Repairs"
}
],
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.