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: "Santa Ana Mobile Mechanic",
description: "Santa Ana Mobile Mechanic is a mobile auto repair service that comes to you in Santa Ana and surrounding areas. They handle general car maintenance, repairs, and diagnostics, bringing professional mechanic services directly to your location for convenience and time savings. Their mobile approach eliminates the need to drop off your vehicle at a traditional shop.",
url: "https://santaanamobilemechanic.com/",
telephone: "+1-714-415-2656",
address: {
@type: "PostalAddress",
streetAddress: "917 W Chestnut Ave",
addressLocality: "Santa Ana",
addressRegion: "CA",
postalCode: "92703",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.7428734,
longitude: -117.8772577
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "24",
bestRating: "5"
},
areaServed: "Santa Ana, CA and surrounding Orange County areas",
knowsAbout: "Auto Repair & Mechanics, Busy professionals, vehicle owners seeking convenience, those without transportation to a shop",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Mobile Service"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Professional Diagnostics"
}
],
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.