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: "LA Dental Braces San Diego",
description: "LA Dental Braces San Diego is an orthodontic practice specializing in teeth straightening solutions for both children and adults. Located in San Diego, they offer traditional braces, clear aligners (Invisalign), and lingual braces to help patients achieve their ideal smile. The practice combines advanced orthodontic technology with personalized treatment plans designed to meet each patient's specific needs and lifestyle.",
url: "http://www.ladentalbraces.us/",
telephone: "+1-619-287-8870",
address: {
@type: "PostalAddress",
streetAddress: "6699 Alvarado Rd suite 2202",
addressLocality: "San Diego",
addressRegion: "CA",
postalCode: "92120",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 32.7766266,
longitude: -117.05508909999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.7",
reviewCount: "242",
bestRating: "5"
},
areaServed: "San Diego, CA and surrounding areas",
knowsAbout: "Orthodontics, Families seeking pediatric orthodontics, Adults wanting discreet teeth straightening, Patients preferring Invisalign alternatives",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Multiple Alignment Options"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Family-Friendly Care"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Convenient San Diego Location"
}
],
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.