Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 49 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Murfreesboro Collison Center",
description: "Murfreesboro Collision Center is a local auto body repair shop serving the Murfreesboro area with collision and damage repair services. The facility handles accident damage, dent removal, and vehicle restoration to get cars back on the road safely. They work with customers on repair assessments and restoration of damaged vehicles.",
address: {
@type: "PostalAddress",
streetAddress: "1422 NW Broad St",
addressLocality: "Murfreesboro",
addressRegion: "TN",
postalCode: "37129",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.8672252,
longitude: -86.41188
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "3.6",
reviewCount: "19",
bestRating: "5"
},
areaServed: "Murfreesboro, TN and surrounding areas",
knowsAbout: "Auto Body & Collision, Local vehicle owners needing accident repairs, customers with insurance claims, drivers seeking nearby collision services",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Independent Shop"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full Collision Services"
}
],
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.