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: "Family Braces",
description: "Family Braces is an orthodontic practice in Brookhaven specializing in braces and orthodontic treatment for children and adults. Led by experienced orthodontists, they offer traditional braces and other straightening solutions to help patients achieve healthy, aligned smiles. The practice focuses on personalized care and works with families to create treatment plans that fit their needs and schedules.",
url: "http://family-braces.com/",
telephone: "+1-770-670-4779",
address: {
@type: "PostalAddress",
streetAddress: "2221 Johnson Ferry Rd NE ste 2-a",
addressLocality: "Brookhaven",
addressRegion: "GA",
postalCode: "30319",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.8906975,
longitude: -84.32342969999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "3.6",
reviewCount: "16",
bestRating: "5"
},
areaServed: "Brookhaven and greater Atlanta metro area",
knowsAbout: "Orthodontics, Families seeking orthodontic treatment, Children needing braces, Adults interested in smile correction",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Family-Focused Practice"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Convenient Location"
}
],
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.