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: "Chantilly Auto Mechanic",
description: "Chantilly Auto Mechanic provides comprehensive auto repair services to the Chantilly community, including engine diagnostics, brake repair, tire rotation, and a full range of vehicle maintenance. The experienced team uses the latest diagnostic tools and technology to deliver reliable, affordable repairs while prioritizing customer safety and confidence on the road.",
url: "https://chantillyautomechanic.com/",
telephone: "+1-571-510-5704",
address: {
@type: "PostalAddress",
streetAddress: "25354 Pleasant Valley Rd #120",
addressLocality: "Chantilly",
addressRegion: "VA",
postalCode: "20152",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.9142272,
longitude: -77.4722003
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "39",
bestRating: "5"
},
areaServed: "Chantilly, VA and surrounding areas",
knowsAbout: "Auto Repair & Mechanics, Local vehicle owners needing reliable diagnostics, routine maintenance, brake service, or general auto repairs",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Repair Capability"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Community Focus"
}
],
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.