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: "Llantera El centenario 2",
description: "Llantera El Centenario 2 is a full-service tire shop and auto repair facility in Phoenix specializing in tire sales, installation, and automotive maintenance. Located on West Dunlap Avenue, they offer wheel alignments, tire repairs, and general car repair services. The shop serves the local Phoenix community with competitive pricing and hands-on automotive expertise.",
telephone: "+1-602-469-8766",
address: {
@type: "PostalAddress",
streetAddress: "4250 W Dunlap Ave",
addressLocality: "Phoenix",
addressRegion: "AZ",
postalCode: "85051",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.567852099999996,
longitude: -112.1512957
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "3.9",
reviewCount: "142",
bestRating: "5"
},
areaServed: "Phoenix, AZ and surrounding areas",
knowsAbout: "Tire Shops, Budget-conscious drivers needing tire replacement, wheel alignment, and general auto maintenance",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full Tire Services"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "General Auto Repair"
}
],
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.