Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 56 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "All American's Tire & Auto Repair",
description: "All American's Tire & Auto Repair is a full-service auto repair shop in San Antonio offering tire sales, installation, and alignment services alongside comprehensive auto repair including brakes, oil changes, and general maintenance. The shop provides same-day service and works with all major tire brands, serving both individual vehicle owners and commercial fleet clients.",
url: "http://themobilemechanictx.com/",
telephone: "+1-210-367-6811",
address: {
@type: "PostalAddress",
streetAddress: "1702 Castroville Rd",
addressLocality: "San Antonio",
addressRegion: "TX",
postalCode: "78237",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 29.394909499999997,
longitude: -98.55567839999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.2",
reviewCount: "105",
bestRating: "5"
},
areaServed: "San Antonio and surrounding areas",
knowsAbout: "Auto Repair & Mechanics, Daily commuters, fleet managers, commercial vehicle owners, drivers needing same-day tire service",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Repair & Tires"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Same-Day Service Available"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Commercial Fleet Support"
}
],
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.