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: "Amigos Tires",
description: "Amigos Tires is a full-service tire and auto repair shop in Phoenix offering tire sales, installation, wheel alignment, and general automotive repair. With over 500 customer reviews, they provide comprehensive vehicle maintenance services including brake work, oil changes, and diagnostics for all vehicle types.",
url: "http://www.amigostirephoenix.com/",
telephone: "+1-602-861-0909",
address: {
@type: "PostalAddress",
streetAddress: "9645 N 19th Ave",
addressLocality: "Phoenix",
addressRegion: "AZ",
postalCode: "85021",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.574472199999995,
longitude: -112.09929059999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4",
reviewCount: "508",
bestRating: "5"
},
areaServed: "Phoenix and surrounding areas",
knowsAbout: "Tire Shops, Drivers needing tire replacement, routine vehicle maintenance, brake service, and alignment work",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Capability"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Wheel Alignment Services"
}
],
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.