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: "Pat’s Mobile Mechanic",
description: "Pat's Mobile Mechanic is an independent auto repair service based in Lubbock that brings repair work directly to customers' locations. Specializing in mobile service, they handle general automotive maintenance and repairs for both foreign and domestic vehicles. This convenient, on-site approach eliminates the need for drop-offs and wait times, making it an efficient option for busy vehicle owners.",
telephone: "+1-806-401-5102",
address: {
@type: "PostalAddress",
streetAddress: "6011 13th St",
addressLocality: "Lubbock",
addressRegion: "TX",
postalCode: "79416",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.5838108,
longitude: -101.94659759999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.6",
reviewCount: "95",
bestRating: "5"
},
areaServed: "Lubbock, TX and surrounding areas",
knowsAbout: "Auto Repair & Mechanics, Busy vehicle owners, fleet operators, customers seeking convenience, those needing same-day service",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Mobile Service"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Domestic & Foreign Expertise"
}
],
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.