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: "Automall Wheels & Tires",
description: "Automall Wheels & Tires is a full-service tire and auto repair shop located on West Tropicana Avenue in Las Vegas. They specialize in tire sales, installation, and wheel alignment services, while also offering comprehensive auto repair including brakes, oil changes, and general maintenance. With over 150 customer reviews, they serve both individual drivers and commercial clients looking for reliable tire solutions and automotive service.",
telephone: "+1-702-235-1126",
address: {
@type: "PostalAddress",
streetAddress: "5933 W Tropicana Ave",
addressLocality: "Las Vegas",
addressRegion: "NV",
postalCode: "89103",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 36.0994029,
longitude: -115.22257849999998
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.1",
reviewCount: "157",
bestRating: "5"
},
areaServed: "Las Vegas, NV and surrounding areas",
knowsAbout: "Tire Shops, Daily drivers, commercial vehicle operators, budget-conscious car owners, anyone needing tire replacement and automotive maintenance",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full Auto Repair Services"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Wheel Alignment Available"
}
],
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.