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: "Bob's Wheel Alignment",
description: "Bob's Wheel Alignment is a family-owned tire and auto repair shop serving Charlottesville since 1981. They specialize in wheel alignments, tire installation and balancing, and carry major brands including Michelin, Continental, BFGoodrich, General, Hercules, and Uniroyal. Beyond tires, they offer comprehensive auto repair services including brake repair, oil changes, A/C service, state inspections, and preventive maintenance, with computerized alignment equipment and shuttle service for customer convenience.",
url: "http://www.bobswheelalignment.net/",
telephone: "+1-434-296-4523",
address: {
@type: "PostalAddress",
streetAddress: "923 E Market St",
addressLocality: "Charlottesville",
addressRegion: "VA",
postalCode: "22902",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.0293564,
longitude: -78.4742338
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.6",
reviewCount: "287",
bestRating: "5"
},
areaServed: "Charlottesville, VA and surrounding counties including Albemarle County",
knowsAbout: "Tire Shops, Vehicle owners needing tire replacement and alignment, routine maintenance shoppers, drivers requiring state inspections, budget-conscious customers seeking bundled services",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Established Local Business"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Auto Repair"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Computerized Alignment & Shuttle Service"
}
],
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.