Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 50 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "City Automotive Collision & Towing",
description: "City Automotive Collision & Towing in Murfreesboro provides comprehensive auto body repair and collision services, along with towing assistance for disabled or damaged vehicles. With a 4.8-star rating, they handle everything from minor dents to major collision damage, offering professional restoration services to get vehicles back on the road safely.",
telephone: "+1-615-524-1782",
address: {
@type: "PostalAddress",
streetAddress: "620 W Burton St",
addressLocality: "Murfreesboro",
addressRegion: "TN",
postalCode: "37130",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.850236699999996,
longitude: -86.39749220000002
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "5",
bestRating: "5"
},
areaServed: "Murfreesboro and surrounding Middle Tennessee areas",
knowsAbout: "Auto Body & Collision, Vehicle owners needing collision repair after accidents, drivers requiring emergency towing services, individuals seeking professional auto body restoration",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Collision Repair"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Towing Services 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.