Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 50 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Family Dentistry of St Cloud",
description: "Family Dentistry of St Cloud provides comprehensive dental care for patients of all ages in St Cloud, Florida. Located at 1300 13th Street, this dental practice focuses on family-friendly dentistry, offering services that address the needs of children, adults, and seniors. They are committed to delivering quality dental care in a welcoming environment.",
telephone: "+1-407-892-3326",
address: {
@type: "PostalAddress",
streetAddress: "1300 13th St",
addressLocality: "St Cloud",
addressRegion: "FL",
postalCode: "34769",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 28.246337300000004,
longitude: -81.2839927
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.6",
reviewCount: "80",
bestRating: "5"
},
areaServed: "St Cloud, Florida and surrounding communities",
knowsAbout: "General Dentistry, Families seeking pediatric and general dentistry, multi-generational patients, parents looking for a family-friendly dental practice",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Family-Focused Practice"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Established 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.