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: "Magic Touch Miami Body Shop",
description: "Magic Touch Miami Body Shop is a full-service auto body repair facility in Miami specializing in collision repair, dent removal, and paintwork. Located at 10801 NW 7th Ave, they handle everything from minor dents to major accident damage, using quality materials and skilled technicians to restore vehicles to pre-damage condition. Their team works with insurance claims to streamline the repair process for customers.",
url: "https://magictouchmiami.com/",
telephone: "+1-305-754-9440",
address: {
@type: "PostalAddress",
streetAddress: "10801 NW 7th Ave",
addressLocality: "Miami",
addressRegion: "FL",
postalCode: "33168",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 25.8737806,
longitude: -80.2098597
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "176",
bestRating: "5"
},
areaServed: "Miami and surrounding areas",
knowsAbout: "Auto Body & Collision, Accident victims, insurance claim filers, vehicle owners needing collision or dent repair",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Insurance Claims Support"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Collision Services"
}
],
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.