Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 44 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Billy Impressive Towings",
description: "Billy Impressive Towings is a full-service auto repair and tire shop located in downtown Charlottesville. They offer tire sales and installation, general car repair services, and towing. With a focus on reliable, no-nonsense service, they serve the local community's automotive maintenance and emergency roadside needs.",
telephone: "+1-434-326-5501",
address: {
@type: "PostalAddress",
streetAddress: "315 W Main St",
addressLocality: "Charlottesville",
addressRegion: "VA",
postalCode: "22903",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.030825,
longitude: -78.4856288
},
areaServed: "Charlottesville, VA and surrounding areas",
knowsAbout: "Auto Repair & Mechanics, Daily drivers needing tire replacement, vehicle owners requiring general repairs, motorists in need of emergency towing",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Repair"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Towing 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.