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: "Randers Family Dental",
description: "Randers Family Dental is a family-focused dental practice in Lubbock that provides comprehensive dental care for patients of all ages. Located on 64th Street, they offer general dentistry services in a welcoming environment designed to serve the whole family, from children to adults.",
url: "https://lubbockshomeandfamily.com/randers-family-dental/",
telephone: "+1-806-745-1744",
address: {
@type: "PostalAddress",
streetAddress: "3306 64th St suite d",
addressLocality: "Lubbock",
addressRegion: "TX",
postalCode: "79413",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.5364195,
longitude: -101.8864378
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.6",
reviewCount: "32",
bestRating: "5"
},
areaServed: "Lubbock, TX and surrounding areas",
knowsAbout: "General Dentistry, Families, children and adults seeking general dental care, patients looking for a family-friendly dental provider",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Family-Focused Practice"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Established Local 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.