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: "WindshieldHUB",
description: "WindshieldHUB specializes in windshield repair and replacement services for all vehicle types in the Richmond area. They offer mobile service options, bringing technicians directly to customers' locations for convenient on-site repairs. The business handles everything from minor chip repairs to full windshield replacements, working with most insurance companies to minimize customer out-of-pocket costs.",
url: "https://www.windshieldhub.com/virginia/richmond",
telephone: "+1-804-500-6048",
address: {
@type: "PostalAddress",
streetAddress: "701 E Franklin St suite 105",
addressLocality: "Richmond",
addressRegion: "VA",
postalCode: "23219",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.5399325,
longitude: -77.4371393
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "79",
bestRating: "5"
},
areaServed: "Richmond, VA and surrounding areas",
knowsAbout: "Auto Repair & Mechanics, Busy vehicle owners, commercial fleet managers, insurance claim filers",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Mobile Service Available"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Insurance Coordination"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "All Vehicle Types"
}
],
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.