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: "MAGIC TOUCH Collision Auto Repair Fort Worth",
description: "Magic Touch Collision Auto Repair is a full-service auto body and collision repair shop in Fort Worth specializing in vehicle damage restoration. The experienced team handles everything from minor dents and paint work to major collision repairs, frame straightening, and structural damage. They work with insurance claims to streamline the repair process and get vehicles back on the road quickly.",
telephone: "+1-817-560-4848",
address: {
@type: "PostalAddress",
streetAddress: "3407 Slade Blvd",
addressLocality: "Fort Worth",
addressRegion: "TX",
postalCode: "76116",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 32.723115299999996,
longitude: -97.4590082
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "44",
bestRating: "5"
},
areaServed: "Fort Worth and surrounding areas",
knowsAbout: "Auto Body & Collision, Drivers with collision damage, accident victims, insurance claim filers",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Insurance Claims Coordination"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Collision Repair"
}
],
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.