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: "A & E Transmission & Auto Repair",
description: "A & E Transmission & Auto Repair is a full-service auto repair shop in Corpus Christi specializing in transmission work, engine repair, and general maintenance for both foreign and domestic vehicles. With a 4.6-star rating from customers, they provide comprehensive automotive services including diagnostics, repairs, and preventative maintenance to keep vehicles running smoothly.",
telephone: "+1-361-225-2529",
address: {
@type: "PostalAddress",
streetAddress: "2102 Saratoga Blvd",
addressLocality: "Corpus Christi",
addressRegion: "TX",
postalCode: "78417",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 27.716211899999998,
longitude: -97.44593669999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.6",
reviewCount: "83",
bestRating: "5"
},
areaServed: "Corpus Christi, TX and surrounding areas",
knowsAbout: "Auto Repair & Mechanics, Vehicle owners needing transmission repairs, general maintenance, foreign and domestic car owners",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Transmission Specialists"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Foreign & Domestic Service"
}
],
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.