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: "Don Burks, Attorney at Law",
description: "Don Burks is an attorney in Lexington, Virginia offering a broad range of legal services including family law (divorce and child custody), criminal defense (DUI and general criminal law), bankruptcy, disability, and personal injury cases. With over two decades of experience, he provides personalized legal representation and offers a free initial consultation to understand each client's unique situation.",
url: "http://donburkslaw.com/",
telephone: "+1-540-463-1080",
address: {
@type: "PostalAddress",
streetAddress: "30 Crossing Ln",
addressLocality: "Lexington",
addressRegion: "VA",
postalCode: "24450",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.7961451,
longitude: -79.42509179999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "3",
reviewCount: "14",
bestRating: "5"
},
areaServed: "Lexington, Virginia and surrounding areas",
knowsAbout: "Family Law, Individuals facing divorce or custody disputes, those charged with criminal offenses, bankruptcy filers, disability claimants",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Practice Areas"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Free Initial Consultation"
}
],
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.