Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 56 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Your Handyman DFW",
description: "Your Handyman DFW is a locally and family-owned handyman service serving the Dallas-Fort Worth area since 2001, specializing in residential and commercial home repairs. They offer comprehensive services including drywall repair, interior and exterior painting, minor plumbing fixes, door installation, faucet repairs, and general home maintenance. Their bonded and insured technicians provide personalized solutions with a lifetime labor warranty, and they offer special discounts for seniors, military, and law enforcement.",
url: "https://yourhandymandfw.com/",
telephone: "+1-214-856-7260",
address: {
@type: "PostalAddress",
streetAddress: "650 E State Hwy 121 #412",
addressLocality: "Lewisville",
addressRegion: "TX",
postalCode: "75057",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.0391106,
longitude: -96.9842528
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "293",
bestRating: "5"
},
areaServed: "Dallas-Fort Worth area including Lewisville and surrounding communities",
knowsAbout: "Handyman Services, Busy homeowners needing reliable repairs, seniors seeking discounts, military and law enforcement personnel, homeowners wanting warranty-backed work",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Lifetime Labor Warranty"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Locally Owned Since 2001"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Military, Law Enforcement & Senior Discounts"
}
],
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.