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: "Nashville Dentistry Co.",
description: "Nashville Dentistry Co. is a comprehensive dental practice in Brentwood offering general dentistry, cosmetic procedures, and restorative treatments. The practice provides services including cleanings, fillings, crowns, implants, teeth whitening, and smile makeovers, alongside advanced diagnostic technology for personalized care. They focus on creating healthy, beautiful smiles for patients of all ages with a patient-centered approach.",
url: "https://www.nashvilledentistryco.com/",
telephone: "+1-615-797-8003",
address: {
@type: "PostalAddress",
streetAddress: "211 Franklin Rd Suite 180",
addressLocality: "Brentwood",
addressRegion: "TN",
postalCode: "37027",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 36.0323671,
longitude: -86.79072339999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "438",
bestRating: "5"
},
areaServed: "Brentwood, TN and surrounding Nashville-area communities",
knowsAbout: "General Dentistry, Families seeking comprehensive dental care, patients interested in cosmetic improvements, those needing restorative treatments like implants or crowns",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Service Range"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Advanced Technology"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Family-Friendly 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.