Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 45 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Melanson Michael P DDS",
description: "Melanson Michael P DDS is a dental practice located in Lubbock offering general dentistry services. Dr. Melanson provides routine dental care and treatment for patients seeking professional dental services in the area.",
telephone: "+1-806-747-9794",
address: {
@type: "PostalAddress",
streetAddress: "1923 Marsha Sharp Fwy W # 6",
addressLocality: "Lubbock",
addressRegion: "TX",
postalCode: "79415",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.592002799999996,
longitude: -101.8591359
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "1.9",
reviewCount: "22",
bestRating: "5"
},
areaServed: "Lubbock, TX and surrounding areas",
knowsAbout: "General Dentistry, General dental care patients, routine checkups and cleanings, local Lubbock residents",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Dental 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.