Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 44 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Az Mobile mechanic",
description: "Az Mobile Mechanic is a mobile auto repair service based in Oklahoma City that brings automotive maintenance and repair directly to customers at their location. Specializing in convenient on-site vehicle service, they handle a range of car repair needs without requiring customers to visit a traditional shop. This mobile approach saves time for busy vehicle owners who need quality service without disrupting their day.",
telephone: "+1-405-960-9150",
address: {
@type: "PostalAddress",
streetAddress: "2521 S May Ave",
addressLocality: "Oklahoma City",
addressRegion: "OK",
postalCode: "73108",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.439631299999995,
longitude: -97.5659543
},
areaServed: "Oklahoma City and surrounding areas",
knowsAbout: "Auto Repair & Mechanics, Busy professionals, customers with limited transportation, fleet owners needing on-site maintenance",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Mobile Service"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Convenient Location"
}
],
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.