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: "Elite Wrench Mobile Auto Repair",
description: "Elite Wrench Mobile Auto Repair is a mobile auto repair service serving the Richmond, VA area, bringing professional mechanical services directly to customers' locations. They service both foreign and domestic vehicles with ASE-certified technicians, offering same-day service availability and free estimates. Their mobile-first approach eliminates the need for customers to arrange transportation to a shop, making repairs convenient and accessible.",
url: "https://richmondmobilemechanicservice.com/",
telephone: "+1-804-573-3111",
address: {
@type: "PostalAddress",
streetAddress: "3622 Nine Mile Rd",
addressLocality: "Richmond",
addressRegion: "VA",
postalCode: "23223",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.54312,
longitude: -77.3868196
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "111",
bestRating: "5"
},
areaServed: "Richmond, VA and surrounding areas",
knowsAbout: "Auto Repair & Mechanics, Busy professionals, multi-vehicle households, customers with limited transportation options, drivers seeking convenient same-day repairs",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Mobile Service to Your Location"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "ASE-Certified Technicians"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Free Estimates & Same-Day Service"
}
],
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.