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: "Atlantic Avenue Braces",
description: "Atlantic Avenue Braces is an orthodontic practice located in Brooklyn specializing in straightening teeth and correcting bite issues for patients of all ages. Led by experienced orthodontists, they offer a range of treatment options including traditional braces, clear aligners, and other modern orthodontic solutions. The practice is known for personalized treatment planning and a patient-centered approach to achieving healthy, beautiful smiles.",
url: "https://atlanticavebraces.com/",
telephone: "+1-646-679-3939",
address: {
@type: "PostalAddress",
streetAddress: "84 Pennsylvania Ave",
addressLocality: "Brooklyn",
addressRegion: "NY",
postalCode: "11207",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 40.6760011,
longitude: -73.8971459
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "65",
bestRating: "5"
},
areaServed: "Brooklyn and surrounding areas of New York",
knowsAbout: "Orthodontics, Teenagers seeking traditional braces, Adults interested in discreet clear aligners, Patients with bite correction needs",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Multiple Treatment Options"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized Treatment Plans"
}
],
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.