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: "Llantera San Antonio 24 Horas - 24 Hours Tire Shop",
description: "Llantera San Antonio 24 Horas is a 24-hour tire shop in Phoenix that specializes in tire sales, installation, and auto repair services. Operating around the clock, they serve customers needing emergency tire replacements, wheel alignments, and general automotive maintenance. Their extended hours make them a convenient option for those needing urgent tire service outside typical business hours.",
url: "https://llanterasanantonio.com/",
telephone: "+1-602-723-4903",
address: {
@type: "PostalAddress",
streetAddress: "3514 W Bethany Home Rd",
addressLocality: "Phoenix",
addressRegion: "AZ",
postalCode: "85019",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.5242789,
longitude: -112.1350329
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "3.9",
reviewCount: "225",
bestRating: "5"
},
areaServed: "Phoenix and surrounding areas, AZ",
knowsAbout: "Tire Shops, Drivers needing emergency tire service, those with odd-hour schedules, customers seeking one-stop auto maintenance",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "24/7 Operations"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Tire Shop"
}
],
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.