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: "Ayla Mobile Mechanic",
description: "Ayla Mobile Mechanic brings expert auto repair services directly to your location in the Dallas area. They handle a wide range of car repairs with fast, reliable, and affordable service, eliminating the need to visit a shop. Their mobile mechanic model prioritizes customer convenience and satisfaction by coming to you.",
url: "https://aylamobilemechanic.com/",
telephone: "+1-469-288-4869",
address: {
@type: "PostalAddress",
streetAddress: "11029 Shady Trail",
addressLocality: "Dallas",
addressRegion: "TX",
postalCode: "75229",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 32.8822368,
longitude: -96.8910252
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "165",
bestRating: "5"
},
areaServed: "Dallas, Denton, Celina, Frisco, and McKinney",
knowsAbout: "Auto Repair & Mechanics, Busy professionals, vehicle owners seeking convenience, customers with multiple vehicles needing service",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Mobile Service to Your Location"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Free Quote Process"
}
],
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.