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: "Nix Mobile Mechanic",
description: "Nix Mobile Mechanic is an independent auto repair service based in Lubbock, TX that brings mechanic services directly to customers. They offer mobile auto repair and maintenance services, coming to your location to diagnose and fix vehicle issues. This mobile approach eliminates the need to drive to a shop and wait, making repairs more convenient for busy vehicle owners.",
telephone: "+1-806-201-7934",
address: {
@type: "PostalAddress",
streetAddress: "5917 67th St Apt 610",
addressLocality: "Lubbock",
addressRegion: "TX",
postalCode: "79424",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.5328307,
longitude: -101.94231309999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "2.8",
reviewCount: "18",
bestRating: "5"
},
areaServed: "Lubbock, TX and surrounding areas",
knowsAbout: "Auto Repair & Mechanics, Busy vehicle owners, people seeking convenience, those with multiple vehicles needing service",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Mobile Service Comes to You"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Independent Local 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.