Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 46 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "VA Auto Glass",
description: "VA Auto Glass is a full-service auto glass shop in Harrisonburg specializing in windshield repair and replacement, side window service, and rear glass installation for all vehicle types. They handle insurance claims processing to simplify the replacement experience for customers. The shop combines convenient local service with professional expertise in glass repair and installation.",
url: "http://www.harrisonburgautoglass.com/",
telephone: "+1-540-208-0860",
address: {
@type: "PostalAddress",
streetAddress: "101 Charles St",
addressLocality: "Harrisonburg",
addressRegion: "VA",
postalCode: "22802",
addressCountry: "US"
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.3",
reviewCount: "133",
bestRating: "5"
},
areaServed: "Harrisonburg, VA and surrounding areas",
knowsAbout: "Auto Repair & Mechanics, Vehicle owners needing windshield or glass repairs, insurance claim filers, busy professionals wanting convenient mobile service",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Insurance Claims Assistance"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Mobile Service Available"
}
],
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.