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: "Midwest Mobile Mechanic",
description: "Midwest Mobile Mechanic is a mobile auto repair service based in San Antonio that brings professional car maintenance and repairs directly to customers. They offer on-site vehicle service, eliminating the need for customers to visit a traditional shop, making repairs more convenient for busy vehicle owners. Their mobile approach allows them to service cars at home, work, or other locations throughout the San Antonio area.",
telephone: "+1-726-225-2153",
address: {
@type: "PostalAddress",
streetAddress: "2714 Crater Dr",
addressLocality: "San Antonio",
addressRegion: "TX",
postalCode: "78222",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 29.3933825,
longitude: -98.3848646
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.7",
reviewCount: "35",
bestRating: "5"
},
areaServed: "San Antonio, TX and surrounding areas",
knowsAbout: "Auto Repair & Mechanics, Busy professionals, people with limited transportation, fleet owners needing on-site maintenance",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Mobile Service"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Convenience-Focused"
}
],
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.