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: "Bright Dental Madison LLC",
description: "Bright Dental Madison is a full-service dental clinic located on Mineral Point Road offering comprehensive dental care for the entire family. They provide preventive cleanings, restorative treatments, cosmetic dentistry, and emergency dental services. The practice is committed to making quality dental care accessible with flexible scheduling and a focus on patient comfort.",
url: "http://brightdentalmadison.com/",
telephone: "+1-888-866-3470",
address: {
@type: "PostalAddress",
streetAddress: "7866 Mineral Point Rd",
addressLocality: "Madison",
addressRegion: "WI",
postalCode: "53717",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 43.0612084,
longitude: -89.51920679999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "3.7",
reviewCount: "536",
bestRating: "5"
},
areaServed: "Madison, Wisconsin and surrounding areas",
knowsAbout: "General Dentistry, Families seeking comprehensive dental care, individuals needing emergency dental services, patients wanting cosmetic dentistry options",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Service Range"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Patient-Focused Approach"
}
],
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.