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: "West Ashley Family Dentistry",
description: "West Ashley Family Dentistry is a full-service dental practice in Charleston serving families and individuals of all ages. They offer comprehensive dental care including preventive services, restorative treatments, cosmetic dentistry, and emergency care. The practice is committed to creating a comfortable, welcoming environment for patients seeking quality oral health care.",
url: "https://www.westashleyfamilydentistry.com/",
telephone: "+1-843-571-7951",
address: {
@type: "PostalAddress",
streetAddress: "811 St Andrews Blvd ste b",
addressLocality: "Charleston",
addressRegion: "SC",
postalCode: "29407",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 32.7899831,
longitude: -79.98651629999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "233",
bestRating: "5"
},
areaServed: "Charleston and West Ashley, SC",
knowsAbout: "General Dentistry, Families seeking comprehensive dental care, patients needing emergency dental treatment, individuals interested in cosmetic dentistry improvements",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Family-Focused Practice"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Services"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Emergency Care Available"
}
],
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.