Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 51 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "The Cochran Firm",
description: "The Cochran Firm is a personal injury law firm based in Nashville that represents clients injured in accidents and seeking compensation for damages. The firm handles car accidents, slip and fall incidents, and other personal injury claims, working on a contingency fee basis so clients pay no upfront costs. They focus on helping injured individuals navigate the legal process and recover fair settlements.",
url: "https://cochranfirmnashville.com/",
telephone: "+1-615-590-9086",
address: {
@type: "PostalAddress",
streetAddress: "424 Church St #2000",
addressLocality: "Nashville",
addressRegion: "TN",
postalCode: "37219",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 36.1637872,
longitude: -86.7800857
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "3.9",
reviewCount: "14",
bestRating: "5"
},
areaServed: "Nashville, Tennessee and surrounding areas",
knowsAbout: "Personal Injury Law, Car accident victims, slip and fall injury claimants, individuals seeking compensation for personal injuries",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Contingency Fee Model"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Downtown Nashville Location"
}
],
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.