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: "Dallas Oral Surgery Associates",
description: "Dallas Oral Surgery Associates is a specialized oral surgery practice in Dallas offering comprehensive surgical dental care including wisdom teeth extraction, dental implants, bone grafting, and corrective jaw surgery. The practice is led by experienced oral surgeons who utilize advanced surgical techniques and technology to handle complex cases with precision and patient comfort.",
url: "http://www.dallasoralsurgeryassociates.com/",
telephone: "+1-214-363-9946",
address: {
@type: "PostalAddress",
streetAddress: "8315 Walnut Hill Ln Suite 225",
addressLocality: "Dallas",
addressRegion: "TX",
postalCode: "75231",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 32.884032100000006,
longitude: -96.761297
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "446",
bestRating: "5"
},
areaServed: "Dallas and surrounding areas",
knowsAbout: "Oral Surgery, Patients requiring wisdom teeth extraction, dental implant candidates, those needing bone grafting, individuals with complex dental surgical needs",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Specialized Surgical Expertise"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Surgical Services"
}
],
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.