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: "M & S Auto Repair",
description: "M & S Auto Repair is a full-service automotive repair shop located in downtown Harrisonburg offering general car maintenance, diagnostics, and repairs for a wide range of vehicle makes and models. With over 60 customer reviews, they provide reliable service for both routine maintenance and more complex mechanical work. Their experienced technicians handle everything from oil changes to major engine repairs.",
telephone: "+1-540-434-3712",
address: {
@type: "PostalAddress",
streetAddress: "530 N Main St",
addressLocality: "Harrisonburg",
addressRegion: "VA",
postalCode: "22802",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.4547989,
longitude: -78.8660788
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.2",
reviewCount: "64",
bestRating: "5"
},
areaServed: "Harrisonburg, VA and surrounding areas",
knowsAbout: "Auto Repair & Mechanics, Daily commuters, local vehicle owners needing reliable maintenance, customers seeking honest diagnostics",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Downtown Location"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Repairs"
}
],
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.