Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 56 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Mobile Mechanic Pros",
description: "Mobile Mechanic Pros is a mobile auto repair service based in McKinney, Texas that brings certified technicians directly to customers' homes or offices for convenient vehicle maintenance and repairs. They handle a full range of services including engine diagnostics, brake service, oil changes, transmission work, and general mechanical repairs for both domestic and foreign vehicles. By eliminating the need for customers to visit a physical shop, they provide flexible scheduling and personalized service without the hassle of drop-off and pick-up.",
url: "https://www.mckinneymobilemechanic.com/",
telephone: "+1-972-982-8402",
address: {
@type: "PostalAddress",
streetAddress: "113 Industrial Blvd",
addressLocality: "McKinney",
addressRegion: "TX",
postalCode: "75069",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.1800017,
longitude: -96.6151522
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4",
reviewCount: "69",
bestRating: "5"
},
areaServed: "McKinney and surrounding Dallas-Fort Worth areas",
knowsAbout: "Auto Repair & Mechanics, Busy professionals, multi-vehicle households, drivers needing convenient service, those avoiding dealership visits",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Mobile Service to Your Location"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Mechanical Repair"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Flexible Scheduling"
}
],
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.