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: "Cracia Car Towing's",
description: "Cracia Car Towing's is a full-service automotive facility in Charlottesville offering towing, tire sales, auto parts, and car repair services. Located on Avon Street, they serve the local community with comprehensive vehicle maintenance and emergency roadside assistance to get drivers back on the road quickly.",
telephone: "+1-434-465-6465",
address: {
@type: "PostalAddress",
streetAddress: "215 Avon St",
addressLocality: "Charlottesville",
addressRegion: "VA",
postalCode: "22902",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.0280178,
longitude: -78.4776133
},
areaServed: "Charlottesville, VA and surrounding areas",
knowsAbout: "Auto Repair & Mechanics, Local drivers needing tires, vehicle repairs, auto parts, or emergency towing services",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Facility"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Emergency 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.