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: "Lubbock Mobile Mechanic",
description: "Lubbock Mobile Mechanic brings professional auto repair services directly to your location in Lubbock, eliminating the need for trips to a traditional shop. They offer comprehensive vehicle maintenance and repair including diagnostics, brake service, oil changes, and general repairs, all performed by experienced technicians at your home, workplace, or other convenient locations. Their mobile-first approach provides flexibility and personalized service for busy vehicle owners.",
url: "https://lbkmobilemechanic.com/",
telephone: "+1-806-607-6018",
address: {
@type: "PostalAddress",
streetAddress: "2331 34th St",
addressLocality: "Lubbock",
addressRegion: "TX",
postalCode: "79411",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.563045699999996,
longitude: -101.8679434
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.1",
reviewCount: "15",
bestRating: "5"
},
areaServed: "Lubbock, TX and surrounding areas",
knowsAbout: "Auto Repair & Mechanics, Busy professionals, owners of older vehicles needing regular maintenance, customers seeking convenience over traditional shop visits",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Mobile Service to Your Location"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full Diagnostic and Repair Capabilities"
}
],
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.