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: "Metroplex Auto Body & Repair",
description: "Metroplex Auto Body & Repair is a full-service auto repair and collision center located in Irving, Texas. They specialize in auto body work, collision repairs, and general automotive maintenance and repairs. The shop serves the Dallas-Fort Worth area with comprehensive services including frame repair, dent repair, painting, and mechanical work for all vehicle types.",
telephone: "+1-972-877-0144",
address: {
@type: "PostalAddress",
streetAddress: "325 S Belt Line Rd Suite C",
addressLocality: "Irving",
addressRegion: "TX",
postalCode: "75060",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 32.8120076,
longitude: -96.9943517
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "83",
bestRating: "5"
},
areaServed: "Irving and surrounding Dallas-Fort Worth area",
knowsAbout: "Auto Body & Collision, Vehicle owners needing collision repair, drivers with insurance claims, car owners seeking reliable general maintenance",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Collision Center"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Independent Shop"
}
],
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.