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: "Blue Bird Dentistry of Fredericksburg",
description: "Blue Bird Dentistry of Fredericksburg is a comprehensive general and cosmetic dental practice located on Executive Center Parkway. They provide a full range of services including preventive care, cosmetic dentistry, restorative treatments, and emergency dental services. The practice is known for a patient-centered approach and modern dental technology.",
url: "https://www.bluebirddentistry.com/",
telephone: "+1-540-373-1641",
address: {
@type: "PostalAddress",
streetAddress: "200 Executive Center Pkwy Ste 104",
addressLocality: "Fredericksburg",
addressRegion: "VA",
postalCode: "22401",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.3114214,
longitude: -77.47947359999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "392",
bestRating: "5"
},
areaServed: "Fredericksburg, VA and surrounding areas",
knowsAbout: "General Dentistry, Families seeking comprehensive dental care, cosmetic dentistry patients, individuals with dental emergencies, new patients looking for an established practice",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Services"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Modern Practice Technology"
}
],
publisher: {
@type: "Organization",
name: "Lantern",
url: "https://lantern.llc",
contactPoint: {
@type: "ContactPoint",
email: "ai@lantern.llc",
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.