Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 56 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Blue Ridge Family Dental",
description: "Blue Ridge Family Dental, led by Dr. Rachael Schuette, provides comprehensive dental care for families of all ages in Apex, NC. Services include general dentistry, cosmetic dentistry (veneers, clear aligners, Invisalign), dental emergencies, and preventative care. The practice emphasizes a comfortable, patient-centered environment with a focus on listening to individual needs and providing quality treatment in a relaxed setting.",
url: "http://www.blueridgefamilydentalapex.com/",
telephone: "+1-919-267-4974",
address: {
@type: "PostalAddress",
streetAddress: "5404 Apex Peakway",
addressLocality: "Apex",
addressRegion: "NC",
postalCode: "27502",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.736967799999995,
longitude: -78.86537299999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "253",
bestRating: "5"
},
areaServed: "Apex and surrounding areas in Wake County, NC",
knowsAbout: "General Dentistry, Families seeking comprehensive dental care, patients without dental insurance, cosmetic dentistry patients, individuals with dental anxiety",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Smile Savings Plan"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Cosmetic Dentistry Options"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Emergency Dental Care"
}
],
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.