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: "Palm Springs Family Dentistry",
description: "Palm Springs Family Dentistry is a full-service dental practice in Palm Springs, FL offering comprehensive care for the entire family. They provide general dentistry, cosmetic treatments, and restorative procedures in a patient-focused environment. With a commitment to making dental care accessible and comfortable, they serve patients of all ages seeking quality dental services.",
url: "http://www.psfamilydentistry.com/",
telephone: "+1-561-296-1010",
address: {
@type: "PostalAddress",
streetAddress: "3112 S Congress Ave b",
addressLocality: "Palm Springs",
addressRegion: "FL",
postalCode: "33461",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 26.630664799999998,
longitude: -80.08792869999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "121",
bestRating: "5"
},
areaServed: "Palm Springs, FL and surrounding areas",
knowsAbout: "General Dentistry, Families seeking dental care, cosmetic dentistry patients, patients new to the area",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Family-Focused Care"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Services"
}
],
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.