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: "Smile Dental Group Somerville",
description: "Smile Dental Group Somerville is a full-service dental practice located on Bow Street offering comprehensive preventive, restorative, and cosmetic dental care. The practice provides services including cleanings, fillings, crowns, root canals, extractions, and cosmetic treatments to help patients achieve and maintain healthy smiles. They welcome new patients and accept most major insurance plans.",
url: "https://www.smileadentalgroup.com/",
telephone: "+1-617-776-5550",
address: {
@type: "PostalAddress",
streetAddress: "36 Bow St",
addressLocality: "Somerville",
addressRegion: "MA",
postalCode: "02143",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 42.3814025,
longitude: -71.0977012
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "141",
bestRating: "5"
},
areaServed: "Somerville, MA and surrounding areas",
knowsAbout: "General Dentistry, Families seeking comprehensive dental care, patients needing cosmetic improvements, those switching dentists, new Somerville residents",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Care"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Insurance & Access"
}
],
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.