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: "All Metroplex handyman",
description: "All Metroplex Handyman is a locally owned general contracting and handyman service based in Garland, serving the Dallas-Fort Worth area. They handle a wide range of home repair and improvement projects including drywall repair, fixture installation, furniture assembly, and general maintenance work. The team is licensed and insured, offering reliable service for both small repairs and larger renovation projects.",
url: "https://allmetroplexhandyman.com/",
telephone: "+1-469-628-2804",
address: {
@type: "PostalAddress",
streetAddress: "2018 Merrimac Trail",
addressLocality: "Garland",
addressRegion: "TX",
postalCode: "75043",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 32.883662099999995,
longitude: -96.614269
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.5",
reviewCount: "29",
bestRating: "5"
},
areaServed: "Garland, TX and surrounding Dallas-Fort Worth metroplex",
knowsAbout: "Handyman Services, Homeowners needing reliable repairs, renters requiring maintenance, property managers, first-time home buyers",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Licensed & Insured"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Diverse Service Range"
}
],
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.