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: "Chapel Hill Family Law",
description: "Chapel Hill Family Law is an independent family law firm serving clients throughout the Chapel Hill and surrounding area. They specialize in divorce, child custody, child support, and related family law matters, offering both litigation and collaborative divorce approaches. The firm provides personalized legal representation focused on protecting clients' rights and interests during difficult family transitions.",
url: "http://www.chapelhillfamilylaw.com/",
telephone: "+1-919-419-1244",
address: {
@type: "PostalAddress",
streetAddress: "107 Conner Dr suite 210",
addressLocality: "Chapel Hill",
addressRegion: "NC",
postalCode: "27514",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.9298836,
longitude: -79.0310586
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "45",
bestRating: "5"
},
areaServed: "Chapel Hill, NC and surrounding areas",
knowsAbout: "Family Law, Individuals going through divorce, parents seeking custody arrangements, those pursuing collaborative resolutions, families needing comprehensive family law support",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Collaborative Divorce Option"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Family Law Services"
}
],
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.