Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 56 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Burlington Center Dental Associates",
description: "Burlington Center Dental Associates is a comprehensive dental practice located in Burlington, MA, offering general dentistry, cosmetic treatments, and restorative procedures. The practice provides services including cleanings, fillings, crowns, dental implants, teeth whitening, and smile makeovers using modern technology. They focus on patient comfort and personalized care for families and individuals of all ages.",
url: "https://www.burlingtoncenterdental.com/",
telephone: "+1-781-272-3663",
address: {
@type: "PostalAddress",
streetAddress: "30 Chestnut Ave 2nd floor",
addressLocality: "Burlington",
addressRegion: "MA",
postalCode: "01803",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 42.5192583,
longitude: -71.21017010000001
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "318",
bestRating: "5"
},
areaServed: "Burlington and surrounding communities in Massachusetts",
knowsAbout: "General Dentistry, Families seeking comprehensive dental care, patients interested in cosmetic smile improvements, individuals needing restorative dental work",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Cosmetic & Restorative Services"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Modern Dental Technology"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Family-Focused Practice"
}
],
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.