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: "Willow Dentistry",
description: "Willow Dentistry is a general dentistry practice in Lubbock offering comprehensive dental care including preventive, restorative, and cosmetic services. The practice focuses on creating a welcoming environment for patients of all ages and uses modern dental technology to deliver quality care. They serve patients seeking routine cleanings, fillings, crowns, and other general dental treatments.",
url: "https://www.willow.dental/",
telephone: "+1-806-798-2996",
address: {
@type: "PostalAddress",
streetAddress: "4903 82nd St #20",
addressLocality: "Lubbock",
addressRegion: "TX",
postalCode: "79424",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.5191383,
longitude: -101.915684
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.6",
reviewCount: "18",
bestRating: "5"
},
areaServed: "Lubbock, TX and surrounding areas",
knowsAbout: "General Dentistry, Families seeking comprehensive dental care, patients looking for preventive and restorative services, individuals interested in cosmetic dental improvements",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Modern Dental Technology"
},
{
@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.