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: "The Law Office of L. Clay White",
description: "The Law Office of L. Clay White is a Knoxville-based law firm led by attorney L. Clay White, serving clients with legal representation and consultation services. While specific practice areas are not detailed, the firm operates from a downtown Knoxville location and maintains strong client feedback. Contact them directly at (865) 312-6175 to discuss your legal needs.",
telephone: "+1-865-312-6175",
address: {
@type: "PostalAddress",
streetAddress: "900 S Gay St Suite 1776",
addressLocality: "Knoxville",
addressRegion: "TN",
postalCode: "37902",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.9618056,
longitude: -83.91548999999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.6",
reviewCount: "36",
bestRating: "5"
},
areaServed: "Knoxville, Tennessee and surrounding areas",
knowsAbout: "Family Law, Knoxville residents needing legal representation, Small business owners seeking counsel, Individuals requiring legal consultation",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Downtown Knoxville Location"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Direct Client Contact"
}
],
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.