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: "Dan Handy",
description: "Dan Handy is a full-service handyman and general contractor based in Dallas, specializing in home repairs, renovations, and maintenance projects. Whether you need small repairs, fixture installation, drywall work, or larger remodeling jobs, Dan Handy handles residential projects with professional expertise and attention to detail. They serve homeowners throughout the Dallas area looking for reliable, honest craftsmanship.",
url: "https://danhandy.net/",
telephone: "+1-214-991-5692",
address: {
@type: "PostalAddress",
streetAddress: "2512 Lazydale Dr",
addressLocality: "Dallas",
addressRegion: "TX",
postalCode: "75228",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 32.801038,
longitude: -96.70473129999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.5",
reviewCount: "69",
bestRating: "5"
},
areaServed: "Dallas and surrounding areas",
knowsAbout: "Handyman Services, Homeowners needing repairs, DIY project completion, fixture installation, small to medium remodeling",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Expertise"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Established Local Presence"
}
],
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.