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: "Team One Handyman",
description: "Team One Handyman provides comprehensive handyman services to both residential and commercial clients in the Dallas area. Led by Alberto, the team handles a wide variety of repair and installation projects with a focus on quality craftsmanship and customer satisfaction. They bring years of experience to both small repairs and larger renovation work.",
url: "http://teamonehandyman.com/",
telephone: "+1-214-326-2521",
address: {
@type: "PostalAddress",
streetAddress: "1911 Smoke Tree Ln",
addressLocality: "Dallas",
addressRegion: "TX",
postalCode: "75253",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 32.6854756,
longitude: -96.6130635
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "26",
bestRating: "5"
},
areaServed: "Dallas, TX and surrounding areas",
knowsAbout: "Handyman Services, Homeowners needing repairs and installations, Small business owners, Property managers, Commercial facility maintenance",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Residential & Commercial Expertise"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Long-Term Client Relationships"
}
],
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.