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: "Heritage Dental",
description: "Heritage Dental in Fredericksburg offers comprehensive cosmetic and general dentistry services, including teeth whitening, veneers, and smile makeovers. Led by experienced dental professionals, the practice combines advanced techniques with personalized care to help patients achieve their ideal smiles.",
url: "https://www.heritagedentalva.com/",
telephone: "+1-540-373-1660",
address: {
@type: "PostalAddress",
streetAddress: "121 Park Hill Dr Suite A",
addressLocality: "Fredericksburg",
addressRegion: "VA",
postalCode: "22401",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.3130622,
longitude: -77.4852992
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "240",
bestRating: "5"
},
areaServed: "Fredericksburg, VA and surrounding communities",
knowsAbout: "Cosmetic Dentistry, Patients seeking smile enhancement, individuals interested in cosmetic procedures, adults wanting professional teeth whitening",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Smile Design"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Advanced Cosmetic Techniques"
}
],
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.