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: "South Texas Auto Recon",
description: "South Texas Auto Recon is an independent auto repair shop in Corpus Christi specializing in vehicle reconditioning and repair services. Located on Russell Drive, they handle a range of automotive maintenance and repair needs for local vehicle owners.",
telephone: "+1-361-977-7827",
address: {
@type: "PostalAddress",
streetAddress: "4228 Russell Dr",
addressLocality: "Corpus Christi",
addressRegion: "TX",
postalCode: "78408",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 27.7883952,
longitude: -97.43995530000001
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "12",
bestRating: "5"
},
areaServed: "Corpus Christi, TX and surrounding areas",
knowsAbout: "Auto Repair & Mechanics, Local vehicle owners needing routine maintenance, repair services, and vehicle reconditioning",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Independent Shop"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Reconditioning Expertise"
}
],
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.