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: "Manny's Tire Shop",
description: "Manny's Tire Shop is a Las Vegas-based tire retailer and auto repair facility specializing in tire sales, installation, and automotive services. Located on West Bonanza Road, they serve the local community with a focus on quality tire products and professional vehicle maintenance. Their combination of tire expertise and general auto repair services makes them a convenient one-stop destination for vehicle care needs.",
url: "https://www.mannysmobiletireshop.com/contact-us/",
telephone: "+1-702-379-5775",
address: {
@type: "PostalAddress",
streetAddress: "600 W Bonanza Rd",
addressLocality: "Las Vegas",
addressRegion: "NV",
postalCode: "89106",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 36.1776055,
longitude: -115.14952439999998
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.3",
reviewCount: "59",
bestRating: "5"
},
areaServed: "Las Vegas, NV and surrounding areas",
knowsAbout: "Tire Shops, Las Vegas drivers needing tire replacement, budget-conscious car owners, vehicle owners seeking convenient one-stop auto service",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Tire Shop"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Auto Repair 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.