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: "Master Mobile Mechanic",
description: "Master Mobile Mechanic is an independent auto repair service in Las Vegas offering mobile and shop-based repair solutions for vehicles. With a 4.8 rating from customers, they provide comprehensive automotive maintenance and repair services with convenient service options for Las Vegas area drivers.",
telephone: "+1-702-496-7484",
address: {
@type: "PostalAddress",
streetAddress: "2214 Santa Clara Dr",
addressLocality: "Las Vegas",
addressRegion: "NV",
postalCode: "89104",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 36.1455568,
longitude: -115.1530657
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "19",
bestRating: "5"
},
areaServed: "Las Vegas, NV and surrounding areas",
knowsAbout: "Auto Repair & Mechanics, Las Vegas drivers seeking convenient auto repair, mobile mechanic services, routine maintenance",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Mobile Service Option"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Independent Shop"
}
],
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.