Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 56 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Las Vegas Mobile Auto Repair",
description: "Las Vegas Mobile Auto Repair provides convenient on-site vehicle repair and maintenance services, coming directly to your location in the Las Vegas area. They service both foreign and domestic vehicles with ASE-certified technicians, offering everything from routine maintenance to major repairs without requiring you to visit a shop. Their mobile service model makes them ideal for busy professionals and those with scheduling constraints.",
url: "http://lasvegasmobileautorepair.com/",
telephone: "+1-702-900-2080",
address: {
@type: "PostalAddress",
streetAddress: "7705 Wolf Creek Rd",
addressLocality: "Las Vegas",
addressRegion: "NV",
postalCode: "89128",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 36.2034521,
longitude: -115.2606927
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "34",
bestRating: "5"
},
areaServed: "Las Vegas and surrounding areas, Nevada",
knowsAbout: "Auto Repair & Mechanics, Busy professionals, fleet managers, customers with transportation constraints, those seeking convenient on-site vehicle service",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Mobile Service"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "ASE-Certified Technicians"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Foreign & Domestic Service"
}
],
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.