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: "DMV Mobile Mechanic Repairs",
description: "DMV Mobile Mechanic Repairs is a mobile auto repair service serving the Richmond area, bringing professional mechanical work directly to customers' locations. The business handles general automotive maintenance and repairs for a range of vehicles. By operating as a mobile service, they offer convenience for busy vehicle owners who prefer not to visit a traditional shop.",
telephone: "+1-804-319-7282",
address: {
@type: "PostalAddress",
streetAddress: "507 E Southside Plaza",
addressLocality: "Richmond",
addressRegion: "VA",
postalCode: "23224",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.5027408,
longitude: -77.47532
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.4",
reviewCount: "80",
bestRating: "5"
},
areaServed: "Richmond, Virginia and surrounding areas",
knowsAbout: "Auto Repair & Mechanics, Busy professionals, customers with multiple vehicles, those needing routine maintenance without shop downtime",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Mobile Service"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Richmond Business"
}
],
publisher: {
@type: "Organization",
name: "Lantern",
url: "https://lantern.llc",
contactPoint: {
@type: "ContactPoint",
email: "ai@lantern.llc",
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.