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: "Ollie on wheels LLC Mobile mechanic",
description: "Ollie on Wheels LLC is a mobile mechanic service based in Virginia Beach that brings professional auto repair directly to your location. They handle general automotive maintenance and repairs for a wide range of vehicles, offering the convenience of on-site service without the need to visit a traditional shop. Their mobile approach saves customers time while providing reliable mechanical work.",
url: "http://www.ollieonwheels.com/",
telephone: "+1-757-317-3030",
address: {
@type: "PostalAddress",
streetAddress: "3419 Virginia Beach Blvd",
addressLocality: "Virginia Beach",
addressRegion: "VA",
postalCode: "23452",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 36.840069799999995,
longitude: -76.0942113
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "67",
bestRating: "5"
},
areaServed: "Virginia Beach, VA and surrounding areas",
knowsAbout: "Auto Repair & Mechanics, Busy professionals, people with limited transportation, fleet owners needing on-site service",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Mobile Service"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Operator"
}
],
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.