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: "Davis Law Group, LLC",
description: "Davis Law Group, LLC is a family law firm in Charleston specializing in divorce, child custody, and family-related legal matters. Based on Broad Street in downtown Charleston, they provide personalized legal representation and consultation for clients navigating complex family law issues. The firm focuses on helping clients achieve favorable outcomes through skilled advocacy and strategic counsel.",
url: "https://davis.law/family-lawyer-in-charleston-south-carolina/",
telephone: "+1-854-500-7575",
address: {
@type: "PostalAddress",
streetAddress: "18 Broad St Suite 10",
addressLocality: "Charleston",
addressRegion: "SC",
postalCode: "29401",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 32.7769869,
longitude: -79.9278842
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "12",
bestRating: "5"
},
areaServed: "Charleston, South Carolina and surrounding areas",
knowsAbout: "Family Law, Individuals going through divorce, parents seeking custody arrangements, families navigating separation",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Downtown Charleston Location"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Family Law Specialization"
}
],
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.