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: "Mikes Mobile Mechanics",
description: "Mike's Mobile Mechanics brings professional automotive repair directly to you in Las Vegas. Specializing in mobile car repair services, they come to your home or workplace to handle everything from routine maintenance to complex repairs, eliminating the need for you to drop off your vehicle or wait in a shop. With a 4.9-star rating from customers, they've built a reputation for convenient, quality service that fits your schedule.",
telephone: "+1-702-426-3226",
address: {
@type: "PostalAddress",
streetAddress: "429 Cherry Meadows Ct",
addressLocality: "Las Vegas",
addressRegion: "NV",
postalCode: "89145",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 36.1678602,
longitude: -115.26545159999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "20",
bestRating: "5"
},
areaServed: "Las Vegas, NV and surrounding areas",
knowsAbout: "Auto Repair & Mechanics, Busy professionals, people with transportation constraints, customers seeking convenience",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Mobile Service"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full Repair Capability"
}
],
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.