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 Handy Man",
description: "The Handy Man is a full-service general contracting and handyman business serving the Nashville area. They handle a wide range of repair and maintenance tasks, from small fixes to larger projects, providing reliable service for homeowners who need quality work without the overhead of specialized contractors.",
telephone: "+1-615-987-2333",
address: {
@type: "PostalAddress",
streetAddress: "1063 Horseshoe Dr",
addressLocality: "Nashville",
addressRegion: "TN",
postalCode: "37216",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 36.2188826,
longitude: -86.7327993
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.1",
reviewCount: "19",
bestRating: "5"
},
areaServed: "Nashville, Tennessee and surrounding areas",
knowsAbout: "Handyman Services, Homeowners seeking reliable general repairs, busy professionals, property managers",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Approach"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Established Local Business"
}
],
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.