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: "Herbert Thornbury, Attorney at Law",
description: "Herbert Thornbury is an independent attorney in Chattanooga specializing in personal injury law. With a focus on helping clients who have been injured due to negligence, he handles cases including car accidents, slip and fall incidents, and other personal injury claims. Thornbury's practice emphasizes client-focused representation and works on a contingency fee basis, meaning clients only pay if they win their case.",
url: "https://www.thornburylaw.com/",
telephone: "+1-423-265-1100",
address: {
@type: "PostalAddress",
streetAddress: "701 Cherokee Blvd.",
addressLocality: "Chattanooga",
addressRegion: "TN",
postalCode: "37405",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.070126099999996,
longitude: -85.3180161
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4",
reviewCount: "11",
bestRating: "5"
},
areaServed: "Chattanooga, Tennessee and surrounding areas",
knowsAbout: "Personal Injury Law, Car accident victims, slip and fall injury claimants, individuals seeking no-win-no-fee representation",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Contingency Fee Representation"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Focused Practice Area"
}
],
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.