Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 55 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Matts Automotive Repair, LLC",
description: "Matt's Automotive Repair is a full-service auto repair shop in Crozet, VA offering comprehensive vehicle maintenance and repair services for both foreign and domestic vehicles. The shop specializes in diagnostics, routine maintenance, brake service, and general repairs, serving the local Crozet community and surrounding areas with reliable, personalized service.",
telephone: "+1-434-823-4261",
address: {
@type: "PostalAddress",
streetAddress: "6077 Rockfish Gap Turnpike",
addressLocality: "Crozet",
addressRegion: "VA",
postalCode: "22932",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.048642,
longitude: -78.711344
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.6",
reviewCount: "124",
bestRating: "5"
},
areaServed: "Crozet, VA and surrounding areas",
knowsAbout: "Auto Repair & Mechanics, Local vehicle owners, Routine maintenance seekers, Foreign and domestic vehicle owners",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Diagnostics"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Locally Owned & Operated"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Both Foreign & Domestic"
}
],
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.