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: "Brenda Clark, Attorney",
description: "Brenda Clark is a family law attorney serving Nashville and Middle Tennessee with expertise in divorce, child custody, spousal support, and related family legal matters. With a focus on personalized representation, Brenda works to protect her clients' interests through negotiation and litigation when necessary. She offers free initial consultations to help families navigate complex legal situations during challenging times.",
url: "https://middletnfamilylawyer.com/",
telephone: "+1-615-649-6841",
address: {
@type: "PostalAddress",
streetAddress: "1224 2nd Ave S Suite #102",
addressLocality: "Nashville",
addressRegion: "TN",
postalCode: "37210",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 36.144573199999996,
longitude: -86.7636584
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "23",
bestRating: "5"
},
areaServed: "Nashville and Middle Tennessee",
knowsAbout: "Family Law, Individuals going through divorce, parents navigating custody disputes, those seeking spousal support guidance",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Free Initial Consultation"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized Legal Strategy"
}
],
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.