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: "American Auto Body",
description: "American Auto Body is a full-service auto body repair shop in Corpus Christi specializing in collision repairs, dent removal, paint work, and frame straightening. The shop handles insurance claims and works with all vehicle types to restore cars to pre-accident condition with quality repairs and professional service.",
telephone: "+1-361-855-1883",
address: {
@type: "PostalAddress",
streetAddress: "4307 S Port Ave #136",
addressLocality: "Corpus Christi",
addressRegion: "TX",
postalCode: "78415",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 27.749480799999997,
longitude: -97.42189599999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "66",
bestRating: "5"
},
areaServed: "Corpus Christi, TX and surrounding areas",
knowsAbout: "Auto Body & Collision, Accident victims, insured drivers needing collision repair, vehicle owners seeking professional body work",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Insurance Claims Specialist"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full 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.