Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 51 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "San Antonio Llantera Tires",
description: "San Antonio Llantera Tires is a full-service tire and auto repair shop serving Phoenix and the surrounding area. They offer a wide selection of tire brands, professional tire installation and alignment services, and comprehensive auto repair including brakes, oil changes, and general maintenance. The shop combines quality tire sales with expert mechanical service to be a one-stop destination for vehicle care.",
url: "http://llanterasanantonio.com/",
telephone: "+1-602-367-5517",
address: {
@type: "PostalAddress",
streetAddress: "1010 E Broadway Rd",
addressLocality: "Phoenix",
addressRegion: "AZ",
postalCode: "85040",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.4069529,
longitude: -112.057727
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4",
reviewCount: "236",
bestRating: "5"
},
areaServed: "Phoenix, Arizona and surrounding areas",
knowsAbout: "Tire Shops, Daily drivers needing tire replacement, vehicle owners seeking comprehensive auto maintenance, budget-conscious shoppers",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Shop"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Multiple Tire Brands"
}
],
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.