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: "Tires 4 U",
description: "Tires 4 U is a tire shop and auto repair service located on East Tropicana Avenue in Las Vegas, offering tire sales, installation, and general automotive repair. They stock a range of tires and provide professional installation and balancing services to keep your vehicle safe and running smoothly.",
telephone: "+1-725-328-2618",
address: {
@type: "PostalAddress",
streetAddress: "2640 E Tropicana Ave",
addressLocality: "Las Vegas",
addressRegion: "NV",
postalCode: "89121",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 36.1002523,
longitude: -115.11402720000001
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.6",
reviewCount: "9",
bestRating: "5"
},
areaServed: "Las Vegas, Nevada",
knowsAbout: "Tire Shops, Budget-conscious drivers, regular commuters, vehicle maintenance shoppers",
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.