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: "Auto Station Collision Center",
description: "Auto Station Collision Center is a full-service collision repair facility in Nashville specializing in auto body work, dent repair, and frame straightening. They handle insurance claims and provide paintless dent repair options to restore vehicles to pre-accident condition. With a commitment to quality repairs and customer service, they work with all insurance companies and offer free estimates for damage assessment.",
url: "https://autostationcollisioncenter.co/",
telephone: "+1-615-753-7554",
address: {
@type: "PostalAddress",
streetAddress: "1609 Nolensville Pk",
addressLocality: "Nashville",
addressRegion: "TN",
postalCode: "37210",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 36.1367087,
longitude: -86.7613137
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "11",
bestRating: "5"
},
areaServed: "Nashville, Tennessee and surrounding areas",
knowsAbout: "Auto Body & Collision, Accident victims, insurance claim holders, drivers needing dent and body work repairs",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Paintless Dent Repair"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Insurance Claim Expertise"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Free Estimates"
}
],
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.