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: "AD1 Mobile Auto Services",
description: "AD1 Mobile Auto Services is a mobile car repair shop serving the St. Cloud area, bringing professional automotive maintenance and repair directly to customers' locations. Specializing in on-site vehicle servicing, they handle routine maintenance, diagnostics, and repairs without requiring customers to visit a fixed shop location. Their mobile approach offers convenience for busy drivers who need quality auto care on their schedule.",
telephone: "+1-321-286-6534",
address: {
@type: "PostalAddress",
streetAddress: "3140 Tucker Ave",
addressLocality: "St Cloud",
addressRegion: "FL",
postalCode: "34772",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 28.204712999999998,
longitude: -81.249066
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "138",
bestRating: "5"
},
areaServed: "St. Cloud, Florida and surrounding areas",
knowsAbout: "Auto Repair & Mechanics, Busy vehicle owners, customers seeking convenience, drivers needing on-site diagnostics or maintenance",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Mobile Service Model"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local 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.