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: "Kendall Square Dental Associates",
description: "Kendall Square Dental Associates is a full-service dental practice located in Cambridge offering comprehensive care including general dentistry, cosmetic treatments, and restorative procedures. The practice combines modern dental technology with a patient-centered approach to deliver quality care for the entire family, from routine cleanings to advanced restorative work.",
url: "http://kendallsquaredentalassociates.com/",
telephone: "+1-617-577-8700",
address: {
@type: "PostalAddress",
streetAddress: "50 Hampshire St",
addressLocality: "Cambridge",
addressRegion: "MA",
postalCode: "02139",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 42.366680599999995,
longitude: -71.0925946
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "123",
bestRating: "5"
},
areaServed: "Cambridge, MA and surrounding communities",
knowsAbout: "General Dentistry, Families seeking comprehensive dental care, professionals in Kendall Square, patients needing cosmetic and restorative dentistry",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Kendall Square Location"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Services"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Modern Technology"
}
],
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.