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: "Cool Springs Law Firm",
description: "Cool Springs Law Firm is a Brentwood-based legal practice offering estate planning, wills, trusts, and related services to help clients protect their assets and plan for the future. The firm serves the Nashville metropolitan area with personalized legal guidance tailored to individual and family needs.",
url: "http://coolspringslawfirm.com/",
telephone: "+1-615-290-5355",
address: {
@type: "PostalAddress",
streetAddress: "1612 Liberty Blvd",
addressLocality: "Brentwood",
addressRegion: "TN",
postalCode: "37027",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.9686394,
longitude: -86.8026537
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4",
reviewCount: "1",
bestRating: "5"
},
areaServed: "Brentwood, Nashville, and surrounding Middle Tennessee communities",
knowsAbout: "Estate Planning & Wills, Families and individuals planning estates, Parents securing their children's future, Business owners protecting assets",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Expertise"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Planning"
}
],
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.